/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_proxy.cpp | 28 GET_REMOTE_OBJECT(remote); in PutAccessControlProfile() 43 GET_REMOTE_OBJECT(remote); in UpdateAccessControlProfile() 59 GET_REMOTE_OBJECT(remote); in GetTrustDeviceProfile() 75 GET_REMOTE_OBJECT(remote); in GetAllTrustDeviceProfile() 91 GET_REMOTE_OBJECT(remote); in GetAccessControlProfile() 111 GET_REMOTE_OBJECT(remote); in GetAllAccessControlProfile() 126 GET_REMOTE_OBJECT(remote); in DeleteAccessControlProfile() 138 GET_REMOTE_OBJECT(remote); in PutServiceProfile() 153 GET_REMOTE_OBJECT(remote); in PutServiceProfileBatch() 168 GET_REMOTE_OBJECT(remote); in PutCharacteristicProfile() [all …]
|
/ohos5.0/foundation/multimedia/av_session/services/session/ipc/proxy/ |
H A D | avsession_callback_proxy.cpp | 31 auto remote = Remote(); in OnAVCallAnswer() local 44 auto remote = Remote(); in OnAVCallHangUp() local 57 auto remote = Remote(); in OnAVCallToggleCallMute() local 70 auto remote = Remote(); in OnPlay() local 83 auto remote = Remote(); in OnPause() local 96 auto remote = Remote(); in OnStop() local 109 auto remote = Remote(); in OnPlayNext() local 122 auto remote = Remote(); in OnPlayPrevious() local 135 auto remote = Remote(); in OnFastForward() local 148 auto remote = Remote(); in OnRewind() local [all …]
|
H A D | avcast_controller_callback_proxy.cpp | 35 auto remote = Remote(); in OnCastPlaybackStateChange() local 54 auto remote = Remote(); in OnMediaItemChange() local 69 auto remote = Remote(); in OnPlayNext() local 82 auto remote = Remote(); in OnPlayPrevious() local 96 auto remote = Remote(); in OnSeekDone() local 111 auto remote = Remote(); in OnVideoSizeChange() local 126 auto remote = Remote(); in OnPlayerError() local 140 auto remote = Remote(); in OnEndOfStream() local 155 auto remote = Remote(); in OnPlayRequest() local 184 auto remote = Remote(); in OnKeyRequest() local [all …]
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | screen_session_manager_proxy.cpp | 28 if (remote == nullptr) { in GetDefaultDisplayInfo() 56 if (remote == nullptr) { in SetScreenActiveMode() 83 if (remote == nullptr) { in SetVirtualPixelRatio() 110 if (remote == nullptr) { in SetVirtualPixelRatioSystem() 138 if (remote == nullptr) { in SetResolution() 166 if (remote == nullptr) { in GetDensityInCurResolution() 194 if (remote == nullptr) { in GetScreenColorGamut() 226 if (remote == nullptr) { in SetScreenColorGamut() 253 if (remote == nullptr) { in GetScreenGamutMap() 285 if (remote == nullptr) { in SetScreenGamutMap() [all …]
|
/ohos5.0/foundation/window/window_manager/dm/src/zidl/ |
H A D | display_manager_agent_proxy.cpp | 33 if (remote == nullptr) { in NotifyDisplayPowerEvent() 64 if (remote == nullptr) { in NotifyDisplayStateChanged() 95 if (remote == nullptr) { in OnScreenConnect() 121 if (remote == nullptr) { in OnScreenDisconnect() 147 if (remote == nullptr) { in OnScreenChange() 179 if (remote == nullptr) { in OnScreenGroupChange() 215 if (remote == nullptr) { in OnDisplayCreate() 241 if (remote == nullptr) { in OnDisplayDestroy() 267 if (remote == nullptr) { in OnDisplayChange() 298 if (remote == nullptr) { in OnScreenshot() [all …]
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | profile_change_listener_proxy.cpp | 30 GET_REMOTE_OBJECT(remote); in OnTrustDeviceProfileAdd() 45 GET_REMOTE_OBJECT(remote); in OnTrustDeviceProfileDelete() 61 GET_REMOTE_OBJECT(remote); in OnTrustDeviceProfileUpdate() 80 GET_REMOTE_OBJECT(remote); in OnDeviceProfileAdd() 95 GET_REMOTE_OBJECT(remote); in OnDeviceProfileDelete() 110 GET_REMOTE_OBJECT(remote); in OnDeviceProfileUpdate() 129 GET_REMOTE_OBJECT(remote); in OnServiceProfileAdd() 144 GET_REMOTE_OBJECT(remote); in OnServiceProfileDelete() 159 GET_REMOTE_OBJECT(remote); in OnServiceProfileUpdate() 178 GET_REMOTE_OBJECT(remote); in OnCharacteristicProfileAdd() [all …]
|
/ohos5.0/foundation/ability/idl_tool/test/rust/moduletest/client/src/ |
H A D | main.rs | 48 let remote = match remote { in get_test_service() localVariable 55 remote in get_test_service() 82 let remote = get_test_service(); in idl_ipc_test_basic_001() localVariable 89 let remote = get_test_service(); in idl_ipc_test_basic_002() localVariable 96 let remote = get_test_service(); in idl_ipc_test_basic_101() localVariable 103 let remote = get_test_service(); in idl_ipc_test_basic_102() localVariable 111 let remote = get_test_service(); in idl_ipc_test_basic_103() localVariable 118 let remote = get_test_service(); in idl_ipc_test_basic_104() localVariable 125 let remote = get_test_service(); in idl_ipc_test_basic_105() localVariable 132 let remote = get_test_service(); in idl_ipc_test_basic_106() localVariable [all …]
|
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/ |
H A D | scan_service_proxy.cpp | 44 auto remote = Remote(); in InitScan() local 45 if (remote == nullptr) { in InitScan() 64 auto remote = Remote(); in ExitScan() local 65 if (remote == nullptr) { in ExitScan() 83 auto remote = Remote(); in GetScannerList() local 84 if (remote == nullptr) { in GetScannerList() 103 auto remote = Remote(); in StopDiscover() local 104 if (remote == nullptr) { in StopDiscover() 123 auto remote = Remote(); in OpenScanner() local 143 auto remote = Remote(); in CloseScanner() local [all …]
|
/ohos5.0/foundation/window/window_manager/dm_lite/src/ |
H A D | display_manager_lite_proxy.cpp | 35 if (remote == nullptr) { in RegisterDisplayManagerAgent() 76 if (remote == nullptr) { in UnregisterDisplayManagerAgent() 116 if (remote == nullptr) { in GetFoldDisplayMode() 138 if (remote == nullptr) { in SetFoldDisplayMode() 162 if (remote == nullptr) { in IsFoldable() 185 if (remote == nullptr) { in GetFoldStatus() 208 if (remote == nullptr) { in GetDefaultDisplayInfo() 236 if (remote == nullptr) { in GetDisplayInfoById() 269 if (remote == nullptr) { in GetCutoutInfo() 296 if (remote == nullptr) { in GetVirtualScreenFlag() [all …]
|
/ohos5.0/base/msdp/device_status/services/communication/client/src/ |
H A D | devicestatus_srv_proxy.cpp | 139 CHKPR(remote, RET_ERR); in RegisterCoordinationListener() 165 CHKPR(remote, RET_ERR); in UnregisterCoordinationListener() 192 CHKPR(remote, RET_ERR); in PrepareCoordination() 219 CHKPR(remote, RET_ERR); in UnprepareCoordination() 249 CHKPR(remote, RET_ERR); in ActivateCoordination() 277 CHKPR(remote, RET_ERR); in DeactivateCoordination() 304 CHKPR(remote, RET_ERR); in UpdateDragStyle() 324 CHKPR(remote, RET_ERR); in GetDragTargetPid() 347 CHKPR(remote, RET_ERR); in GetUdKey() 369 CHKPR(remote, RET_ERR); in GetDragData() [all …]
|
/ohos5.0/base/powermgr/power_manager/services/zidl/src/ |
H A D | power_mgr_proxy.cpp | 48 int ret = remote->SendRequest( in CreateRunningLock() 77 int ret = remote->SendRequest( in ReleaseRunningLock() 103 int ret = remote->SendRequest( in IsRunningLockTypeSupported() 141 int ret = remote->SendRequest( in UpdateWorkSource() 169 int ret = remote->SendRequest( in Lock() 199 int ret = remote->SendRequest( in UnLock() 225 int ret = remote->SendRequest( in QueryRunningLockLists() 259 int ret = remote->SendRequest( in IsUsed() 288 int ret = remote->SendRequest( in ProxyRunningLock() 373 int ret = remote->SendRequest( in RebootDevice() [all …]
|
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/ |
H A D | print_service_proxy.cpp | 48 if (remote == nullptr) { in StartService() 86 if (remote == nullptr) { in StartPrint() 105 if (remote == nullptr) { in StopPrint() 123 if (remote == nullptr) { in ConnectPrinter() 141 if (remote == nullptr) { in DisconnectPrinter() 158 if (remote == nullptr) { in QueryAllExtension() 194 if (remote == nullptr) { in StartDiscoverPrinter() 212 if (remote == nullptr) { in StopDiscoverPrinter() 231 if (remote == nullptr) { in StartPrintJob() 250 if (remote == nullptr) { in CancelPrintJob() [all …]
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netpolicyclient/src/ |
H A D | net_policy_service_proxy.cpp | 32 if (remote == nullptr) { in SendRequest() 66 if (remote == nullptr) { in SetPolicyByUid() 91 if (remote == nullptr) { in GetPolicyByUid() 127 if (remote == nullptr) { in GetUidsByPolicy() 167 if (remote == nullptr) { in IsUidNetAllowed() 207 if (remote == nullptr) { in IsUidNetAllowed() 243 if (remote == nullptr) { in RegisterNetPolicyCallback() 269 if (remote == nullptr) { in UnregisterNetPolicyCallback() 294 if (remote == nullptr) { in SetNetQuotaPolicies() 319 if (remote == nullptr) { in GetNetQuotaPolicies() [all …]
|
/ohos5.0/base/telephony/call_manager/frameworks/native/src/ |
H A D | cellular_call_proxy.cpp | 38 auto remote = Remote(); in Dial() local 39 if (remote == nullptr) { in Dial() 67 auto remote = Remote(); in HangUp() local 68 if (remote == nullptr) { in HangUp() 93 auto remote = Remote(); in Reject() local 94 if (remote == nullptr) { in Reject() 119 auto remote = Remote(); in Answer() local 120 if (remote == nullptr) { in Answer() 145 auto remote = Remote(); in HoldCall() local 171 auto remote = Remote(); in UnHoldCall() local [all …]
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_proxy.cpp | 33 if (remote == nullptr) { in GetDefaultDisplayInfo() 60 if (remote == nullptr) { in GetDisplayInfoById() 93 if (remote == nullptr) { in GetDisplayInfoByScreen() 127 if (remote == nullptr) { in CreateVirtualScreen() 173 if (remote == nullptr) { in DestroyVirtualScreen() 200 if (remote == nullptr) { in SetVirtualScreenSurface() 236 if (remote == nullptr) { in SetOrientation() 268 if (remote == nullptr) { in GetDisplaySnapshot() 308 if (remote == nullptr) { in GetScreenSupportedColorGamuts() 347 if (remote == nullptr) { in GetScreenColorGamut() [all …]
|
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/ |
H A D | screen_session_manager_client_proxy.cpp | 29 if (remote == nullptr) { in OnScreenConnectionChanged() 57 if (remote->SendRequest( in OnScreenConnectionChanged() 68 if (remote == nullptr) { in SwitchUserCallback() 88 if (remote->SendRequest( in SwitchUserCallback() 100 if (remote == nullptr) { in OnPropertyChanged() 124 if (remote->SendRequest( in OnPropertyChanged() 154 auto remote = Remote(); in OnPowerStatusChanged() local 155 if (remote == nullptr) { in OnPowerStatusChanged() 159 if (remote->SendRequest( in OnPowerStatusChanged() 170 if (remote == nullptr) { in OnSensorRotationChanged() [all …]
|
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_proxy.cpp | 127 CHKPR(remote, RET_ERR); in AllocSocketFd() 164 CHKPR(remote, RET_ERR); in AddInputEventFilter() 186 CHKPR(remote, RET_ERR); in RemoveInputEventFilter() 210 CHKPR(remote, RET_ERR); in SetMouseScrollRows() 243 CHKPR(remote, RET_ERR); in SetCustomCursor() 273 CHKPR(remote, RET_ERR); in SetMouseIcon() 297 CHKPR(remote, RET_ERR); in SetMouseHotSpot() 317 CHKPR(remote, RET_ERR); in GetMouseScrollRows() 342 CHKPR(remote, RET_ERR); in SetPointerSize() 368 CHKPR(remote, RET_ERR); in SetNapStatus() [all …]
|
/ohos5.0/foundation/window/window_manager/wmserver/src/zidl/ |
H A D | window_manager_proxy.cpp | 65 if (remote == nullptr) { in CreateWindow() 96 if (remote == nullptr) { in AddWindow() 130 if (remote == nullptr) { in RemoveWindow() 159 if (remote == nullptr) { in DestroyWindow() 187 if (remote == nullptr) { in RequestFocus() 223 if (remote == nullptr) { in GetAvoidAreaByType() 260 if (remote == nullptr) { in RegisterWindowManagerAgent() 295 if (remote == nullptr) { in UnregisterWindowManagerAgent() 330 if (remote == nullptr) { in SetWindowAnimationController() 369 if (remote == nullptr) { in NotifyServerReadyToMoveOrDrag() [all …]
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_proxy.cpp | 48 auto remote = Remote(); in GetPsRadioTech() local 49 if (remote == nullptr) { in GetPsRadioTech() 75 auto remote = Remote(); in GetCsRadioTech() local 76 if (remote == nullptr) { in GetCsRadioTech() 104 auto remote = Remote(); in GetOperatorNumeric() local 105 if (remote == nullptr) { in GetOperatorNumeric() 130 auto remote = Remote(); in GetResidentNetworkNumeric() local 131 if (remote == nullptr) { in GetResidentNetworkNumeric() 154 auto remote = Remote(); in GetOperatorName() local 183 auto remote = Remote(); in GetBasebandVersion() local [all …]
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/ |
H A D | background_task_subscriber_proxy.cpp | 32 if (remote == nullptr) { in OnConnected() 54 if (remote == nullptr) { in OnDisconnected() 76 if (remote == nullptr) { in OnTransientTaskStart() 107 if (remote == nullptr) { in OnTransientTaskEnd() 138 if (remote == nullptr) { in OnTransientTaskErr() 169 if (remote == nullptr) { in OnAppTransientTaskStart() 200 if (remote == nullptr) { in OnAppTransientTaskEnd() 232 if (remote == nullptr) { in OnContinuousTaskStart() 266 if (remote == nullptr) { in OnContinuousTaskUpdate() 299 if (remote == nullptr) { in OnContinuousTaskStop() [all …]
|
/ohos5.0/foundation/window/window_manager/wm/src/zidl/ |
H A D | window_proxy.cpp | 67 if (remote == nullptr) { in UpdateWindowRect() 94 if (remote == nullptr) { in UpdateWindowMode() 121 if (remote == nullptr) { in UpdateWindowModeSupportType() 148 if (remote == nullptr) { in UpdateFocusStatus() 178 if (remote == nullptr) { in UpdateAvoidArea() 205 if (remote == nullptr) { in UpdateWindowState() 236 if (remote == nullptr) { in UpdateWindowDragInfo() 262 if (remote == nullptr) { in UpdateDisplayId() 302 if (remote == nullptr) { in UpdateOccupiedAreaChangeInfo() 348 if (remote == nullptr) { in UpdateOccupiedAreaAndRect() [all …]
|
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/zidl/ |
H A D | session_stage_proxy.cpp | 130 if (remote == nullptr) { in SetActive() 160 if (remote == nullptr) { in UpdateDisplayId() 218 if (remote == nullptr) { in UpdateRect() 243 if (remote == nullptr) { in UpdateDensity() 266 if (remote == nullptr) { in UpdateOrientation() 295 if (remote == nullptr) { in HandleBackEvent() 324 if (remote == nullptr) { in SwitchFreeMultiWindow() 349 if (remote == nullptr) { in GetUIContentRemoteObj() 384 if (remote == nullptr) { in NotifyDestroy() 409 if (remote == nullptr) { in NotifyCloseExistPipWindow() [all …]
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/src/ |
H A D | update_service_proxy.cpp | 58 auto remote = Remote(); in RegisterUpdateCallback() local 76 auto remote = Remote(); in UnregisterUpdateCallback() local 94 auto remote = Remote(); in CheckNewVersion() local 118 auto remote = Remote(); in Download() local 141 auto remote = Remote(); in PauseDownload() local 164 auto remote = Remote(); in ResumeDownload() local 189 auto remote = Remote(); in Upgrade() local 211 auto remote = Remote(); in ClearError() local 232 auto remote = Remote(); in TerminateUpgrade() local 253 auto remote = Remote(); in GetNewVersionInfo() local [all …]
|
/ohos5.0/base/powermgr/display_manager/state_manager/service/zidl/src/ |
H A D | display_power_mgr_proxy.cpp | 46 int ret = remote->SendRequest( in SetDisplayState() 79 int ret = remote->SendRequest( in GetDisplayState() 112 int ret = remote->SendRequest( in GetDisplayIds() 153 int ret = remote->SendRequest( in GetMainDisplayId() 188 int ret = remote->SendRequest( in SetBrightness() 225 int ret = remote->SendRequest( in SetMaxBrightness() 261 int ret = remote->SendRequest( in SetMaxBrightnessNit() 298 int ret = remote->SendRequest( in DiscountBrightness() 333 int ret = remote->SendRequest( in OverrideBrightness() 366 int ret = remote->SendRequest( in OverrideDisplayOffDelay() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/distributed_ability_runtime/ |
H A D | distributed_client.cpp | 45 if (remote == nullptr) { in StartRemoteAbility() 68 if (remote == nullptr) { in ConnectRemoteAbility() 89 if (remote == nullptr) { in DisconnectRemoteAbility() 112 if (remote == nullptr) { in ContinueMission() 137 if (remote == nullptr) { in ContinueMission() 160 if (remote == nullptr) { in StartContinuation() 182 if (remote == nullptr) { in NotifyCompleteContinuation() 219 if (remote == nullptr) { in StartSyncRemoteMissions() 238 if (remote == nullptr) { in StopSyncRemoteMissions() 255 if (remote == nullptr) { in RegisterMissionListener() [all …]
|