Lines Matching refs:remote

66     sptr<IRemoteObject> remote = Remote();  in UpdateWindowRect()  local
67 if (remote == nullptr) { in UpdateWindowRect()
71 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_UPDATE_WINDOW_RECT), in UpdateWindowRect()
93 sptr<IRemoteObject> remote = Remote(); in UpdateWindowMode() local
94 if (remote == nullptr) { in UpdateWindowMode()
98 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_UPDATE_WINDOW_MODE), in UpdateWindowMode()
120 sptr<IRemoteObject> remote = Remote(); in UpdateWindowModeSupportType() local
121 if (remote == nullptr) { in UpdateWindowModeSupportType()
125 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_UPDATE_MODE_SUPPORT_INFO), in UpdateWindowModeSupportType()
147 sptr<IRemoteObject> remote = Remote(); in UpdateFocusStatus() local
148 if (remote == nullptr) { in UpdateFocusStatus()
152 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_UPDATE_FOCUS_STATUS), in UpdateFocusStatus()
177 sptr<IRemoteObject> remote = Remote(); in UpdateAvoidArea() local
178 if (remote == nullptr) { in UpdateAvoidArea()
182 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_UPDATE_AVOID_AREA), in UpdateAvoidArea()
204 sptr<IRemoteObject> remote = Remote(); in UpdateWindowState() local
205 if (remote == nullptr) { in UpdateWindowState()
209 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_UPDATE_WINDOW_STATE), in UpdateWindowState()
235 sptr<IRemoteObject> remote = Remote(); in UpdateWindowDragInfo() local
236 if (remote == nullptr) { in UpdateWindowDragInfo()
240 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_UPDATE_DRAG_EVENT), in UpdateWindowDragInfo()
261 sptr<IRemoteObject> remote = Remote(); in UpdateDisplayId() local
262 if (remote == nullptr) { in UpdateDisplayId()
266 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_UPDATE_DISPLAY_ID), in UpdateDisplayId()
301 sptr<IRemoteObject> remote = Remote(); in UpdateOccupiedAreaChangeInfo() local
302 if (remote == nullptr) { in UpdateOccupiedAreaChangeInfo()
306 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_UPDATE_OCCUPIED_AREA), in UpdateOccupiedAreaChangeInfo()
347 sptr<IRemoteObject> remote = Remote(); in UpdateOccupiedAreaAndRect() local
348 if (remote == nullptr) { in UpdateOccupiedAreaAndRect()
352 …if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_UPDATE_OCCUPIED_AREA_AND_REC… in UpdateOccupiedAreaAndRect()
374 sptr<IRemoteObject> remote = Remote(); in UpdateActiveStatus() local
375 if (remote == nullptr) { in UpdateActiveStatus()
379 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_UPDATE_ACTIVE_STATUS), in UpdateActiveStatus()
397 sptr<IRemoteObject> remote = Remote(); in GetWindowProperty() local
398 if (remote == nullptr) { in GetWindowProperty()
402 if (remote->SendRequest(requestCode, data, reply, option) != ERR_NONE) { in GetWindowProperty()
420 sptr<IRemoteObject> remote = Remote(); in NotifyTouchOutside() local
421 if (remote == nullptr) { in NotifyTouchOutside()
425 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_NOTIFY_OUTSIDE_PRESSED), in NotifyTouchOutside()
443 sptr<IRemoteObject> remote = Remote(); in NotifyScreenshot() local
444 if (remote == nullptr) { in NotifyScreenshot()
448 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_NOTIFY_SCREEN_SHOT), in NotifyScreenshot()
469 sptr<IRemoteObject> remote = Remote(); in DumpInfo() local
470 if (remote == nullptr) { in DumpInfo()
474 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_DUMP_INFO), in DumpInfo()
499 sptr<IRemoteObject> remote = Remote(); in UpdateZoomTransform() local
500 if (remote == nullptr) { in UpdateZoomTransform()
504 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_UPDATE_ZOOM_TRANSFORM), in UpdateZoomTransform()
522 sptr<IRemoteObject> remote = Remote(); in NotifyDestroy() local
523 if (remote == nullptr) { in NotifyDestroy()
527 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_NOTIFY_DESTROY), in NotifyDestroy()
545 sptr<IRemoteObject> remote = Remote(); in NotifyForeground() local
546 if (remote == nullptr) { in NotifyForeground()
550 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_NOTIFY_FOREGROUND), in NotifyForeground()
568 sptr<IRemoteObject> remote = Remote(); in NotifyBackground() local
569 if (remote == nullptr) { in NotifyBackground()
573 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_NOTIFY_BACKGROUND), in NotifyBackground()
598 sptr<IRemoteObject> remote = Remote(); in NotifyWindowClientPointUp() local
599 if (remote == nullptr) { in NotifyWindowClientPointUp()
603 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_NOTIFY_CLIENT_POINT_UP), in NotifyWindowClientPointUp()
625 sptr<IRemoteObject> remote = Remote(); in RestoreSplitWindowMode() local
626 if (remote == nullptr) { in RestoreSplitWindowMode()
630 if (remote->SendRequest(requestCode, data, reply, option) != ERR_NONE) { in RestoreSplitWindowMode()
650 sptr<IRemoteObject> remote = Remote(); in ConsumeKeyEvent() local
651 if (remote == nullptr) { in ConsumeKeyEvent()
655 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_CONSUME_KEY_EVENT), in ConsumeKeyEvent()
676 sptr<IRemoteObject> remote = Remote(); in NotifyForegroundInteractiveStatus() local
677 if (remote == nullptr) { in NotifyForegroundInteractiveStatus()
681 …if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_NOTIFY_FOREGROUND_INTERACTIV… in NotifyForegroundInteractiveStatus()