/external/chromium_org/components/policy/core/common/cloud/ |
D | cloud_policy_refresh_scheduler_unittest.cc | 153 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 161 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 169 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 180 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 200 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 206 EXPECT_CALL(client_, FetchPolicy()).Times(0); in TEST_F() 226 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 255 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 274 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 289 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() [all …]
|
D | cloud_policy_service_unittest.cc | 100 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 126 EXPECT_CALL(client_, FetchPolicy()).Times(0); in TEST_F() 139 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 156 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 179 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 184 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F() 196 EXPECT_CALL(client_, FetchPolicy()).Times(1); in TEST_F()
|
D | component_cloud_policy_service_unittest.cc | 169 EXPECT_CALL(*client_, FetchPolicy()); in Connect() 260 EXPECT_CALL(*client_, FetchPolicy()).Times(0); in TEST_F() 275 EXPECT_CALL(*client_, FetchPolicy()).Times(0); in TEST_F() 282 EXPECT_CALL(*client_, FetchPolicy()).Times(0); in TEST_F() 297 EXPECT_CALL(*client_, FetchPolicy()).Times(0); in TEST_F() 305 EXPECT_CALL(*client_, FetchPolicy()).Times(0); in TEST_F() 320 EXPECT_CALL(*client_, FetchPolicy()).Times(0); in TEST_F() 341 TEST_F(ComponentCloudPolicyServiceTest, FetchPolicy) { in TEST_F() argument 346 EXPECT_CALL(*client_, FetchPolicy()).Times(0); in TEST_F() 356 EXPECT_CALL(*client_, FetchPolicy()).Times(0); in TEST_F() [all …]
|
D | cloud_policy_client_unittest.cc | 228 client_->FetchPolicy(); in TEST_F() 245 client_->FetchPolicy(); in TEST_F() 329 client_->FetchPolicy(); in TEST_F() 338 client_->FetchPolicy(); in TEST_F() 361 client_->FetchPolicy(); in TEST_F() 379 client_->FetchPolicy(); in TEST_F() 394 client_->FetchPolicy(); in TEST_F() 405 client_->FetchPolicy(); in TEST_F() 416 client_->FetchPolicy(); in TEST_F() 431 client_->FetchPolicy(); in TEST_F() [all …]
|
D | mock_cloud_policy_client.h | 27 MOCK_METHOD0(FetchPolicy, void(void));
|
D | cloud_policy_service.cc | 58 client_->FetchPolicy(); in RefreshPolicy()
|
D | cloud_policy_client.h | 131 virtual void FetchPolicy();
|
D | cloud_policy_refresh_scheduler.cc | 298 client_->FetchPolicy(); in PerformRefresh()
|
D | cloud_policy_manager_unittest.cc | 317 EXPECT_CALL(*client, FetchPolicy()); in TEST_F()
|
D | cloud_policy_client.cc | 147 void CloudPolicyClient::FetchPolicy() { in FetchPolicy() function in policy::CloudPolicyClient
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
D | user_cloud_policy_manager_chromeos_unittest.cc | 282 void FetchPolicy(const base::Closure& trigger_fetch) { in FetchPolicy() function in policy::UserCloudPolicyManagerChromeOSTest 366 FetchPolicy(base::Bind(&MockDeviceManagementJob::SendResponse, in TEST_F() 379 FetchPolicy(base::Bind(&MockCloudPolicyStore::NotifyStoreLoaded, in TEST_F() 401 FetchPolicy(base::Bind(&MockDeviceManagementJob::SendResponse, in TEST_F() 563 FetchPolicy( in TEST_F() 586 FetchPolicy( in TEST_F()
|
D | enrollment_handler_chromeos.cc | 155 client_->FetchPolicy(); in OnRegistrationStateChanged()
|
D | device_local_account_policy_service_unittest.cc | 380 TEST_F(DeviceLocalAccountPolicyServiceTest, FetchPolicy) { in TEST_F() argument 411 broker->core()->client()->FetchPolicy(); in TEST_F()
|
/external/chromium_org/chrome/browser/policy/cloud/ |
D | cloud_policy_invalidator_unittest.cc | 439 EXPECT_CALL(*client_, FetchPolicy()).Times(testing::AnyNumber()); in CheckPolicyRefreshCount() 444 EXPECT_CALL(*client_, FetchPolicy()).Times(count); in CheckPolicyRefreshCount()
|
D | cloud_policy_browsertest.cc | 304 IN_PROC_BROWSER_TEST_F(CloudPolicyTest, FetchPolicy) { in IN_PROC_BROWSER_TEST_F() argument
|