Searched refs:PreRemoteAuthCallbackService (Results 1 – 3 of 3) sorted by relevance
69 class PreRemoteAuthCallbackService : public PreRemoteAuthCallbackStub {71 explicit PreRemoteAuthCallbackService(const std::shared_ptr<PreRemoteAuthCallback> &callback);76 DISALLOW_COPY_AND_MOVE(PreRemoteAuthCallbackService);
89 PreRemoteAuthCallbackService::PreRemoteAuthCallbackService( in PreRemoteAuthCallbackService() function in OHOS::AccountSA::PreRemoteAuthCallbackService93 void PreRemoteAuthCallbackService::OnResult(int32_t result) in OnResult()
208 … sptr<IPreRemoteAuthCallback> wrapper = new (std::nothrow) PreRemoteAuthCallbackService(callback); in PrepareRemoteAuth()