Home
last modified time | relevance | path

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

/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,
/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,
/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,
/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 callerType, in OnNotifyAuthSuccessEvent() function in OHOS::UserIam::UserAuth::AuthEventListenerProxy
/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,
/base/theme/screenlock_mgr/services/include/
H A Dstrongauthmanager.h55 void OnNotifyAuthSuccessEvent(int32_t userId, UserIam::UserAuth::AuthType authType, int32_t callerType,
/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 &callerName);
/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 callerType, in OnNotifyAuthSuccessEvent() function in OHOS::UserIam::UserAuth::AuthEventListenerManager
118 iter->OnNotifyAuthSuccessEvent(userId, authType, callerType, callerName); in OnNotifyAuthSuccessEvent()
119 IAM_LOGI("OnNotifyAuthSuccessEvent, userId: %{public}d, authType: %{public}d, callerName: %{public}s, " in OnNotifyAuthSuccessEvent()
/base/theme/screenlock_mgr/services/src/
H A Dstrongauthmanager.cpp170 void StrongAuthManger::AuthEventListenerService::OnNotifyAuthSuccessEvent(int32_t userId, in OnNotifyAuthSuccessEvent() function in OHOS::ScreenLock::StrongAuthManger::AuthEventListenerService
173 SCLOCK_HILOGI("OnNotifyAuthSuccessEvent: %{public}d, %{public}d, %{public}s, callerType: %{public}d", userId, in OnNotifyAuthSuccessEvent()
/base/useriam/user_auth_framework/services/context/src/
H A Dtrace.cpp167 AuthEventListenerManager::GetInstance().OnNotifyAuthSuccessEvent(info.userId, in ProcessUserAuthEvent()
/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,

Completed in 8 milliseconds