Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_manager_impl.h219 int32_t PackWindowInfo(NetPacket &pkt);
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp536 if (PackWindowInfo(pkt) != RET_OK) { in PackDisplayData()
610 int32_t InputManagerImpl::PackWindowInfo(NetPacket &pkt) __attribute__((no_sanitize("cfi"))) in PackWindowInfo() function in OHOS::MMI::InputManagerImpl