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

/external/chromium/chrome/browser/chromeos/login/
H A Downer_manager.h41 virtual void OnKeyOpComplete(const KeyOpCode return_code,
70 // On success, calls d->OnKeyOpComplete() on |thread_id| with a
72 // On failure, calls d->OnKeyOpComplete() on |thread_id| with an appropriate
82 // On success, calls d->OnKeyOpComplete() on |thread_id| with a
84 // On failure, calls d->OnKeyOpComplete() on |thread_id| with an appropriate
105 d->OnKeyOpComplete(return_code, payload);
H A Dsigned_settings_helper_unittest.cc85 static void OnKeyOpComplete(OwnerManager::Delegate* op) { function in class:chromeos::SignedSettingsHelperTest
86 op->OnKeyOpComplete(OwnerManager::SUCCESS, std::vector<uint8>());
130 .WillOnce(WithArg<1>(Invoke(&SignedSettingsHelperTest::OnKeyOpComplete)));
138 .WillOnce(WithArg<1>(Invoke(&SignedSettingsHelperTest::OnKeyOpComplete)));
143 .WillOnce(WithArg<1>(Invoke(&SignedSettingsHelperTest::OnKeyOpComplete)));
181 .WillOnce(WithArg<1>(Invoke(&SignedSettingsHelperTest::OnKeyOpComplete)));
189 .WillOnce(WithArg<1>(Invoke(&SignedSettingsHelperTest::OnKeyOpComplete)));
197 .WillOnce(WithArg<1>(Invoke(&SignedSettingsHelperTest::OnKeyOpComplete)));
H A Downer_manager_unittest.h90 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code, function in class:chromeos::MockKeyUser
127 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code, function in class:chromeos::MockSigner
H A 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,
200 // Implementation of OwnerManager::Delegate::OnKeyOpComplete()
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( function in class:chromeos::CheckWhitelistOp
386 &CheckWhitelistOp::OnKeyOpComplete,
459 void WhitelistOp::OnKeyOpComplete(cons function in class:chromeos::WhitelistOp
572 void StorePropertyOp::OnKeyOpComplete(const OwnerManager::KeyOpCode return_code, function in class:chromeos::StorePropertyOp
699 void RetrievePropertyOp::OnKeyOpComplete( function in class:chromeos::RetrievePropertyOp
812 void StorePolicyOp::OnKeyOpComplete(const OwnerManager::KeyOpCode return_code, function in class:chromeos::StorePolicyOp
885 void RetrievePolicyOp::OnKeyOpComplete( function in class:chromeos::RetrievePolicyOp
[all...]
H A Dsigned_settings_unittest.cc210 s->OnKeyOpComplete(return_code, std::vector<uint8>());
231 s->OnKeyOpComplete(return_code, std::vector<uint8>());
389 s->OnKeyOpComplete(OwnerManager::SUCCESS, std::vector<uint8>());
406 s->OnKeyOpComplete(OwnerManager::SUCCESS, std::vector<uint8>());
423 s->OnKeyOpComplete(OwnerManager::SUCCESS, std::vector<uint8>());
442 s->OnKeyOpComplete(OwnerManager::SUCCESS, std::vector<uint8>());
470 s->OnKeyOpComplete(OwnerManager::SUCCESS, std::vector<uint8>());
545 ACTION_P(FinishKeyOp, s) { arg2->OnKeyOpComplete(OwnerManager::SUCCESS, s); }
625 s->OnKeyOpComplete(OwnerManager::SUCCESS, fake_sig);
711 s->OnKeyOpComplete(OwnerManage
[all...]
H A Dsigned_settings.h102 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code,
H A Downership_service.cc223 d->OnKeyOpComplete(OwnerManager::KEY_UNAVAILABLE, std::vector<uint8>());

Completed in 327 milliseconds