Home
last modified time | relevance | path

Searched refs:OnAuthorize (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/message_handle/include/
H A Dserver_msg_handler.h101 int32_t OnAuthorize(bool isAuthorize);
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/
H A Dstubhandleallocsocketfd_fuzzer.cpp135 MMIService::GetInstance()->OnAuthorize(g_isAuthorize); in StubHandleAllocSocketFdFuzzTest()
/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h237 int32_t OnAuthorize(bool isAuthorize);
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp2525 return this->OnAuthorize(isAuthorize); in Authorize()
2535 int32_t MMIService::OnAuthorize(bool isAuthorize) in OnAuthorize() function in OHOS::MMI::MMIService
2537 return sMsgHandler_.OnAuthorize(isAuthorize); in OnAuthorize()
/ohos5.0/foundation/multimodalinput/input/service/message_handle/test/
H A Dserver_msg_handler_test.cpp1622 int32_t result = handler.OnAuthorize(false);
1638 int32_t result = handler.OnAuthorize(false);
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp795 int32_t ServerMsgHandler::OnAuthorize(bool isAuthorize) in OnAuthorize() function in OHOS::MMI::ServerMsgHandler