/foundation/ability/idl_tool/test/rust/moduletest/client/src/ |
H A D | main.rs | 47 let remote = <dyn IIdlTestService as FromRemoteObj>::from(object); in get_test_service() 48 let remote = match remote { in get_test_service() 55 remote in get_test_service() 82 let remote = get_test_service(); in idl_ipc_test_basic_001() 83 remote.idl_ipc_test_basic_001().expect("should success"); in idl_ipc_test_basic_001() 89 let remote = get_test_service(); in idl_ipc_test_basic_002() 90 remote.idl_ipc_test_basic_002().expect("should success"); in idl_ipc_test_basic_002() 96 let remote = get_test_service(); in idl_ipc_test_basic_101() 97 let anchor = remote in idl_ipc_test_basic_101() [all...] |
/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | profile_change_listener_proxy.cpp | 29 sptr<IRemoteObject> remote = nullptr; in OnTrustDeviceProfileAdd() local 30 GET_REMOTE_OBJECT(remote); in OnTrustDeviceProfileAdd() 38 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_TRUST_DEVICE_PROFILE_ADD), data, reply); in OnTrustDeviceProfileAdd() 44 sptr<IRemoteObject> remote = nullptr; in OnTrustDeviceProfileDelete() local 45 GET_REMOTE_OBJECT(remote); in OnTrustDeviceProfileDelete() 53 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_TRUST_DEVICE_PROFILE_DELETE), data, reply); in OnTrustDeviceProfileDelete() 60 sptr<IRemoteObject> remote = nullptr; in OnTrustDeviceProfileUpdate() local 61 GET_REMOTE_OBJECT(remote); in OnTrustDeviceProfileUpdate() 73 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::ON_TRUST_DEVICE_PROFILE_UPDATE), data, reply); in OnTrustDeviceProfileUpdate() 79 sptr<IRemoteObject> remote in OnDeviceProfileAdd() local 94 sptr<IRemoteObject> remote = nullptr; OnDeviceProfileDelete() local 109 sptr<IRemoteObject> remote = nullptr; OnDeviceProfileUpdate() local 128 sptr<IRemoteObject> remote = nullptr; OnServiceProfileAdd() local 143 sptr<IRemoteObject> remote = nullptr; OnServiceProfileDelete() local 158 sptr<IRemoteObject> remote = nullptr; OnServiceProfileUpdate() local 177 sptr<IRemoteObject> remote = nullptr; OnCharacteristicProfileAdd() local 192 sptr<IRemoteObject> remote = nullptr; OnCharacteristicProfileDelete() local 208 sptr<IRemoteObject> remote = nullptr; OnCharacteristicProfileUpdate() local [all...] |
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_proxy.cpp | 27 sptr<IRemoteObject> remote = nullptr; in PutAccessControlProfile() local 28 GET_REMOTE_OBJECT(remote); in PutAccessControlProfile() 36 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::PUT_ACL_PROFILE), data, reply); in PutAccessControlProfile() 42 sptr<IRemoteObject> remote = nullptr; in UpdateAccessControlProfile() local 43 GET_REMOTE_OBJECT(remote); in UpdateAccessControlProfile() 51 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::UPDATE_ACL_PROFILE), data, reply); in UpdateAccessControlProfile() 58 sptr<IRemoteObject> remote = nullptr; in GetTrustDeviceProfile() local 59 GET_REMOTE_OBJECT(remote); in GetTrustDeviceProfile() 64 SEND_REQUEST(remote, static_cast<uint32_t>(DPInterfaceCode::GET_TRUST_DEVICE_PROFILE), data, reply); in GetTrustDeviceProfile() 74 sptr<IRemoteObject> remote in GetAllTrustDeviceProfile() local 90 sptr<IRemoteObject> remote = nullptr; GetAccessControlProfile() local 110 sptr<IRemoteObject> remote = nullptr; GetAllAccessControlProfile() local 125 sptr<IRemoteObject> remote = nullptr; DeleteAccessControlProfile() local 137 sptr<IRemoteObject> remote = nullptr; PutServiceProfile() local 152 sptr<IRemoteObject> remote = nullptr; PutServiceProfileBatch() local 167 sptr<IRemoteObject> remote = nullptr; PutCharacteristicProfile() local 183 sptr<IRemoteObject> remote = nullptr; PutCharacteristicProfileBatch() local 198 sptr<IRemoteObject> remote = nullptr; GetDeviceProfile() local 215 sptr<IRemoteObject> remote = nullptr; GetServiceProfile() local 233 sptr<IRemoteObject> remote = nullptr; GetCharacteristicProfile() local 252 sptr<IRemoteObject> remote = nullptr; DeleteServiceProfile() local 266 sptr<IRemoteObject> remote = nullptr; DeleteCharacteristicProfile() local 280 sptr<IRemoteObject> remote = nullptr; SubscribeDeviceProfile() local 295 sptr<IRemoteObject> remote = nullptr; UnSubscribeDeviceProfile() local 311 sptr<IRemoteObject> remote = nullptr; SyncDeviceProfile() local 327 sptr<IRemoteObject> remote = nullptr; SendSubscribeInfos() local 342 sptr<IRemoteObject> remote = nullptr; SubscribeDeviceProfileInited() local 355 sptr<IRemoteObject> remote = nullptr; UnSubscribeDeviceProfileInited() local [all...] |
/foundation/multimedia/av_session/services/session/ipc/proxy/ |
H A D | avcast_controller_callback_proxy.cpp | 35 auto remote = Remote(); in OnCastPlaybackStateChange() local 36 CHECK_AND_RETURN_LOG(remote != nullptr, "get remote service failed"); in OnCastPlaybackStateChange() 38 CHECK_AND_RETURN_LOG(remote->SendRequest(CAST_CONTROLLER_CMD_ON_CAST_PLAYBACK_STATE_CHANGE, in OnCastPlaybackStateChange() 54 auto remote = Remote(); in OnMediaItemChange() local 55 CHECK_AND_RETURN_LOG(remote != nullptr, "get remote service failed"); in OnMediaItemChange() 57 CHECK_AND_RETURN_LOG(remote->SendRequest(CAST_CONTROLLER_CMD_ON_MEDIA_ITEM_CHANGE, parcel, reply, option) == 0, in OnMediaItemChange() 69 auto remote = Remote(); in OnPlayNext() local 70 CHECK_AND_RETURN_LOG(remote ! in OnPlayNext() 82 auto remote = Remote(); OnPlayPrevious() local 96 auto remote = Remote(); OnSeekDone() local 111 auto remote = Remote(); OnVideoSizeChange() local 126 auto remote = Remote(); OnPlayerError() local 140 auto remote = Remote(); OnEndOfStream() local 155 auto remote = Remote(); OnPlayRequest() local 184 auto remote = Remote(); OnKeyRequest() local 201 auto remote = Remote(); OnCastValidCommandChanged() local [all...] |
H A D | session_listener_proxy.cpp | 32 auto remote = Remote(); in OnSessionCreate() local 33 CHECK_AND_RETURN_LOG(remote != nullptr, "get remote service failed"); in OnSessionCreate() 36 CHECK_AND_RETURN_LOG(remote->SendRequest(LISTENER_CMD_ON_CREATE, data, reply, option) == 0, "send request fail"); in OnSessionCreate() 45 auto remote = Remote(); in OnSessionRelease() local 46 CHECK_AND_RETURN_LOG(remote != nullptr, "get remote service failed"); in OnSessionRelease() 49 CHECK_AND_RETURN_LOG(remote->SendRequest(LISTENER_CMD_ON_RELEASE, data, reply, option) == 0, "send request fail"); in OnSessionRelease() 58 auto remote = Remote(); in OnTopSessionChange() local 59 CHECK_AND_RETURN_LOG(remote ! in OnTopSessionChange() 71 auto remote = Remote(); OnAudioSessionChecked() local 85 auto remote = Remote(); OnDeviceAvailable() local 100 auto remote = Remote(); OnDeviceLogEvent() local 114 auto remote = Remote(); OnDeviceOffline() local [all...] |
H A D | avsession_callback_proxy.cpp | 31 auto remote = Remote(); in OnAVCallAnswer() local 32 CHECK_AND_RETURN_LOG(remote != nullptr, "get remote service failed"); in OnAVCallAnswer() 35 CHECK_AND_RETURN_LOG(remote->SendRequest(SESSION_CALLBACK_ON_AVCALL_ANSWER, data, reply, option) == 0, in OnAVCallAnswer() 44 auto remote = Remote(); in OnAVCallHangUp() local 45 CHECK_AND_RETURN_LOG(remote != nullptr, "get remote service failed"); in OnAVCallHangUp() 48 CHECK_AND_RETURN_LOG(remote->SendRequest(SESSION_CALLBACK_ON_AVCALL_HANGUP, data, reply, option) == 0, in OnAVCallHangUp() 57 auto remote = Remote(); in OnAVCallToggleCallMute() local 58 CHECK_AND_RETURN_LOG(remote ! in OnAVCallToggleCallMute() 70 auto remote = Remote(); OnPlay() local 83 auto remote = Remote(); OnPause() local 96 auto remote = Remote(); OnStop() local 109 auto remote = Remote(); OnPlayNext() local 122 auto remote = Remote(); OnPlayPrevious() local 136 auto remote = Remote(); OnFastForward() local 150 auto remote = Remote(); OnRewind() local 164 auto remote = Remote(); OnSeek() local 178 auto remote = Remote(); OnSetSpeed() local 192 auto remote = Remote(); OnSetLoopMode() local 206 auto remote = Remote(); OnToggleFavorite() local 220 auto remote = Remote(); OnMediaKeyEvent() local 260 auto remote = Remote(); OnOutputDeviceChange() local 278 auto remote = Remote(); OnCommonCommand() local 290 auto remote = Remote(); OnSkipToQueueItem() local 304 auto remote = Remote(); OnPlayFromAssetId() local 323 auto remote = Remote(); OnCastDisplayChange() local [all...] |
H A D | avcontroller_callback_proxy.cpp | 34 auto remote = Remote(); in OnSessionDestroy() local 35 CHECK_AND_RETURN_LOG(remote != nullptr, "get remote service failed"); in OnSessionDestroy() 36 CHECK_AND_RETURN_LOG(remote->SendRequest(CONTROLLER_CMD_ON_SESSION_DESTROY, parcel, reply, option) == 0, in OnSessionDestroy() 48 auto remote = Remote(); in OnAVCallMetaDataChange() local 49 CHECK_AND_RETURN_LOG(remote != nullptr, "get remote service failed"); in OnAVCallMetaDataChange() 50 CHECK_AND_RETURN_LOG(remote->SendRequest(CONTROLLER_CMD_ON_AVCALL_METADATA_CHANGE, parcel, reply, option) == 0, in OnAVCallMetaDataChange() 63 auto remote = Remote(); in OnAVCallStateChange() local 64 CHECK_AND_RETURN_LOG(remote ! in OnAVCallStateChange() 81 auto remote = Remote(); OnPlaybackStateChange() local 149 auto remote = Remote(); OnMetaDataChange() local 181 auto remote = Remote(); OnActiveStateChange() local 198 auto remote = Remote(); OnValidCommandChange() local 238 auto remote = Remote(); OnOutputDeviceChange() local 252 auto remote = Remote(); OnSessionEventChange() local 270 auto remote = Remote(); OnQueueItemsChange() local 283 auto remote = Remote(); OnQueueTitleChange() local 296 auto remote = Remote(); OnExtrasChange() local [all...] |
H A D | avsession_proxy.cpp | 48 auto remote = Remote(); in GetSessionId() local 49 CHECK_AND_RETURN_RET_LOG(remote != nullptr, "", "get remote service failed"); in GetSessionId() 50 CHECK_AND_RETURN_RET_LOG(remote->SendRequest(SESSION_CMD_GET_SESSION_ID, data, reply, option) == 0, in GetSessionId() 65 auto remote = Remote(); in GetSessionType() local 66 CHECK_AND_RETURN_RET_LOG(remote != nullptr, "", "get remote service failed"); in GetSessionType() 67 CHECK_AND_RETURN_RET_LOG(remote->SendRequest(SESSION_CMD_GET_SESSION_TYPE, data, reply, option) == 0, in GetSessionType() 94 "write remote object failed"); in RegisterCallbackInner() 97 auto remote in RegisterCallbackInner() local 116 auto remote = Remote(); Destroy() local 144 auto remote = Remote(); SetAVCallMetaData() local 165 auto remote = Remote(); SetAVCallState() local 241 auto remote = Remote(); SetAVMetaData() local 280 auto remote = Remote(); GetAVMetaData() local 309 auto remote = Remote(); SetAVQueueItems() local 326 auto remote = Remote(); GetAVQueueItems() local 362 auto remote = Remote(); GetAVQueueTitle() local 388 auto remote = Remote(); SetAVQueueTitle() local 405 auto remote = Remote(); GetAVPlaybackState() local 436 auto remote = Remote(); SetAVPlaybackState() local 455 auto remote = Remote(); SetLaunchAbility() local 473 auto remote = Remote(); GetExtras() local 499 auto remote = Remote(); SetExtras() local 516 auto remote = Remote(); GetControllerInner() local 552 auto remote = Remote(); GetAVCastControllerInner() local 586 auto remote = Remote(); StartCastDisplayListener() local 603 auto remote = Remote(); StopCastDisplayListener() local 620 auto remote = Remote(); GetAllCastDisplays() local 665 auto remote = Remote(); Activate() local 682 auto remote = Remote(); Deactivate() local 699 auto remote = Remote(); IsActive() local 767 auto remote = Remote(); SetSessionEvent() local 785 auto remote = Remote(); ReleaseCast() local [all...] |
/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | ability_death_recipient.cpp | 23 void AbilityDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied() argument 26 SystemAbilityManager::GetInstance()->RemoveSystemAbility(remote.promote()); in OnRemoteDied() 30 void SystemProcessDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied() argument 33 SystemAbilityManager::GetInstance()->RemoveSystemProcess(remote.promote()); in OnRemoteDied() 37 void AbilityStatusDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied() argument 40 SystemAbilityManager::GetInstance()->UnSubscribeSystemAbility(remote.promote()); in OnRemoteDied() 44 void AbilityCallbackDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied() argument 47 SystemAbilityManager::GetInstance()->OnAbilityCallbackDied(remote.promote()); in OnRemoteDied() 51 void RemoteCallbackDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied() argument 54 SystemAbilityManager::GetInstance()->OnRemoteCallbackDied(remote in OnRemoteDied() 58 OnRemoteDied(const wptr<IRemoteObject>& remote) OnRemoteDied() argument [all...] |
/foundation/communication/netmanager_base/frameworks/native/netpolicyclient/src/ |
H A D | net_policy_service_proxy.cpp | 29 int32_t NetPolicyServiceProxy::SendRequest(sptr<IRemoteObject> &remote, uint32_t code, MessageParcel &data, in SendRequest() argument 32 if (remote == nullptr) { in SendRequest() 36 int32_t retCode = remote->SendRequest(code, data, reply, option); in SendRequest() 65 sptr<IRemoteObject> remote = Remote(); in SetPolicyByUid() local 66 if (remote == nullptr) { in SetPolicyByUid() 73 return SendRequest(remote, static_cast<uint32_t>(PolicyInterfaceCode::CMD_NPS_SET_POLICY_BY_UID), data, reply, in SetPolicyByUid() 90 sptr<IRemoteObject> remote = Remote(); in GetPolicyByUid() local 91 if (remote == nullptr) { in GetPolicyByUid() 99 SendRequest(remote, static_cast<uint32_t>(PolicyInterfaceCode::CMD_NPS_GET_POLICY_BY_UID), data, reply, option); in GetPolicyByUid() 126 sptr<IRemoteObject> remote in GetUidsByPolicy() local 166 sptr<IRemoteObject> remote = Remote(); IsUidNetAllowed() local 206 sptr<IRemoteObject> remote = Remote(); IsUidNetAllowed() local 242 sptr<IRemoteObject> remote = Remote(); RegisterNetPolicyCallback() local 268 sptr<IRemoteObject> remote = Remote(); UnregisterNetPolicyCallback() local 293 sptr<IRemoteObject> remote = Remote(); SetNetQuotaPolicies() local 318 sptr<IRemoteObject> remote = Remote(); GetNetQuotaPolicies() local 353 sptr<IRemoteObject> remote = Remote(); ResetPolicies() local 377 sptr<IRemoteObject> remote = Remote(); SetBackgroundPolicy() local 397 sptr<IRemoteObject> remote = Remote(); GetBackgroundPolicy() local 432 sptr<IRemoteObject> remote = Remote(); GetBackgroundPolicyByUid() local 462 sptr<IRemoteObject> remote = Remote(); UpdateRemindPolicy() local 506 sptr<IRemoteObject> remote = Remote(); SetDeviceIdleTrustlist() local 526 sptr<IRemoteObject> remote = Remote(); GetDeviceIdleTrustlist() local 556 sptr<IRemoteObject> remote = Remote(); SetDeviceIdlePolicy() local 581 sptr<IRemoteObject> remote = Remote(); SetPowerSavePolicy() local 606 sptr<IRemoteObject> remote = Remote(); GetPowerSaveTrustlist() local 636 sptr<IRemoteObject> remote = Remote(); SetPowerSaveTrustlist() local 675 sptr<IRemoteObject> remote = Remote(); CheckPermission() local 725 sptr<IRemoteObject> remote = Remote(); SetNetworkAccessPolicy() local 760 sptr<IRemoteObject> remote = Remote(); GetNetworkAccessPolicy() local 798 sptr<IRemoteObject> remote = Remote(); NotifyNetAccessPolicyDiag() local 836 sptr<IRemoteObject> remote = Remote(); SetNicTrafficAllowed() local [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_socket_server.h | 33 SocketObserverApplication(int fd, const sptr<IRemoteObject> &remote) : fd(fd), remote(remote) {} in SocketObserverApplication() 36 wptr<IRemoteObject> remote; member 42 void OnRemoteDied(const wptr<IRemoteObject> &remote) override 44 applications_.OnRemoteDied(remote); 55 void OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied() argument 58 auto iter = GetObserverApplication(remote); in OnRemoteDied() 60 iter->remote->RemoveDeathRecipient(deathRecipient_); in OnRemoteDied() 68 void AddObserver(int fd, const sptr<IRemoteObject> &remote) in AddObserver() argument 78 RemoveObserver(const sptr<IRemoteObject> &remote) RemoveObserver() argument 87 GetObserverApplication(const wptr<IRemoteObject> &remote) GetObserverApplication() argument [all...] |
/foundation/barrierfree/accessibility/common/interface/src/ |
H A D | accessible_ability_manager_config_observer_proxy.cpp | 58 sptr<IRemoteObject> remote = Remote(); in OnConfigStateChanged() local 59 if (remote == nullptr) { in OnConfigStateChanged() 60 HILOG_ERROR("fail to send transact cmd due to remote object"); in OnConfigStateChanged() 64 error = remote->SendRequest( in OnConfigStateChanged() 92 sptr<IRemoteObject> remote = Remote(); in OnAudioBalanceChanged() local 93 if (remote == nullptr) { in OnAudioBalanceChanged() 94 HILOG_ERROR("fail to send transact cmd due to remote object"); in OnAudioBalanceChanged() 98 error = remote->SendRequest( in OnAudioBalanceChanged() 126 sptr<IRemoteObject> remote = Remote(); in OnBrightnessDiscountChanged() local 127 if (remote in OnBrightnessDiscountChanged() 160 sptr<IRemoteObject> remote = Remote(); OnContentTimeoutChanged() local 194 sptr<IRemoteObject> remote = Remote(); OnDaltonizationColorFilterChanged() local 228 sptr<IRemoteObject> remote = Remote(); OnMouseAutoClickChanged() local 262 sptr<IRemoteObject> remote = Remote(); OnShortkeyTargetChanged() local 297 sptr<IRemoteObject> remote = Remote(); OnShortkeyMultiTargetChanged() local 331 sptr<IRemoteObject> remote = Remote(); OnClickResponseTimeChanged() local 365 sptr<IRemoteObject> remote = Remote(); OnIgnoreRepeatClickTimeChanged() local [all...] |
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/ |
H A D | mock_accessible_ability_manager_config_observer_proxy.cpp | 58 sptr<IRemoteObject> remote = Remote(); in OnConfigStateChanged() local 59 if (remote == nullptr) { in OnConfigStateChanged() 60 HILOG_ERROR("fail to send transact cmd due to remote object"); in OnConfigStateChanged() 64 error = remote->SendRequest( in OnConfigStateChanged() 92 sptr<IRemoteObject> remote = Remote(); in OnAudioBalanceChanged() local 93 if (remote == nullptr) { in OnAudioBalanceChanged() 94 HILOG_ERROR("fail to send transact cmd due to remote object"); in OnAudioBalanceChanged() 98 error = remote->SendRequest( in OnAudioBalanceChanged() 126 sptr<IRemoteObject> remote = Remote(); in OnBrightnessDiscountChanged() local 127 if (remote in OnBrightnessDiscountChanged() 160 sptr<IRemoteObject> remote = Remote(); OnContentTimeoutChanged() local 194 sptr<IRemoteObject> remote = Remote(); OnDaltonizationColorFilterChanged() local 228 sptr<IRemoteObject> remote = Remote(); OnMouseAutoClickChanged() local 262 sptr<IRemoteObject> remote = Remote(); OnShortkeyTargetChanged() local 297 sptr<IRemoteObject> remote = Remote(); OnShortkeyMultiTargetChanged() local 331 sptr<IRemoteObject> remote = Remote(); OnClickResponseTimeChanged() local 365 sptr<IRemoteObject> remote = Remote(); OnIgnoreRepeatClickTimeChanged() local [all...] |
/foundation/window/window_manager/dm_lite/src/ |
H A D | display_manager_lite_proxy.cpp | 34 sptr<IRemoteObject> remote = Remote(); in RegisterDisplayManagerAgent() local 35 if (remote == nullptr) { in RegisterDisplayManagerAgent() 36 WLOGFW("remote is null"); in RegisterDisplayManagerAgent() 64 if (remote->SendRequest(static_cast<uint32_t>(DisplayManagerMessage::TRANS_ID_REGISTER_DISPLAY_MANAGER_AGENT), in RegisterDisplayManagerAgent() 75 sptr<IRemoteObject> remote = Remote(); in UnregisterDisplayManagerAgent() local 76 if (remote == nullptr) { in UnregisterDisplayManagerAgent() 77 WLOGFW("remote is null"); in UnregisterDisplayManagerAgent() 105 if (remote->SendRequest(static_cast<uint32_t>(DisplayManagerMessage::TRANS_ID_UNREGISTER_DISPLAY_MANAGER_AGENT), in UnregisterDisplayManagerAgent() 115 sptr<IRemoteObject> remote = Remote(); in GetFoldDisplayMode() local 116 if (remote in GetFoldDisplayMode() 137 sptr<IRemoteObject> remote = Remote(); SetFoldDisplayMode() local 161 sptr<IRemoteObject> remote = Remote(); IsFoldable() local 184 sptr<IRemoteObject> remote = Remote(); GetFoldStatus() local 207 sptr<IRemoteObject> remote = Remote(); GetDefaultDisplayInfo() local 235 sptr<IRemoteObject> remote = Remote(); GetDisplayInfoById() local 268 sptr<IRemoteObject> remote = Remote(); GetCutoutInfo() local 297 sptr<IRemoteObject> remote = Remote(); WakeUpBegin() local 325 sptr<IRemoteObject> remote = Remote(); WakeUpEnd() local 349 sptr<IRemoteObject> remote = Remote(); SuspendBegin() local 377 sptr<IRemoteObject> remote = Remote(); SuspendEnd() local 401 sptr<IRemoteObject> remote = Remote(); GetInternalScreenId() local 426 sptr<IRemoteObject> remote = Remote(); SetScreenPowerById() local 462 sptr<IRemoteObject> remote = Remote(); SetSpecifiedScreenPower() local 497 sptr<IRemoteObject> remote = Remote(); SetScreenPowerForAll() local 528 sptr<IRemoteObject> remote = Remote(); GetScreenPower() local 555 sptr<IRemoteObject> remote = Remote(); SetDisplayState() local 582 sptr<IRemoteObject> remote = Remote(); GetDisplayState() local 609 sptr<IRemoteObject> remote = Remote(); TryToCancelScreenOff() local 633 sptr<IRemoteObject> remote = Remote(); SetScreenBrightness() local 664 sptr<IRemoteObject> remote = Remote(); GetScreenBrightness() local 691 sptr<IRemoteObject> remote = Remote(); GetAllDisplayIds() local [all...] |
/foundation/window/window_manager/wm/src/zidl/ |
H A D | window_proxy.cpp | 66 sptr<IRemoteObject> remote = Remote(); in UpdateWindowRect() local 67 if (remote == nullptr) { in UpdateWindowRect() 68 WLOGFE("remote is null"); 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() 95 WLOGFE("remote is null"); in UpdateWindowMode() 98 if (remote->SendRequest(static_cast<uint32_t>(WindowMessage::TRANS_ID_UPDATE_WINDOW_MODE), in UpdateWindowMode() 120 sptr<IRemoteObject> remote = Remote(); in UpdateWindowModeSupportInfo() local 121 if (remote in UpdateWindowModeSupportInfo() 147 sptr<IRemoteObject> remote = Remote(); UpdateFocusStatus() local 177 sptr<IRemoteObject> remote = Remote(); UpdateAvoidArea() local 204 sptr<IRemoteObject> remote = Remote(); UpdateWindowState() local 235 sptr<IRemoteObject> remote = Remote(); UpdateWindowDragInfo() local 261 sptr<IRemoteObject> remote = Remote(); UpdateDisplayId() local 301 sptr<IRemoteObject> remote = Remote(); UpdateOccupiedAreaChangeInfo() local 347 sptr<IRemoteObject> remote = Remote(); UpdateOccupiedAreaAndRect() local 374 sptr<IRemoteObject> remote = Remote(); UpdateActiveStatus() local 397 sptr<IRemoteObject> remote = Remote(); GetWindowProperty() local 420 sptr<IRemoteObject> remote = Remote(); NotifyTouchOutside() local 443 sptr<IRemoteObject> remote = Remote(); NotifyScreenshot() local 469 sptr<IRemoteObject> remote = Remote(); DumpInfo() local 499 sptr<IRemoteObject> remote = Remote(); UpdateZoomTransform() local 522 sptr<IRemoteObject> remote = Remote(); NotifyDestroy() local 545 sptr<IRemoteObject> remote = Remote(); NotifyForeground() local 568 sptr<IRemoteObject> remote = Remote(); NotifyBackground() local 598 sptr<IRemoteObject> remote = Remote(); NotifyWindowClientPointUp() local 625 sptr<IRemoteObject> remote = Remote(); RestoreSplitWindowMode() local 650 sptr<IRemoteObject> remote = Remote(); ConsumeKeyEvent() local 676 sptr<IRemoteObject> remote = Remote(); NotifyForegroundInteractiveStatus() local [all...] |
/foundation/window/window_manager/dm/src/zidl/ |
H A D | display_manager_agent_proxy.cpp | 32 sptr<IRemoteObject> remote = Remote();
in NotifyDisplayPowerEvent() local 33 if (remote == nullptr) {
in NotifyDisplayPowerEvent() 34 WLOGFW("NotifyDisplayPowerEvent: remote is nullptr");
in NotifyDisplayPowerEvent() 56 if (remote->SendRequest(TRANS_ID_NOTIFY_DISPLAY_POWER_EVENT, data, reply, option) != ERR_NONE) {
in NotifyDisplayPowerEvent() 63 sptr<IRemoteObject> remote = Remote();
in NotifyDisplayStateChanged() local 64 if (remote == nullptr) {
in NotifyDisplayStateChanged() 65 WLOGFW("NotifyDisplayStateChanged: remote is nullptr");
in NotifyDisplayStateChanged() 87 if (remote->SendRequest(TRANS_ID_NOTIFY_DISPLAY_STATE_CHANGED, data, reply, option) != ERR_NONE) {
in NotifyDisplayStateChanged() 94 sptr<IRemoteObject> remote = Remote();
in OnScreenConnect() local 95 if (remote in OnScreenConnect() 120 sptr<IRemoteObject> remote = Remote(); OnScreenDisconnect() local 146 sptr<IRemoteObject> remote = Remote(); OnScreenChange() local 178 sptr<IRemoteObject> remote = Remote(); OnScreenGroupChange() local 214 sptr<IRemoteObject> remote = Remote(); OnDisplayCreate() local 240 sptr<IRemoteObject> remote = Remote(); OnDisplayDestroy() local 266 sptr<IRemoteObject> remote = Remote(); OnDisplayChange() local 297 sptr<IRemoteObject> remote = Remote(); OnScreenshot() local 321 sptr<IRemoteObject> remote = Remote(); NotifyPrivateWindowStateChanged() local 346 sptr<IRemoteObject> remote = Remote(); NotifyPrivateStateWindowListChanged() local 374 sptr<IRemoteObject> remote = Remote(); NotifyFoldStatusChanged() local 398 sptr<IRemoteObject> remote = Remote(); NotifyFoldAngleChanged() local 422 sptr<IRemoteObject> remote = Remote(); NotifyCaptureStatusChanged() local 446 sptr<IRemoteObject> remote = Remote(); NotifyDisplayChangeInfoChanged() local 470 sptr<IRemoteObject> remote = Remote(); NotifyDisplayModeChanged() local 494 sptr<IRemoteObject> remote = Remote(); NotifyAvailableAreaChanged() local [all...] |
/foundation/multimodalinput/input/intention/ipc/tunnel/src/ |
H A D | intention_proxy.cpp | 39 sptr<IRemoteObject> remote = Remote(); in Enable() local 40 CHKPR(remote, RET_ERR); in Enable() 43 int32_t ret = remote->SendRequest( in Enable() 55 sptr<IRemoteObject> remote = Remote(); in Disable() local 56 CHKPR(remote, RET_ERR); in Disable() 59 int32_t ret = remote->SendRequest( in Disable() 71 sptr<IRemoteObject> remote = Remote(); in Start() local 72 CHKPR(remote, RET_ERR); in Start() 75 int32_t ret = remote->SendRequest( in Start() 87 sptr<IRemoteObject> remote in Stop() local 103 sptr<IRemoteObject> remote = Remote(); AddWatch() local 119 sptr<IRemoteObject> remote = Remote(); RemoveWatch() local 135 sptr<IRemoteObject> remote = Remote(); SetParam() local 151 sptr<IRemoteObject> remote = Remote(); GetParam() local 167 sptr<IRemoteObject> remote = Remote(); Control() local [all...] |
/foundation/systemabilitymgr/safwk/test/mock/common/audio_ability/src/ |
H A D | test_audio_ability_proxy.cpp | 41 auto remote = Remote(); in AddVolume() local 42 if (remote == nullptr) { in AddVolume() 50 remote->SendRequest(ADD_VOLUME, data, reply, option); in AddVolume() 60 auto remote = Remote(); in ReduceVolume() local 61 if (remote == nullptr) { in ReduceVolume() 62 HiLog::Error(label_, "ReduceVolume remote is NULL !"); in ReduceVolume() 71 int32_t ret = remote->SendRequest(REDUCE_VOLUME, data, reply, option); in ReduceVolume() 80 auto remote = Remote(); in TestRpcInt32() local 81 if (remote == nullptr) { in TestRpcInt32() 82 HiLog::Error(label_, "TestRpcInt32 remote i in TestRpcInt32() 99 auto remote = Remote(); TestRpcUInt32() local 118 auto remote = Remote(); TestRpcInt64() local 137 auto remote = Remote(); TestRpcUInt64() local 156 auto remote = Remote(); TestRpcFloat() local 175 auto remote = Remote(); TestRpcDouble() local 194 auto remote = Remote(); TestRpcString16() local [all...] |
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/ |
H A D | screen_session_manager_lite_proxy.cpp | 34 sptr<IRemoteObject> remote = Remote(); in RegisterDisplayManagerAgent() local 35 if (remote == nullptr) { in RegisterDisplayManagerAgent() 36 WLOGFW("remote is null"); in RegisterDisplayManagerAgent() 64 if (remote->SendRequest(static_cast<uint32_t>(ScreenManagerLiteMessage::TRANS_ID_REGISTER_DISPLAY_MANAGER_AGENT), in RegisterDisplayManagerAgent() 75 sptr<IRemoteObject> remote = Remote(); in UnregisterDisplayManagerAgent() local 76 if (remote == nullptr) { in UnregisterDisplayManagerAgent() 77 WLOGFW("remote is null"); in UnregisterDisplayManagerAgent() 105 if (remote->SendRequest(static_cast<uint32_t>(ScreenManagerLiteMessage::TRANS_ID_UNREGISTER_DISPLAY_MANAGER_AGENT), in UnregisterDisplayManagerAgent() 115 sptr<IRemoteObject> remote = Remote(); in GetFoldDisplayMode() local 116 if (remote in GetFoldDisplayMode() 137 sptr<IRemoteObject> remote = Remote(); SetFoldDisplayMode() local 161 sptr<IRemoteObject> remote = Remote(); IsFoldable() local 184 sptr<IRemoteObject> remote = Remote(); GetFoldStatus() local 207 sptr<IRemoteObject> remote = Remote(); GetDefaultDisplayInfo() local 235 sptr<IRemoteObject> remote = Remote(); GetDisplayInfoById() local 268 sptr<IRemoteObject> remote = Remote(); GetCutoutInfo() local [all...] |
/foundation/window/window_manager/wmserver/src/zidl/ |
H A D | mock_session_manager_service_proxy.cpp | 35 sptr<IRemoteObject> remote = Remote(); in GetSessionManagerService() local 36 if (remote == nullptr) { in GetSessionManagerService() 37 WLOGFE("remote is null"); in GetSessionManagerService() 40 if (remote->SendRequest(static_cast<uint32_t>( in GetSessionManagerService() 60 sptr<IRemoteObject> remote = Remote(); in GetScreenSessionManagerLite() local 61 if (remote == nullptr) { in GetScreenSessionManagerLite() 62 WLOGFE("remote is null"); in GetScreenSessionManagerLite() 65 if (remote->SendRequest(static_cast<uint32_t>( in GetScreenSessionManagerLite() 84 sptr<IRemoteObject> remote = Remote(); in NotifySceneBoardAvailable() local 85 if (remote in NotifySceneBoardAvailable() 113 sptr<IRemoteObject> remote = Remote(); RegisterSMSRecoverListener() local 135 sptr<IRemoteObject> remote = Remote(); UnregisterSMSRecoverListener() local 164 sptr<IRemoteObject> remote = Remote(); RegisterSMSLiteRecoverListener() local 187 sptr<IRemoteObject> remote = Remote(); UnregisterSMSLiteRecoverListener() local 218 sptr<IRemoteObject> remote = Remote(); SetSnapshotSkipByUserIdAndBundleNames() local 253 sptr<IRemoteObject> remote = Remote(); SetSnapshotSkipByIdNamesMap() local [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_proxy.cpp | 50 sptr<IRemoteObject> remote = Remote(); in StartRemoteAbility() local 51 if (remote == nullptr) { in StartRemoteAbility() 63 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::START_REMOTE_ABILITY), in StartRemoteAbility() 71 sptr<IRemoteObject> remote = Remote(); in StartAbilityFromRemote() local 72 if (remote == nullptr) { in StartAbilityFromRemote() 73 HILOGE("StartAbilityFromRemote remote service null"); in StartAbilityFromRemote() 102 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::START_ABILITY_FROM_REMOTE), in StartAbilityFromRemote() 109 sptr<IRemoteObject> remote = Remote(); in SendResultFromRemote() local 110 if (remote == nullptr) { in SendResultFromRemote() 111 HILOGE("SendResultFromRemote remote servic in SendResultFromRemote() 145 sptr<IRemoteObject> remote = Remote(); ContinueMission() local 170 sptr<IRemoteObject> remote = Remote(); ContinueMission() local 192 sptr<IRemoteObject> remote = Remote(); StartContinuation() local 213 sptr<IRemoteObject> remote = Remote(); NotifyCompleteContinuation() local 232 sptr<IRemoteObject> remote = Remote(); NotifyDSchedEventResultFromRemote() local 251 sptr<IRemoteObject> remote = Remote(); NotifyContinuationResultFromRemote() local 276 sptr<IRemoteObject> remote = Remote(); ConnectRemoteAbility() local 303 sptr<IRemoteObject> remote = Remote(); DisconnectRemoteAbility() local 329 sptr<IRemoteObject> remote = Remote(); ConnectAbilityFromRemote() local 373 sptr<IRemoteObject> remote = Remote(); DisconnectAbilityFromRemote() local 394 sptr<IRemoteObject> remote = Remote(); NotifyProcessDiedFromRemote() local 415 sptr<IRemoteObject> remote = Remote(); StartSyncRemoteMissions() local 436 sptr<IRemoteObject> remote = Remote(); StartSyncMissionsFromRemote() local 464 sptr<IRemoteObject> remote = Remote(); StopSyncRemoteMissions() local 481 sptr<IRemoteObject> remote = Remote(); StopSyncMissionsFromRemote() local 508 sptr<IRemoteObject> remote = Remote(); RegisterMissionListener() local 528 sptr<IRemoteObject> remote = Remote(); RegisterDSchedEventListener() local 548 sptr<IRemoteObject> remote = Remote(); UnRegisterDSchedEventListener() local 568 sptr<IRemoteObject> remote = Remote(); RegisterOnListener() local 589 sptr<IRemoteObject> remote = Remote(); RegisterOffListener() local 610 sptr<IRemoteObject> remote = Remote(); UnRegisterMissionListener() local 630 sptr<IRemoteObject> remote = Remote(); GetMissionInfos() local 657 sptr<IRemoteObject> remote = Remote(); NotifyMissionsChangedFromRemote() local 699 sptr<IRemoteObject> remote = Remote(); GetRemoteMissionSnapshotInfo() local 726 sptr<IRemoteObject> remote = Remote(); SetMissionContinueState() local 764 sptr<IRemoteObject> remote = Remote(); StartRemoteAbilityByCall() local 791 sptr<IRemoteObject> remote = Remote(); ReleaseRemoteAbility() local 818 sptr<IRemoteObject> remote = Remote(); StartAbilityByCallFromRemote() local 863 sptr<IRemoteObject> remote = Remote(); ReleaseAbilityFromRemote() local 895 sptr<IRemoteObject> remote = Remote(); StartRemoteFreeInstall() local 920 sptr<IRemoteObject> remote = Remote(); StartFreeInstallFromRemote() local 960 sptr<IRemoteObject> remote = Remote(); NotifyCompleteFreeInstallFromRemote() local 989 auto remote = Remote(); StartRemoteShareForm() local 1018 auto remote = Remote(); StartShareFormFromRemote() local 1042 sptr<IRemoteObject> remote = Remote(); NotifyStateChangedFromRemote() local 1065 sptr<IRemoteObject> remote = Remote(); GetDistributedComponentList() local 1094 sptr<IRemoteObject> remote = Remote(); StopRemoteExtensionAbility() local 1116 sptr<IRemoteObject> remote = Remote(); StopExtensionAbilityFromRemote() local [all...] |
/foundation/window/window_manager/window_scene/session/container/src/zidl/ |
H A D | session_stage_proxy.cpp | 77 sptr<IRemoteObject> remote = Remote(); in SetActive() local 78 if (remote == nullptr) { in SetActive() 79 WLOGFE("remote is null"); in SetActive() 83 if (remote->SendRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_SET_ACTIVE), in SetActive() 107 sptr<IRemoteObject> remote = Remote(); in UpdateDisplayId() local 108 if (remote == nullptr) { in UpdateDisplayId() 109 WLOGFE("remote is null"); in UpdateDisplayId() 113 if (remote->SendRequest(static_cast<uint32_t>(SessionStageInterfaceCode::TRANS_ID_NOTIFY_DISPLAYID_CHANGE), in UpdateDisplayId() 165 sptr<IRemoteObject> remote = Remote(); in UpdateRect() local 166 if (remote in UpdateRect() 190 sptr<IRemoteObject> remote = Remote(); UpdateDensity() local 213 sptr<IRemoteObject> remote = Remote(); UpdateOrientation() local 247 sptr<IRemoteObject> remote = Remote(); UpdateSessionViewportConfig() local 270 sptr<IRemoteObject> remote = Remote(); HandleBackEvent() local 299 sptr<IRemoteObject> remote = Remote(); SwitchFreeMultiWindow() local 324 sptr<IRemoteObject> remote = Remote(); GetUIContentRemoteObj() local 359 sptr<IRemoteObject> remote = Remote(); NotifyDestroy() local 384 sptr<IRemoteObject> remote = Remote(); NotifyCloseExistPipWindow() local 414 sptr<IRemoteObject> remote = Remote(); UpdateFocus() local 444 sptr<IRemoteObject> remote = Remote(); NotifyTransferComponentData() local 475 sptr<IRemoteObject> remote = Remote(); NotifyTransferComponentDataSync() local 527 sptr<IRemoteObject> remote = Remote(); NotifyOccupiedAreaChangeInfo() local 559 sptr<IRemoteObject> remote = Remote(); UpdateAvoidArea() local 585 sptr<IRemoteObject> remote = Remote(); DumpSessionElementInfo() local 606 sptr<IRemoteObject> remote = Remote(); NotifyScreenshot() local 627 sptr<IRemoteObject> remote = Remote(); NotifyTouchOutside() local 656 sptr<IRemoteObject> remote = Remote(); NotifyWindowVisibility() local 684 sptr<IRemoteObject> remote = Remote(); UpdateWindowMode() local 713 sptr<IRemoteObject> remote = Remote(); NotifyForegroundInteractiveStatus() local 740 sptr<IRemoteObject> remote = Remote(); UpdateMaximizeMode() local 772 sptr<IRemoteObject> remote = Remote(); NotifySessionForeground() local 786 sptr<IRemoteObject> remote = Remote(); NotifySessionFullScreen() local 831 sptr<IRemoteObject> remote = Remote(); NotifySessionBackground() local 864 sptr<IRemoteObject> remote = Remote(); UpdateTitleInTargetPos() local 893 sptr<IRemoteObject> remote = Remote(); NotifyTransformChange() local 924 sptr<IRemoteObject> remote = Remote(); NotifyDensityFollowHost() local 953 sptr<IRemoteObject> remote = Remote(); NotifyDialogStateChange() local 986 sptr<IRemoteObject> remote = Remote(); SetPipActionEvent() local 1020 sptr<IRemoteObject> remote = Remote(); SetPiPControlEvent() local 1053 sptr<IRemoteObject> remote = Remote(); NotifyDisplayMove() local 1080 sptr<IRemoteObject> remote = Remote(); NotifyKeyboardPanelInfoChange() local 1094 sptr<IRemoteObject> remote = Remote(); CompatibleFullScreenRecover() local 1119 sptr<IRemoteObject> remote = Remote(); CompatibleFullScreenMinimize() local 1144 sptr<IRemoteObject> remote = Remote(); CompatibleFullScreenClose() local 1169 sptr<IRemoteObject> remote = Remote(); NotifyCompatibleModeEnableInPad() local 1197 sptr<IRemoteObject> remote = Remote(); SetUniqueVirtualPixelRatio() local 1285 sptr<IRemoteObject> remote = Remote(); NotifyDumpInfo() local 1346 sptr<IRemoteObject> remote = Remote(); SetSplitButtonVisible() local [all...] |
/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | scene_session_manager_lite_proxy.cpp | 47 sptr<IRemoteObject> remote = Remote(); in SetSessionLabel() local 48 if (remote == nullptr) { in SetSessionLabel() 49 WLOGFE("remote is null"); in SetSessionLabel() 52 if (remote->SendRequest(static_cast<uint32_t>(SceneSessionManagerLiteMessage::TRANS_ID_SET_SESSION_LABEL), in SetSessionLabel() 80 sptr<IRemoteObject> remote = Remote(); in SetSessionIcon() local 81 if (remote == nullptr) { in SetSessionIcon() 82 WLOGFE("remote is null"); in SetSessionIcon() 85 if (remote->SendRequest(static_cast<uint32_t>(SceneSessionManagerLiteMessage::TRANS_ID_SET_SESSION_ICON), in SetSessionIcon() 109 sptr<IRemoteObject> remote = Remote(); in IsValidSessionIds() local 110 if (remote in IsValidSessionIds() 140 sptr<IRemoteObject> remote = Remote(); PendingSessionToForeground() local 176 sptr<IRemoteObject> remote = Remote(); PendingSessionToBackgroundForDelegator() local 208 sptr<IRemoteObject> remote = Remote(); RegisterSessionListener() local 240 sptr<IRemoteObject> remote = Remote(); UnRegisterSessionListener() local 273 sptr<IRemoteObject> remote = Remote(); GetSessionInfos() local 294 sptr<IRemoteObject> remote = Remote(); GetMainWindowStatesByPid() local 343 sptr<IRemoteObject> remote = Remote(); GetSessionInfo() local 377 sptr<IRemoteObject> remote = Remote(); GetSessionInfoByContinueSessionId() local 442 sptr<IRemoteObject> remote = Remote(); TerminateSessionNew() local 466 sptr<IRemoteObject> remote = Remote(); GetFocusSessionToken() local 493 sptr<IRemoteObject> remote = Remote(); GetFocusSessionElement() local 536 sptr<IRemoteObject> remote = Remote(); GetSessionSnapshot() local 573 sptr<IRemoteObject> remote = Remote(); SetSessionContinueState() local 602 sptr<IRemoteObject> remote = Remote(); LockSession() local 630 sptr<IRemoteObject> remote = Remote(); UnlockSession() local 662 sptr<IRemoteObject> remote = Remote(); MoveSessionsToForeground() local 695 sptr<IRemoteObject> remote = Remote(); MoveSessionsToBackground() local 726 sptr<IRemoteObject> remote = Remote(); ClearSession() local 750 sptr<IRemoteObject> remote = Remote(); ClearAllSessions() local 774 sptr<IRemoteObject> remote = Remote(); GetFocusWindowInfo() local 813 sptr<IRemoteObject> remote = Remote(); RegisterWindowManagerAgent() local 848 sptr<IRemoteObject> remote = Remote(); UnregisterWindowManagerAgent() local 875 sptr<IRemoteObject> remote = Remote(); CheckWindowId() local 903 sptr<IRemoteObject> remote = Remote(); GetVisibilityWindowInfo() local 930 sptr<IRemoteObject> remote = Remote(); GetWindowModeType() local 965 sptr<IRemoteObject> remote = Remote(); GetMainWindowInfos() local 1010 sptr<IRemoteObject> remote = Remote(); RegisterIAbilityManagerCollaborator() local 1040 sptr<IRemoteObject> remote = Remote(); UnregisterIAbilityManagerCollaborator() local 1063 sptr<IRemoteObject> remote = Remote(); GetAllMainWindowInfos() local 1097 sptr<IRemoteObject> remote = Remote(); ClearMainSessions() local 1125 sptr<IRemoteObject> remote = Remote(); RaiseWindowToTop() local 1149 sptr<IRemoteObject> remote = Remote(); GetWindowStyleType() local 1175 sptr<IRemoteObject> remote = Remote(); TerminateSessionByPersistentId() local 1202 sptr<IRemoteObject> remote = Remote(); CloseTargetFloatWindow() local 1229 sptr<IRemoteObject> remote = Remote(); CloseTargetPiPWindow() local 1252 sptr<IRemoteObject> remote = Remote(); GetCurrentPiPWindowInfo() local 1281 sptr<IRemoteObject> remote = Remote(); GetRootMainWindowId() local 1309 sptr<IRemoteObject> remote = Remote(); GetAccessibilityWindowInfo() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_connection_proxy.cpp | 42 auto remote = Remote();
in RequestNextVSync() local 43 if (remote == nullptr) {
in RequestNextVSync() 44 VLOGE("remote is null");
in RequestNextVSync() 47 int res = remote->SendRequest(IVSYNC_CONNECTION_REQUEST_NEXT_VSYNC, arg, ret, opt);
in RequestNextVSync() 69 auto remote = Remote();
in SetUiDvsyncSwitch() local 70 if (remote == nullptr) {
in SetUiDvsyncSwitch() 71 VLOGE("remote is null");
in SetUiDvsyncSwitch() 74 int res = remote->SendRequest(IVSYNC_CONNECTION_SET_UI_DVSYNC_SWITCH, arg, ret, opt);
in SetUiDvsyncSwitch() 96 auto remote = Remote();
in SetNativeDVSyncSwitch() local 97 if (remote in SetNativeDVSyncSwitch() 123 auto remote = Remote(); SetUiDvsyncConfig() local 145 auto remote = Remote(); GetReceiveFd() local 184 auto remote = Remote(); SetVSyncRate() local 206 auto remote = Remote(); Destroy() local [all...] |
/foundation/communication/ipc/example/rust_test/client/src/ |
H A D | main.rs | 25 let remote = <dyn ICalc as FromRemoteObj>::try_from(object); in get_calc_service() 26 let remote = match remote { in get_calc_service() 33 remote in get_calc_service() 38 let remote = get_calc_service(); in calculator_ability() 40 let ret = remote.add(5, 5).expect("add failed"); in calculator_ability() 43 let ret = remote.sub(5, 5).expect("sub failed"); in calculator_ability() 46 let ret = remote.mul(5, 5).expect("mul failed"); in calculator_ability() 49 let ret = remote.div(5, 5).expect("div failed"); in calculator_ability()
|