Home
last modified time | relevance | path

Searched refs:OnKeyOpComplete (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dsigned_settings_helper_unittest.cc85 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()
Dsigned_settings.cc111 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 …]
Downer_manager.h41 virtual void OnKeyOpComplete(const KeyOpCode return_code,
105 d->OnKeyOpComplete(return_code, payload); in CallDelegate()
Dsigned_settings_unittest.cc210 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 …]
Downer_manager_unittest.h90 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code, in OnKeyOpComplete() function
127 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code, in OnKeyOpComplete() function
Dsigned_settings.h102 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code,
Downership_service.cc223 d->OnKeyOpComplete(OwnerManager::KEY_UNAVAILABLE, std::vector<uint8>()); in FailAttempt()