Home
last modified time | relevance | path

Searched refs:GetMsgCallback (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dmsg_handler.h36 return (GetMsgCallback(id) != nullptr); in ChkKey()
60 V *GetMsgCallback(K id) in GetMsgCallback() function
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dmsg_handler.h43 return (GetMsgCallback(id) != nullptr); in CheckKey()
72 V *GetMsgCallback(K id) in GetMsgCallback() function
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/inc/
H A Dsoft_bus_base_socket.h60 MsgCallback GetMsgCallback(uint32_t messageSeq);
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsoft_bus_base_socket.cpp85 MsgCallback BaseSocket::GetMsgCallback(uint32_t messageSeq) in GetMsgCallback() function in OHOS::UserIam::UserAuth::BaseSocket
349 MsgCallback callback = GetMsgCallback(messageSeq); in ProcDataReceive()
/ohos5.0/base/msdp/device_status/frameworks/native/src/
H A Dclient.cpp289 auto callback = GetMsgCallback(id); in OnMsgHandler()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/
H A Dsoft_bus_fuzzer.cpp104 clientSocket->GetMsgCallback(messageSeq); in FuzzSoftBusBaseSocketFisrst()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dclient_msg_handler.cpp113 auto callback = GetMsgCallback(id); in OnMsgHandler()
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp105 auto callback = GetMsgCallback(id); in OnMsgHandler()