Home
last modified time | relevance | path

Searched refs:OnNotifyAuthSuccessEvent (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_auth_event_listener.h29 … MOCK_METHOD4(OnNotifyAuthSuccessEvent, void(int32_t userId, AuthType authtype, int32_t callerType,
37 … MOCK_METHOD4(OnNotifyAuthSuccessEvent, void(int32_t userId, AuthType authtype, int32_t callerType,
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dauth_event_listener_manager.cpp111 void AuthEventListenerManager::OnNotifyAuthSuccessEvent(int32_t userId, AuthType authType, int32_t … in OnNotifyAuthSuccessEvent() function in OHOS::UserIam::UserAuth::AuthEventListenerManager
118 iter->OnNotifyAuthSuccessEvent(userId, authType, callerType, callerName); in OnNotifyAuthSuccessEvent()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/inc/
H A Duser_auth_event_listener_proxy.h32 void OnNotifyAuthSuccessEvent(int32_t userId, AuthType authType, int32_t callerType,
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/
H A Dmock_user_auth_callback_service.h45 … MOCK_METHOD4(OnNotifyAuthSuccessEvent, void(int32_t userId, AuthType authtype, int32_t callerType,
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_auth_event_listener_stub.cpp66 OnNotifyAuthSuccessEvent(userId, static_cast<AuthType>(authType), callerType, callerName); in OnNotifyAuthSuccessEventStub()
H A Duser_auth_event_listener_proxy.cpp45 void AuthEventListenerProxy::OnNotifyAuthSuccessEvent(int32_t userId, AuthType authType, int32_t ca… in OnNotifyAuthSuccessEvent() function in OHOS::UserIam::UserAuth::AuthEventListenerProxy
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Duser_auth_client_callback.h106 virtual void OnNotifyAuthSuccessEvent(int32_t userId, AuthType authtype, int32_t callerType,
/ohos5.0/base/theme/screenlock_mgr/services/include/
H A Dstrongauthmanager.h55 …void OnNotifyAuthSuccessEvent(int32_t userId, UserIam::UserAuth::AuthType authType, int32_t caller…
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dauth_event_listener_manager.h34 …void OnNotifyAuthSuccessEvent(int32_t userId, AuthType authType, int32_t callerType, std::string &…
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dtrace.cpp148 AuthEventListenerManager::GetInstance().OnNotifyAuthSuccessEvent(info.userId, in ProcessUserAuthEvent()
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dstrongauthmanager.cpp156 void StrongAuthManger::AuthEventListenerService::OnNotifyAuthSuccessEvent(int32_t userId, in OnNotifyAuthSuccessEvent() function in OHOS::ScreenLock::StrongAuthManger::AuthEventListenerService
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/userauthservice_fuzzer/
H A Duser_auth_service_fuzzer.cpp132 void OnNotifyAuthSuccessEvent(int32_t userId, AuthType authType, int32_t callerType, in OnNotifyAuthSuccessEvent() function in OHOS::UserIam::UserAuth::__anon4646d0080110::DummyAuthEventListener