Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/message_handle/include/
H A Dserver_msg_handler.h110 int32_t OnAuthorize(bool isAuthorize);
/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/
H A Dstubhandleallocsocketfd_fuzzer.cpp135 MMIService::GetInstance()->OnAuthorize(g_isAuthorize); in StubHandleAllocSocketFdFuzzTest()
/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h260 int32_t OnAuthorize(bool isAuthorize);
/foundation/multimodalinput/input/service/message_handle/test/
H A Dserver_msg_handler_test.cpp1768 * @tc.desc: Test the function OnAuthorize
1778 int32_t result = handler.OnAuthorize(false); in HWTEST_F()
1785 * @tc.desc: Test the function OnAuthorize
1795 int32_t result = handler.OnAuthorize(false); in HWTEST_F()
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp3213 return this->OnAuthorize(isAuthorize); in Authorize()
3217 MMI_HILOGE("OnAuthorize failed, ret:%{public}d", ret); in Authorize()
3223 int32_t MMIService::OnAuthorize(bool isAuthorize) in OnAuthorize() function in OHOS::MMI::MMIService
3225 return sMsgHandler_.OnAuthorize(isAuthorize); in OnAuthorize()
/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp886 int32_t ServerMsgHandler::OnAuthorize(bool isAuthorize) in OnAuthorize() function in OHOS::MMI::ServerMsgHandler

Completed in 12 milliseconds