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

  /external/chromium/chrome/browser/chromeos/login/
owner_manager.h 41 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);
signed_settings_helper_unittest.cc 85 static void OnKeyOpComplete(OwnerManager::Delegate* op) {
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)));
owner_manager_unittest.h 90 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code,
127 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code,
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,
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(
386 &CheckWhitelistOp::OnKeyOpComplete,
459 void WhitelistOp::OnKeyOpComplete(const OwnerManager::KeyOpCode return_code
    [all...]
signed_settings.h 102 void OnKeyOpComplete(const OwnerManager::KeyOpCode return_code,
signed_settings_unittest.cc 210 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(OwnerManager::SUCCESS, std::vector<uint8>())
    [all...]
ownership_service.cc 223 d->OnKeyOpComplete(OwnerManager::KEY_UNAVAILABLE, std::vector<uint8>());

Completed in 73 milliseconds