Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp800 int32_t authorPid = AUTHORIZE_HELPER->GetAuthorizePid(); in OnAuthorize()
827 int32_t curAuthPid = AUTHORIZE_HELPER->GetAuthorizePid(); in OnAuthorize()
836 CloseInjectNotice(AUTHORIZE_HELPER->GetAuthorizePid()); in OnAuthorize()
847 int32_t curAuthPid = AUTHORIZE_HELPER->GetAuthorizePid(); in OnCancelInjection()
859 CloseInjectNotice(AUTHORIZE_HELPER->GetAuthorizePid()); in OnCancelInjection()
1013 state, AUTHORIZE_HELPER->GetAuthorizePid(), pid); in NativeInjectCheck()
1025 if (pid == AUTHORIZE_HELPER->GetAuthorizePid()) { in NativeInjectCheck()
1034 if (pid != AUTHORIZE_HELPER->GetAuthorizePid()) { in NativeInjectCheck()
H A Dauthorize_helper.cpp56 int32_t AuthorizeHelper::GetAuthorizePid() in GetAuthorizePid() function in OHOS::MMI::AuthorizeHelper
/ohos5.0/foundation/multimodalinput/input/service/message_handle/include/
H A Dauthorize_helper.h44 int32_t GetAuthorizePid();