#include "snapshot/test/test_system_snapshot.h"
namespace crashpad {
namespace test {
TestSystemSnapshot::TestSystemSnapshot()
: … { … }
TestSystemSnapshot::~TestSystemSnapshot() { … }
CPUArchitecture TestSystemSnapshot::GetCPUArchitecture() const { … }
uint32_t TestSystemSnapshot::CPURevision() const { … }
uint8_t TestSystemSnapshot::CPUCount() const { … }
std::string TestSystemSnapshot::CPUVendor() const { … }
void TestSystemSnapshot::CPUFrequency(uint64_t* current_hz,
uint64_t* max_hz) const { … }
uint32_t TestSystemSnapshot::CPUX86Signature() const { … }
uint64_t TestSystemSnapshot::CPUX86Features() const { … }
uint64_t TestSystemSnapshot::CPUX86ExtendedFeatures() const { … }
uint32_t TestSystemSnapshot::CPUX86Leaf7Features() const { … }
bool TestSystemSnapshot::CPUX86SupportsDAZ() const { … }
SystemSnapshot::OperatingSystem TestSystemSnapshot::GetOperatingSystem() const { … }
bool TestSystemSnapshot::OSServer() const { … }
void TestSystemSnapshot::OSVersion(
int* major, int* minor, int* bugfix, std::string* build) const { … }
std::string TestSystemSnapshot::OSVersionFull() const { … }
bool TestSystemSnapshot::NXEnabled() const { … }
std::string TestSystemSnapshot::MachineDescription() const { … }
void TestSystemSnapshot::TimeZone(DaylightSavingTimeStatus* dst_status,
int* standard_offset_seconds,
int* daylight_offset_seconds,
std::string* standard_name,
std::string* daylight_name) const { … }
uint64_t TestSystemSnapshot::AddressMask() const { … }
}
}