Home
last modified time | relevance | path

Searched defs:MsgCallback (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dmsg_handler.h53 struct MsgCallback { struct
68 bool RegistrationEvent(MsgCallback& msg) in RegistrationEvent() argument
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dmsg_handler.h31 struct MsgCallback { struct
43 return (GetMsgCallback(id) != nullptr); in CheckKey() argument
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/inc/
H A Dremote_connect_listener.h29 using MsgCallback = std::function<void(const std::shared_ptr<Attributes> &)>; variable
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/include/
H A Dfsm_message.h19 typedef void (*MsgCallback)(void *privDate); typedef