Searched defs:GetMachineStatistic (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_cloud_policy_manager_chromeos.cc67 std::string GetMachineStatistic(const std::string& key) { function in namespace:policy::__anon3408
71 if (!provider->GetMachineStatistic(key, &value))
190 if (provider->GetMachineStatistic(kMachineInfoSerialNumberKeys[i],
205 return GetMachineStatistic(chromeos::system::kHardwareClassKey);
241 GetMachineStatistic(chromeos::system::kOemDeviceRequisitionKey);
/external/chromium_org/chromeos/system/
H A Dstatistics_provider.cc70 // Key values for GetMachineStatistic()/GetMachineFlag() calls.
95 virtual bool GetMachineStatistic(const std::string& name,
154 bool StatisticsProviderImpl::GetMachineStatistic(const std::string& name, function in class:chromeos::system::StatisticsProviderImpl
158 LOG(ERROR) << "GetMachineStatistic called before load started: " << name;

Completed in 618 milliseconds