HomeSort by relevance Sort by last modified time
    Searched refs:GetMachineStatistic (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/chromeos/system/
mock_statistics_provider.h 23 MOCK_METHOD2(GetMachineStatistic, bool(const std::string& name,
statistics_provider.h 66 virtual bool GetMachineStatistic(const std::string& name,
69 // Similar to GetMachineStatistic for boolean flags.
statistics_provider.cc 70 // Key values for GetMachineStatistic()/GetMachineFlag() calls.
95 virtual bool GetMachineStatistic(const std::string& name,
154 bool StatisticsProviderImpl::GetMachineStatistic(const std::string& name,
158 LOG(ERROR) << "GetMachineStatistic called before load started: " << name;
  /external/chromium_org/chrome/browser/chromeos/
customization_document_unittest.cc 112 EXPECT_CALL(mock_statistics_provider, GetMachineStatistic(_, NotNull()))
115 GetMachineStatistic(std::string("hardware_class"), NotNull()))
135 GetMachineStatistic(std::string("hardware_class"), NotNull()))
139 GetMachineStatistic(std::string("initial_locale"), NotNull()))
143 GetMachineStatistic(std::string("initial_timezone"), NotNull()))
147 GetMachineStatistic(std::string("keyboard_layout"), NotNull()))
224 EXPECT_CALL(mock_statistics_provider_, GetMachineStatistic(_, NotNull()))
267 GetMachineStatistic(system::kCustomizationIdKey, NotNull()))
customization_document.cc 290 if (statistics_provider->GetMachineStatistic(
324 statistics_provider->GetMachineStatistic(kInitialLocaleAttr,
326 statistics_provider->GetMachineStatistic(kInitialTimezoneAttr,
328 statistics_provider->GetMachineStatistic(kKeyboardLayoutAttr,
514 if (provider->GetMachineStatistic(system::kCustomizationIdKey,
    [all...]
  /external/chromium_org/chrome/browser/policy/
device_management_service_configuration.cc 49 if (!provider->GetMachineStatistic(chromeos::system::kHardwareClassKey,
  /external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_manager_chromeos.cc 77 std::string GetMachineStatistic(const std::string& key) {
81 if (!provider->GetMachineStatistic(key, &value))
293 if (provider->GetMachineStatistic(kMachineInfoSerialNumberKeys[i],
308 return GetMachineStatistic(chromeos::system::kHardwareClassKey);
385 GetMachineStatistic(chromeos::system::kOemDeviceRequisitionKey);
device_status_collector_browsertest.cc 168 EXPECT_CALL(statistics_provider_, GetMachineStatistic(_, NotNull()))
521 GetMachineStatistic("devsw_boot", NotNull()))
530 GetMachineStatistic("devsw_boot", NotNull()))
540 GetMachineStatistic("devsw_boot", NotNull()))
546 GetMachineStatistic("devsw_boot", NotNull()))
552 GetMachineStatistic("devsw_boot", NotNull()))
558 GetMachineStatistic("devsw_boot", NotNull()))
device_cloud_policy_manager_chromeos_unittest.cc 75 GetMachineStatistic(_, _))
78 GetMachineStatistic("serial_number", _))
device_status_collector.cc 352 if (statistics_provider_->GetMachineStatistic(
  /external/chromium_org/chrome/browser/chromeos/extensions/
info_private_api.cc 161 provider->GetMachineStatistic(chromeos::system::kHardwareClassKey, &hwid);
167 provider->GetMachineStatistic(chromeos::system::kCustomizationIdKey,
echo_private_api.cc 81 provider->GetMachineStatistic(chromeos::system::kOffersCouponCodeKey,
84 provider->GetMachineStatistic(chromeos::system::kOffersGroupCodeKey,
  /external/chromium_org/chrome/browser/extensions/
external_provider_impl_chromeos_unittest.cc 73 EXPECT_CALL(mock_statistics_provider_, GetMachineStatistic(_, NotNull()))
external_provider_impl_unittest.cc 98 EXPECT_CALL(mock_statistics_provider_, GetMachineStatistic(_, NotNull()))
  /external/chromium_org/chrome/browser/google/
google_brand_chromeos.cc 70 const bool found = provider->GetMachineStatistic(
  /external/chromium_org/chrome/browser/chromeos/login/
hwid_checker.cc 123 if (!stats->GetMachineStatistic(chromeos::system::kHardwareClassKey, &hwid)) {
oobe_localization_browsertest.cc 67 virtual bool GetMachineStatistic(const std::string& name,
login_utils_browsertest.cc 220 EXPECT_CALL(mock_statistics_provider_, GetMachineStatistic(_, _))
  /external/chromium_org/chrome/browser/metrics/
chromeos_metrics_provider.cc 152 chromeos::system::StatisticsProvider::GetInstance()->GetMachineStatistic(
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager.cc 559 GetMachineStatistic(system::kHardwareClassKey, &hwid)) {
  /external/chromium_org/chrome/browser/media/
webrtc_logging_handler_host.cc 471 GetMachineStatistic(chromeos::system::kHardwareClassKey, &computer_model);

Completed in 215 milliseconds