Home
last modified time | relevance | path

Searched refs:NotifyWindowStateError (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dclient_msg_handler.h67 int32_t NotifyWindowStateError(const UDSClient& client, NetPacket& pkt);
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dclient_msg_handler.cpp83 return this->NotifyWindowStateError(client, pkt); }}, in Init()
399 int32_t ClientMsgHandler::NotifyWindowStateError(const UDSClient& client, NetPacket& pkt) in NotifyWindowStateError() function in OHOS::MMI::ClientMsgHandler