Home
last modified time | relevance | path

Searched refs:IMS_DEFAULT_IPC_SIZE (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager_lite/frameworks/ims/
H A Dinput_event_listener_proxy.cpp81 uint8_t tmpData[IMS_DEFAULT_IPC_SIZE]; in RegisterInputEventListener()
82 IpcIoInit(&io, tmpData, IMS_DEFAULT_IPC_SIZE, 1); in RegisterInputEventListener()
106 uint8_t tmpData[IMS_DEFAULT_IPC_SIZE]; in UnregisterInputEventListener()
107 IpcIoInit(&io, tmpData, IMS_DEFAULT_IPC_SIZE, 1); in UnregisterInputEventListener()
/foundation/window/window_manager_lite/services/ims/
H A Dinput_event_client_proxy.cpp93 uint8_t tmpData[IMS_DEFAULT_IPC_SIZE]; in OnRawEvent()
94 IpcIoInit(&io, tmpData, IMS_DEFAULT_IPC_SIZE, 1); in OnRawEvent()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dinput_event_info.h77 const int32_t IMS_DEFAULT_IPC_SIZE = 200; member

Completed in 2 milliseconds