/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_auth_event_listener.h | 29 … 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 D | auth_event_listener_manager.cpp | 111 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 D | user_auth_event_listener_proxy.h | 32 void OnNotifyAuthSuccessEvent(int32_t userId, AuthType authType, int32_t callerType,
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/ |
H A D | mock_user_auth_callback_service.h | 45 … 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 D | user_auth_event_listener_stub.cpp | 66 OnNotifyAuthSuccessEvent(userId, static_cast<AuthType>(authType), callerType, callerName); in OnNotifyAuthSuccessEventStub()
|
H A D | user_auth_event_listener_proxy.cpp | 45 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 D | user_auth_client_callback.h | 106 virtual void OnNotifyAuthSuccessEvent(int32_t userId, AuthType authtype, int32_t callerType,
|
/ohos5.0/base/theme/screenlock_mgr/services/include/ |
H A D | strongauthmanager.h | 55 …void OnNotifyAuthSuccessEvent(int32_t userId, UserIam::UserAuth::AuthType authType, int32_t caller…
|
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/ |
H A D | auth_event_listener_manager.h | 34 …void OnNotifyAuthSuccessEvent(int32_t userId, AuthType authType, int32_t callerType, std::string &…
|
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | trace.cpp | 148 AuthEventListenerManager::GetInstance().OnNotifyAuthSuccessEvent(info.userId, in ProcessUserAuthEvent()
|
/ohos5.0/base/theme/screenlock_mgr/services/src/ |
H A D | strongauthmanager.cpp | 156 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 D | user_auth_service_fuzzer.cpp | 132 void OnNotifyAuthSuccessEvent(int32_t userId, AuthType authType, int32_t callerType, in OnNotifyAuthSuccessEvent() function in OHOS::UserIam::UserAuth::__anon4646d0080110::DummyAuthEventListener
|