Home
last modified time | relevance | path

Searched refs:PreRemoteAuthCallbackService (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/innerkits/account_iam/native/include/
H A Daccount_iam_callback_service.h69 class PreRemoteAuthCallbackService : public PreRemoteAuthCallbackStub {
71 explicit PreRemoteAuthCallbackService(const std::shared_ptr<PreRemoteAuthCallback> &callback);
76 DISALLOW_COPY_AND_MOVE(PreRemoteAuthCallbackService);
/ohos5.0/base/account/os_account/frameworks/account_iam/src/
H A Daccount_iam_callback_service.cpp89 PreRemoteAuthCallbackService::PreRemoteAuthCallbackService( in PreRemoteAuthCallbackService() function in OHOS::AccountSA::PreRemoteAuthCallbackService
93 void PreRemoteAuthCallbackService::OnResult(int32_t result) in OnResult()
H A Daccount_iam_client.cpp208 … sptr<IPreRemoteAuthCallback> wrapper = new (std::nothrow) PreRemoteAuthCallbackService(callback); in PrepareRemoteAuth()