Searched refs:OnKeyOpComplete (Results 1 – 7 of 7) sorted by relevance
/external/chromium/chrome/browser/chromeos/login/ |
D | signed_settings_helper_unittest.cc | 85 static void OnKeyOpComplete(OwnerManager::Delegate* op) { in OnKeyOpComplete() function in chromeos::SignedSettingsHelperTest 86 op->OnKeyOpComplete(OwnerManager::SUCCESS, std::vector<uint8>()); in OnKeyOpComplete() 130 .WillOnce(WithArg<1>(Invoke(&SignedSettingsHelperTest::OnKeyOpComplete))); in TEST_F() 138 .WillOnce(WithArg<1>(Invoke(&SignedSettingsHelperTest::OnKeyOpComplete))); in TEST_F() 143 .WillOnce(WithArg<1>(Invoke(&SignedSettingsHelperTest::OnKeyOpComplete))); in TEST_F() 181 .WillOnce(WithArg<1>(Invoke(&SignedSettingsHelperTest::OnKeyOpComplete))); in TEST_F() 189 .WillOnce(WithArg<1>(Invoke(&SignedSettingsHelperTest::OnKeyOpComplete))); in TEST_F() 197 .WillOnce(WithArg<1>(Invoke(&SignedSettingsHelperTest::OnKeyOpComplete))); in TEST_F()
|
D | signed_settings.cc | 111 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code, 137 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code, 170 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code, 201 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code, 229 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code, 255 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code, 377 void CheckWhitelistOp::OnKeyOpComplete( in OnKeyOpComplete() function in chromeos::CheckWhitelistOp 386 &CheckWhitelistOp::OnKeyOpComplete, in OnKeyOpComplete() 459 void WhitelistOp::OnKeyOpComplete(const OwnerManager::KeyOpCode return_code, in OnKeyOpComplete() function in chromeos::WhitelistOp 466 &WhitelistOp::OnKeyOpComplete, in OnKeyOpComplete() [all …]
|
D | owner_manager.h | 41 virtual void OnKeyOpComplete(const KeyOpCode return_code, 105 d->OnKeyOpComplete(return_code, payload); in CallDelegate()
|
D | signed_settings_unittest.cc | 210 s->OnKeyOpComplete(return_code, std::vector<uint8>()); in FailingStorePropertyOp() 231 s->OnKeyOpComplete(return_code, std::vector<uint8>()); in FailingStorePolicyOp() 389 s->OnKeyOpComplete(OwnerManager::SUCCESS, std::vector<uint8>()); in TEST_F() 406 s->OnKeyOpComplete(OwnerManager::SUCCESS, std::vector<uint8>()); in TEST_F() 423 s->OnKeyOpComplete(OwnerManager::SUCCESS, std::vector<uint8>()); in TEST_F() 442 s->OnKeyOpComplete(OwnerManager::SUCCESS, std::vector<uint8>()); in TEST_F() 470 s->OnKeyOpComplete(OwnerManager::SUCCESS, std::vector<uint8>()); in TEST_F() 545 ACTION_P(FinishKeyOp, s) { arg2->OnKeyOpComplete(OwnerManager::SUCCESS, s); } in ACTION_P() 625 s->OnKeyOpComplete(OwnerManager::SUCCESS, fake_sig); in TEST_F() 711 s->OnKeyOpComplete(OwnerManager::SUCCESS, std::vector<uint8>()); in TEST_F() [all …]
|
D | owner_manager_unittest.h | 90 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code, in OnKeyOpComplete() function 127 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code, in OnKeyOpComplete() function
|
D | signed_settings.h | 102 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code,
|
D | ownership_service.cc | 223 d->OnKeyOpComplete(OwnerManager::KEY_UNAVAILABLE, std::vector<uint8>()); in FailAttempt()
|