Searched refs:replay (Results 1 - 4 of 4) sorted by relevance
/foundation/window/window_manager/extension/extension_connection/src/zidl/ |
H A D | window_extension_client_proxy.cpp | 31 MessageParcel replay; in OnWindowReady() local 50 if (remote->SendRequest(TRANS_ID_ON_WINDOW_READY, data, replay, option) != ERR_NONE) { in OnWindowReady() 59 MessageParcel replay; in OnBackPress() local 73 if (remote->SendRequest(TRANS_ID_ON_BACK_PRESS, data, replay, option) != ERR_NONE) { in OnBackPress() 82 MessageParcel replay; in OnKeyEvent() local 101 if (remote->SendRequest(TRANS_ID_ON_KEY_EVENT, data, replay, option) != ERR_NONE) { in OnKeyEvent() 110 MessageParcel replay; in OnPointerEvent() local 129 if (remote->SendRequest(TRANS_ID_ON_POINTER_EVENT, data, replay, option) != ERR_NONE) { in OnPointerEvent()
|
/foundation/window/window_manager/extension/window_extension/src/zidl/ |
H A D | window_extension_proxy.cpp | 102 MessageParcel replay; in GetExtensionWindow() local 119 if (remote->SendRequest(TRANS_ID_CONNECT_TO_EXTENSION, data, replay, option) != ERR_NONE) { in GetExtensionWindow()
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | atomic_service_status_callback_stub.h | 43 int OnRemoveTimeoutTaskInner(MessageParcel &data, MessageParcel &replay);
|
/foundation/window/window_manager/wm/src/zidl/ |
H A D | window_proxy.cpp | 515 MessageParcel replay; in NotifyDestroy() local 528 data, replay, option) != ERR_NONE) { in NotifyDestroy() 538 MessageParcel replay; in NotifyForeground() local 551 data, replay, option) != ERR_NONE) { in NotifyForeground() 561 MessageParcel replay; in NotifyBackground() local 574 data, replay, option) != ERR_NONE) { in NotifyBackground()
|
Completed in 3 milliseconds