Searched refs:ReturnCode (Results 1 – 16 of 16) sorted by relevance
30 SignedSettings::ReturnCode code, in OnCheckWhitelistCompleted()35 SignedSettings::ReturnCode code, const std::string& email) {} in OnWhitelistCompleted()39 SignedSettings::ReturnCode code, const std::string& email) {} in OnUnwhitelistCompleted()43 SignedSettings::ReturnCode code, in OnStorePropertyCompleted()49 SignedSettings::ReturnCode code, in OnRetrievePropertyCompleted()55 SignedSettings::ReturnCode code) {} in OnStorePolicyCompleted()59 SignedSettings::ReturnCode code, in OnRetrievePolicyCompleted()
37 SignedSettings::ReturnCode code, in OnSettingsOpCompleted()76 SignedSettings::ReturnCode SignedSettings::MapKeyOpCode( in MapKeyOpCode()108 void Fail(SignedSettings::ReturnCode code);120 void PerformCallback(SignedSettings::ReturnCode code, bool value);134 void Fail(SignedSettings::ReturnCode code);140 void OnSettingsOpCompleted(ReturnCode code, bool value);150 void PerformCallback(SignedSettings::ReturnCode code, bool value);167 void Fail(SignedSettings::ReturnCode code);173 void OnSettingsOpCompleted(ReturnCode code, bool value);183 void PerformCallback(SignedSettings::ReturnCode code, bool value);[all …]
45 enum ReturnCode { enum57 virtual void OnSettingsOpCompleted(ReturnCode code, T value) {} in OnSettingsOpCompleted()95 static ReturnCode MapKeyOpCode(OwnerManager::KeyOpCode code);99 virtual void Fail(ReturnCode code) = 0;126 virtual void OnSettingsOpCompleted(SignedSettings::ReturnCode code,
34 SignedSettings::ReturnCode code, const std::string& email));36 SignedSettings::ReturnCode code, const std::string& email));38 SignedSettings::ReturnCode code, const std::string& email));40 SignedSettings::ReturnCode code,44 SignedSettings::ReturnCode code,
120 virtual void OnSettingsOpCompleted(SignedSettings::ReturnCode code, in OnSettingsOpCompleted()180 virtual void OnSettingsOpCompleted(SignedSettings::ReturnCode code, in OnSettingsOpCompleted()213 virtual void OnSettingsOpCompleted(SignedSettings::ReturnCode code, in OnSettingsOpCompleted()244 virtual void OnSettingsOpCompleted(SignedSettings::ReturnCode code, in OnSettingsOpCompleted()274 SignedSettings::ReturnCode code, in OnSettingsOpCompleted()
88 virtual void OnCheckWhitelistCompleted(SignedSettings::ReturnCode code,
50 virtual void OnSettingsOpCompleted(SignedSettings::ReturnCode code, in OnSettingsOpCompleted()61 virtual void expect_failure(SignedSettings::ReturnCode code) { in expect_failure()68 SignedSettings::ReturnCode expected_failure_;
199 void LoginPerformer::OnCheckWhitelistCompleted(SignedSettings::ReturnCode code, in OnCheckWhitelistCompleted()
41 chromeos::SignedSettings::ReturnCode code,59 void PolicyStoreOpCompleted(chromeos::SignedSettings::ReturnCode code);
33 typedef Callback1<chromeos::SignedSettings::ReturnCode>::Type Callback;49 chromeos::SignedSettings::ReturnCode code) OVERRIDE { in OnStorePolicyCompleted()185 chromeos::SignedSettings::ReturnCode code, in OnRetrievePolicyCompleted()252 chromeos::SignedSettings::ReturnCode code) { in PolicyStoreOpCompleted()
198 virtual void OnSettingsOpCompleted(SignedSettings::ReturnCode code,200 virtual void OnSettingsOpCompleted(SignedSettings::ReturnCode code,
305 virtual void OnRetrievePropertyCompleted(SignedSettings::ReturnCode code, in OnRetrievePropertyCompleted()374 virtual void OnStorePropertyCompleted(SignedSettings::ReturnCode code, in OnStorePropertyCompleted()386 virtual void OnWhitelistCompleted(SignedSettings::ReturnCode code, in OnWhitelistCompleted()396 virtual void OnUnwhitelistCompleted(SignedSettings::ReturnCode code, in OnUnwhitelistCompleted()
452 SignedSettings::ReturnCode code, in OnSettingsOpCompleted()464 SignedSettings::ReturnCode code, in OnSettingsOpCompleted()
111 int ReturnCode = sys::Program::ExecuteAndWait(RemoteClientPath, Args, in RunProgramRemotelyWithTimeout() local115 if (255 == ReturnCode) { in RunProgramRemotelyWithTimeout()134 return ReturnCode; in RunProgramRemotelyWithTimeout()
209 virtual void OnSettingsOpCompleted(SignedSettings::ReturnCode code, in OnSettingsOpCompleted()
1282 enum ReturnCode { SUCCESS, ERROR }; enum in google::protobuf::compiler::__anond7a16d8d0111::EncodeDecodeTest