/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() 46 SCAN_HILOGE("ScanServiceProxy::InitScan remote is null"); in InitScan() 49 int32_t ret = remote->SendRequest(CMD_INIT_SCAN, data, reply, option); in InitScan() 64 auto remote = Remote(); in ExitScan() local 65 if (remote == nullptr) { in ExitScan() 66 SCAN_HILOGE("ScanServiceProxy::ExitScan remote is null"); in ExitScan() 69 int32_t ret = remote->SendRequest(CMD_EXIT_SCAN, data, reply, option); in ExitScan() 83 auto remote = Remote(); in GetScannerList() local 84 if (remote in GetScannerList() 103 auto remote = Remote(); StopDiscover() local 123 auto remote = Remote(); OpenScanner() local 143 auto remote = Remote(); CloseScanner() local 164 auto remote = Remote(); GetScanOptionDesc() local 188 auto remote = Remote(); OpScanOptionValue() local 216 auto remote = Remote(); GetScanParameters() local 238 auto remote = Remote(); StartScan() local 259 auto remote = Remote(); GetSingleFrameFD() local 281 auto remote = Remote(); CancelScan() local 301 auto remote = Remote(); SetScanIOMode() local 322 auto remote = Remote(); GetScanSelectFd() local 357 auto remote = Remote(); On() local 387 auto remote = Remote(); Off() local 408 auto remote = Remote(); GetScannerState() local 428 auto remote = Remote(); GetScanProgress() local 455 auto remote = Remote(); AddScanner() local 476 auto remote = Remote(); DeleteScanner() local 497 auto remote = Remote(); GetAddedScanner() local 526 auto remote = Remote(); UpdateScannerName() local [all...] |
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/ |
H A D | print_service_proxy.cpp | 47 sptr<IRemoteObject> remote = Remote(); in StartService() local 48 if (remote == nullptr) { in StartService() 49 PRINT_HILOGE("PrintServiceProxy StartService remote is null"); in StartService() 52 int32_t ret = remote->SendRequest(OHOS::Print::IPrintInterfaceCode::CMD_START_SERVICE, data, reply, option); in StartService() 85 sptr<IRemoteObject> remote = Remote(); in StartPrint() local 86 if (remote == nullptr) { in StartPrint() 87 PRINT_HILOGE("PrintServiceProxy StartPrint remote is null"); in StartPrint() 90 int32_t ret = remote->SendRequest(OHOS::Print::IPrintInterfaceCode::CMD_START_PRINT, data, reply, option); in StartPrint() 104 sptr<IRemoteObject> remote = Remote(); in StopPrint() local 105 if (remote in StopPrint() 122 sptr<IRemoteObject> remote = Remote(); ConnectPrinter() local 140 sptr<IRemoteObject> remote = Remote(); DisconnectPrinter() local 157 sptr<IRemoteObject> remote = Remote(); QueryAllExtension() local 189 sptr<IRemoteObject> remote = Remote(); StartDiscoverPrinter() local 207 sptr<IRemoteObject> remote = Remote(); StopDiscoverPrinter() local 226 sptr<IRemoteObject> remote = Remote(); StartPrintJob() local 245 sptr<IRemoteObject> remote = Remote(); CancelPrintJob() local 267 sptr<IRemoteObject> remote = Remote(); AddPrinters() local 286 sptr<IRemoteObject> remote = Remote(); RemovePrinters() local 308 sptr<IRemoteObject> remote = Remote(); UpdatePrinters() local 327 sptr<IRemoteObject> remote = Remote(); UpdatePrinterState() local 348 sptr<IRemoteObject> remote = Remote(); UpdatePrintJobStateOnlyForSystemApp() local 367 sptr<IRemoteObject> remote = Remote(); UpdateExtensionInfo() local 385 sptr<IRemoteObject> remote = Remote(); RequestPreview() local 405 sptr<IRemoteObject> remote = Remote(); QueryPrinterCapability() local 425 sptr<IRemoteObject> remote = Remote(); QueryPrinterInfoByPrinterId() local 449 sptr<IRemoteObject> remote = Remote(); QueryAddedPrinter() local 471 sptr<IRemoteObject> remote = Remote(); QueryPrinterProperties() local 491 sptr<IRemoteObject> remote = Remote(); StartNativePrintJob() local 510 sptr<IRemoteObject> remote = Remote(); GetPrinterPreference() local 532 sptr<IRemoteObject> remote = Remote(); SetPrinterPreference() local 550 sptr<IRemoteObject> remote = Remote(); QueryAllPrintJob() local 582 sptr<IRemoteObject> remote = Remote(); QueryPrintJobById() local 610 sptr<IRemoteObject> remote = Remote(); AddPrinterToCups() local 630 sptr<IRemoteObject> remote = Remote(); QueryPrinterCapabilityByUri() local 652 sptr<IRemoteObject> remote = Remote(); NotifyPrintServiceEvent() local 672 sptr<IRemoteObject> remote = Remote(); SetDefaultPrinter() local 694 sptr<IRemoteObject> remote = Remote(); DeletePrinterFromCups() local 712 sptr<IRemoteObject> remote = Remote(); DiscoverUsbPrinters() local 757 sptr<IRemoteObject> remote = Remote(); On() local 782 sptr<IRemoteObject> remote = Remote(); Off() local 811 sptr<IRemoteObject> remote = Remote(); RegisterPrinterCallback() local 835 sptr<IRemoteObject> remote = Remote(); UnregisterPrinterCallback() local 862 sptr<IRemoteObject> remote = Remote(); RegisterExtCallback() local 885 sptr<IRemoteObject> remote = Remote(); PrintByAdapter() local 912 sptr<IRemoteObject> remote = Remote(); StartGetPrintFile() local 937 sptr<IRemoteObject> remote = Remote(); NotifyPrintService() local 956 sptr<IRemoteObject> remote = Remote(); AddPrinterToDiscovery() local 975 sptr<IRemoteObject> remote = Remote(); UpdatePrinterInDiscovery() local 994 sptr<IRemoteObject> remote = Remote(); RemovePrinterFromDiscovery() local 1013 sptr<IRemoteObject> remote = Remote(); UnregisterAllExtCallback() local 1031 sptr<IRemoteObject> remote = Remote(); LoadExtSuccess() local [all...] |
/base/msdp/device_status/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...] |
/base/telephony/core_service/test/unittest/esim_gtest/ |
H A D | esim_core_service_proxy_test.cpp | 112 sptr<MockIRemoteObject> remote = nullptr; in HWTEST_F() local 113 CoreServiceProxy proxy(remote); in HWTEST_F() 120 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); in HWTEST_F() local 121 CoreServiceProxy proxy(remote); in HWTEST_F() 123 EXPECT_CALL(*remote, SendRequest(testing::_, testing::_, testing::_, testing::_)).WillOnce(testing::Return(-500)); in HWTEST_F() 129 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); in HWTEST_F() local 130 CoreServiceProxy proxy(remote); in HWTEST_F() 132 EXPECT_CALL(*remote, SendRequest(testing::_, testing::_, testing::_, testing::_)).WillOnce(testing::Return(0)); in HWTEST_F() 138 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); in HWTEST_F() local 139 CoreServiceProxy proxy(remote); in HWTEST_F() 149 sptr<MockIRemoteObject> remote = nullptr; HWTEST_F() local 158 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 168 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 178 sptr<MockIRemoteObject> remote = nullptr; HWTEST_F() local 187 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 197 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 207 sptr<MockIRemoteObject> remote = nullptr; HWTEST_F() local 219 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 232 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 245 sptr<MockIRemoteObject> remote = nullptr; HWTEST_F() local 255 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 266 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 277 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 287 sptr<MockIRemoteObject> remote = nullptr; HWTEST_F() local 297 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 308 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 319 sptr<MockIRemoteObject> remote = nullptr; HWTEST_F() local 329 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 340 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 351 sptr<MockIRemoteObject> remote = nullptr; HWTEST_F() local 360 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 370 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 380 sptr<MockIRemoteObject> remote = nullptr; HWTEST_F() local 391 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 403 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 415 sptr<MockIRemoteObject> remote = nullptr; HWTEST_F() local 426 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 438 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 450 sptr<MockIRemoteObject> remote = nullptr; HWTEST_F() local 461 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 472 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 483 sptr<MockIRemoteObject> remote = nullptr; HWTEST_F() local 493 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 504 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 515 sptr<MockIRemoteObject> remote = nullptr; HWTEST_F() local 522 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 530 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 538 sptr<MockIRemoteObject> remote = nullptr; HWTEST_F() local 549 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 561 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 573 sptr<MockIRemoteObject> remote = nullptr; HWTEST_F() local 584 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 596 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 608 sptr<MockIRemoteObject> remote = nullptr; HWTEST_F() local 619 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 631 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 642 sptr<MockIRemoteObject> remote = nullptr; HWTEST_F() local 655 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 669 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 682 sptr<MockIRemoteObject> remote = nullptr; HWTEST_F() local 693 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 705 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 716 sptr<MockIRemoteObject> remote = nullptr; HWTEST_F() local 727 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 739 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 750 sptr<MockIRemoteObject> remote = nullptr; HWTEST_F() local 761 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 773 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 784 sptr<MockIRemoteObject> remote = nullptr; HWTEST_F() local 795 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 807 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 819 sptr<MockIRemoteObject> remote = nullptr; HWTEST_F() local 832 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 846 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 860 sptr<MockIRemoteObject> remote = nullptr; HWTEST_F() local 872 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 885 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 898 sptr<MockIRemoteObject> remote = nullptr; HWTEST_F() local 908 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 920 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 932 sptr<MockIRemoteObject> remote = nullptr; HWTEST_F() local 944 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local 957 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local [all...] |
/base/powermgr/thermal_manager/services/zidl/src/ |
H A D | thermal_srv_proxy.cpp | 32 sptr<IRemoteObject> remote = Remote(); in SubscribeThermalTempCallback() local 33 THERMAL_RETURN_IF_WITH_RET((remote == nullptr) || (callback == nullptr), false); in SubscribeThermalTempCallback() 47 int ret = remote->SendRequest( in SubscribeThermalTempCallback() 60 sptr<IRemoteObject> remote = Remote(); in UnSubscribeThermalTempCallback() local 61 THERMAL_RETURN_IF_WITH_RET((remote == nullptr) || (callback == nullptr), false); in UnSubscribeThermalTempCallback() 74 int ret = remote->SendRequest( in UnSubscribeThermalTempCallback() 87 sptr<IRemoteObject> remote = Remote(); in SubscribeThermalLevelCallback() local 88 THERMAL_RETURN_IF_WITH_RET((remote == nullptr) || (callback == nullptr), false); in SubscribeThermalLevelCallback() 101 int ret = remote->SendRequest( in SubscribeThermalLevelCallback() 114 sptr<IRemoteObject> remote in UnSubscribeThermalLevelCallback() local 142 sptr<IRemoteObject> remote = Remote(); SubscribeThermalActionCallback() local 171 sptr<IRemoteObject> remote = Remote(); UnSubscribeThermalActionCallback() local 198 sptr<IRemoteObject> remote = Remote(); GetThermalSrvSensorInfo() local 231 sptr<IRemoteObject> remote = Remote(); GetThermalLevel() local 259 sptr<IRemoteObject> remote = Remote(); GetThermalInfo() local 289 sptr<IRemoteObject> remote = Remote(); SetScene() local 317 sptr<IRemoteObject> remote = Remote(); UpdateThermalState() local 346 sptr<IRemoteObject> remote = Remote(); ShellDump() local [all...] |
/base/powermgr/battery_manager/services/zidl/src/ |
H A D | battery_srv_proxy.cpp | 31 sptr<IRemoteObject> remote = Remote(); in GetCapacity() local 32 RETURN_IF_WITH_RET(remote == nullptr, INVALID_BATT_INT_VALUE); in GetCapacity() 42 int ret = remote->SendRequest( in GetCapacity() 56 sptr<IRemoteObject> remote = Remote(); in GetChargingStatus() local 57 RETURN_IF_WITH_RET(remote == nullptr, BatteryChargeState::CHARGE_STATE_BUTT); in GetChargingStatus() 67 int ret = remote->SendRequest( in GetChargingStatus() 81 sptr<IRemoteObject> remote = Remote(); in GetHealthStatus() local 82 RETURN_IF_WITH_RET(remote == nullptr, BatteryHealthState::HEALTH_STATE_BUTT); in GetHealthStatus() 92 int ret = remote->SendRequest( in GetHealthStatus() 106 sptr<IRemoteObject> remote in GetPluggedType() local 131 sptr<IRemoteObject> remote = Remote(); GetVoltage() local 156 sptr<IRemoteObject> remote = Remote(); GetPresent() local 181 sptr<IRemoteObject> remote = Remote(); GetTechnology() local 206 sptr<IRemoteObject> remote = Remote(); GetBatteryTemperature() local 231 sptr<IRemoteObject> remote = Remote(); GetCapacityLevel() local 256 sptr<IRemoteObject> remote = Remote(); GetRemainingChargeTime() local 282 sptr<IRemoteObject> remote = Remote(); GetTotalEnergy() local 307 sptr<IRemoteObject> remote = Remote(); GetCurrentAverage() local 332 sptr<IRemoteObject> remote = Remote(); GetNowCurrent() local 357 sptr<IRemoteObject> remote = Remote(); GetRemainEnergy() local 382 sptr<IRemoteObject> remote = Remote(); SetBatteryConfig() local 411 sptr<IRemoteObject> remote = Remote(); GetBatteryConfig() local 442 sptr<IRemoteObject> remote = Remote(); IsBatteryConfigSupported() local [all...] |
/base/update/sys_installer/interfaces/innerkits/ipc_client/src/ |
H A D | sys_installer_proxy.cpp | 31 auto remote = Remote(); in SysInstallerInit() local 32 if (remote == nullptr) { in SysInstallerInit() 33 LOG(ERROR) << "Can not get remote"; in SysInstallerInit() 43 int32_t ret = remote->SendRequest( in SysInstallerInit() 56 auto remote = Remote(); in StartUpdatePackageZip() local 57 if (remote == nullptr) { in StartUpdatePackageZip() 58 LOG(ERROR) << "Can not get remote"; in StartUpdatePackageZip() 71 int32_t ret = remote->SendRequest( in StartUpdatePackageZip() 89 auto remote = Remote(); in SetUpdateCallback() local 90 if (remote in SetUpdateCallback() 120 auto remote = Remote(); GetUpdateStatus() local 146 auto remote = Remote(); StartUpdateParaZip() local 176 auto remote = Remote(); StartDeleteParaZip() local 206 auto remote = Remote(); AccDecompressAndVerifyPkg() local 236 auto remote = Remote(); AccDeleteDir() local [all...] |
H A D | module_update_proxy.cpp | 30 auto remote = Remote(); in InstallModulePackage() local 31 if (remote == nullptr) { in InstallModulePackage() 32 LOG(ERROR) << "Can not get remote"; in InstallModulePackage() 45 int32_t ret = remote->SendRequest( in InstallModulePackage() 58 auto remote = Remote(); in UninstallModulePackage() local 59 if (remote == nullptr) { in UninstallModulePackage() 60 LOG(ERROR) << "Can not get remote"; in UninstallModulePackage() 73 int32_t ret = remote->SendRequest( in UninstallModulePackage() 87 auto remote = Remote(); in GetModulePackageInfo() local 88 if (remote in GetModulePackageInfo() 116 auto remote = Remote(); ExitModuleUpdate() local 144 auto remote = Remote(); GetHmpVersionInfo() local 183 auto remote = Remote(); StartUpdateHmpPackage() local 217 auto remote = Remote(); GetHmpUpdateResult() local [all...] |
/base/update/updateservice/interfaces/inner_api/engine/src/ |
H A D | update_service_proxy.cpp | 28 #define RETURN_WHEN_REMOTE_NULL(remote) \ 29 ENGINE_CHECK((remote) != nullptr, return INT_CALL_IPC_ERR, "Can not get remote") 58 auto remote = Remote(); in RegisterUpdateCallback() local 59 RETURN_WHEN_REMOTE_NULL(remote); in RegisterUpdateCallback() 69 int32_t ret = remote->SendRequest(CAST_UINT(UpdaterSaInterfaceCode::REGISTER_CALLBACK), data, reply, option); in RegisterUpdateCallback() 76 auto remote = Remote(); in UnregisterUpdateCallback() local 77 RETURN_WHEN_REMOTE_NULL(remote); in UnregisterUpdateCallback() 85 int32_t ret = remote->SendRequest(CAST_UINT(UpdaterSaInterfaceCode::UNREGISTER_CALLBACK), data, reply, option); in UnregisterUpdateCallback() 94 auto remote in CheckNewVersion() local 118 auto remote = Remote(); Download() local 141 auto remote = Remote(); PauseDownload() local 164 auto remote = Remote(); ResumeDownload() local 189 auto remote = Remote(); Upgrade() local 211 auto remote = Remote(); ClearError() local 232 auto remote = Remote(); TerminateUpgrade() local 253 auto remote = Remote(); GetNewVersionInfo() local 279 auto remote = Remote(); GetNewVersionDescription() local 307 auto remote = Remote(); GetCurrentVersionInfo() local 333 auto remote = Remote(); GetCurrentVersionDescription() local 359 auto remote = Remote(); GetTaskInfo() local 384 auto remote = Remote(); SetUpgradePolicy() local 407 auto remote = Remote(); GetUpgradePolicy() local 431 auto remote = Remote(); Cancel() local 453 auto remote = Remote(); FactoryReset() local 477 auto remote = Remote(); ApplyNewVersion() local 507 auto remote = Remote(); VerifyUpgradePackage() local [all...] |
/base/telephony/call_manager/frameworks/native/src/ |
H A D | voip_call_manager_proxy.cpp | 49 auto remote = Remote(); in ReportIncomingCall() local 50 if (remote == nullptr) { in ReportIncomingCall() 57 remote->SendRequest(static_cast<int32_t>(INTERFACE_REPORT_INCOMING_CALL), dataParcel, replyParcel, option); in ReportIncomingCall() 76 auto remote = Remote(); in ReportIncomingCallError() local 77 if (remote == nullptr) { in ReportIncomingCallError() 83 int32_t error = remote->SendRequest( in ReportIncomingCallError() 103 auto remote = Remote(); in ReportCallStateChange() local 104 if (remote == nullptr) { in ReportCallStateChange() 111 remote->SendRequest(static_cast<int32_t>(INTERFACE_REPORT_CALL_STATE_CHANGE), dataParcel, replyParcel, option); in ReportCallStateChange() 139 auto remote in ReportOutgoingCall() local 165 auto remote = Remote(); RegisterCallBack() local 188 auto remote = Remote(); UnRegisterCallBack() local 216 auto remote = Remote(); ReportVoipIncomingCall() local 244 auto remote = Remote(); ReportVoipCallExtensionId() local 271 auto remote = Remote(); Answer() local 298 auto remote = Remote(); HangUp() local 324 auto remote = Remote(); Reject() local 353 auto remote = Remote(); RegisterCallManagerCallBack() local 376 auto remote = Remote(); UnRegisterCallManagerCallBack() local 399 auto remote = Remote(); UnloadVoipSa() local 425 auto remote = Remote(); SendCallUiEvent() local 450 auto remote = Remote(); ReportCallAudioEventChange() local [all...] |
H A D | cellular_call_proxy.cpp | 38 auto remote = Remote(); in Dial() local 39 if (remote == nullptr) { in Dial() 43 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::DIAL), in, out, option); in Dial() 67 auto remote = Remote(); in HangUp() local 68 if (remote == nullptr) { in HangUp() 72 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::HANG_UP), in, out, option); in HangUp() 93 auto remote = Remote(); in Reject() local 94 if (remote == nullptr) { in Reject() 98 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::REJECT), in, out, option); in Reject() 119 auto remote in Answer() local 145 auto remote = Remote(); HoldCall() local 171 auto remote = Remote(); UnHoldCall() local 198 auto remote = Remote(); SwitchCall() local 228 auto remote = Remote(); RegisterCallManagerCallBack() local 252 auto remote = Remote(); UnRegisterCallManagerCallBack() local 278 auto remote = Remote(); IsEmergencyPhoneNumber() local 310 auto remote = Remote(); CombineConference() local 337 auto remote = Remote(); SeparateConference() local 363 auto remote = Remote(); InviteToConference() local 390 auto remote = Remote(); KickOutFromConference() local 414 auto remote = Remote(); HangUpAllConnection() local 444 auto remote = Remote(); SetReadyToCall() local 480 auto remote = Remote(); SendUpdateCallMediaModeRequest() local 510 auto remote = Remote(); SendUpdateCallMediaModeResponse() local 540 auto remote = Remote(); StartDtmf() local 566 auto remote = Remote(); StopDtmf() local 598 auto remote = Remote(); PostDialProceed() local 628 auto remote = Remote(); SendDtmf() local 653 auto remote = Remote(); StartRtt() local 675 auto remote = Remote(); StopRtt() local 700 auto remote = Remote(); SetCallTransferInfo() local 726 auto remote = Remote(); CanSetCallTransferTime() local 754 auto remote = Remote(); GetCallTransferInfo() local 780 auto remote = Remote(); SetCallWaiting() local 803 auto remote = Remote(); GetCallWaiting() local 829 auto remote = Remote(); SetCallRestriction() local 855 auto remote = Remote(); GetCallRestriction() local 888 auto remote = Remote(); SetCallRestrictionPassword() local 914 auto remote = Remote(); SetDomainPreferenceMode() local 937 auto remote = Remote(); GetDomainPreferenceMode() local 963 auto remote = Remote(); SetImsSwitchStatus() local 987 auto remote = Remote(); GetImsSwitchStatus() local 1015 auto remote = Remote(); SetVoNRState() local 1039 auto remote = Remote(); GetVoNRState() local 1070 auto remote = Remote(); SetImsConfig() local 1099 auto remote = Remote(); SetImsConfig() local 1125 auto remote = Remote(); GetImsConfig() local 1154 auto remote = Remote(); SetImsFeatureValue() local 1180 auto remote = Remote(); GetImsFeatureValue() local 1213 auto remote = Remote(); ControlCamera() local 1252 auto remote = Remote(); SetPreviewWindow() local 1292 auto remote = Remote(); SetDisplayWindow() local 1319 auto remote = Remote(); SetCameraZoom() local 1352 auto remote = Remote(); SetPausePicture() local 1385 auto remote = Remote(); SetDeviceDirection() local 1411 auto remote = Remote(); SetMute() local 1433 auto remote = Remote(); GetMute() local 1473 auto remote = Remote(); SetEmergencyCallList() local 1510 auto remote = Remote(); CloseUnFinishedUssd() local 1544 auto remote = Remote(); ClearAllCalls() local 1574 auto remote = Remote(); CancelCallUpgrade() local 1604 auto remote = Remote(); RequestCameraCapabilities() local [all...] |
/base/msdp/device_status/services/communication/client/src/ |
H A D | devicestatus_srv_proxy.cpp | 44 sptr<IRemoteObject> remote = Remote(); in Subscribe() local 45 DEV_RET_IF_NULL((remote == nullptr) || (callback == nullptr)); in Subscribe() 60 int32_t ret = remote->SendRequest(static_cast<uint32_t>(DeviceInterfaceCode::DEVICESTATUS_SUBSCRIBE), in Subscribe() 75 sptr<IRemoteObject> remote = Remote(); in Unsubscribe() local 76 DEV_RET_IF_NULL((remote == nullptr) || (callback == nullptr)); in Unsubscribe() 89 int32_t ret = remote->SendRequest(static_cast<uint32_t>(DeviceInterfaceCode::DEVICESTATUS_UNSUBSCRIBE), in Unsubscribe() 104 sptr<IRemoteObject> remote = Remote(); in GetCache() local 105 DEV_RET_IF_NULL_WITH_RET((remote == nullptr), devicestatusData); in GetCache() 116 int32_t ret = remote->SendRequest(static_cast<uint32_t>(DeviceInterfaceCode::DEVICESTATUS_GETCACHE), in GetCache() 141 sptr<IRemoteObject> remote in RegisterCoordinationListener() local 167 sptr<IRemoteObject> remote = Remote(); UnregisterCoordinationListener() local 194 sptr<IRemoteObject> remote = Remote(); PrepareCoordination() local 221 sptr<IRemoteObject> remote = Remote(); UnprepareCoordination() local 251 sptr<IRemoteObject> remote = Remote(); ActivateCoordination() local 279 sptr<IRemoteObject> remote = Remote(); DeactivateCoordination() local 306 sptr<IRemoteObject> remote = Remote(); UpdateDragStyle() local 326 sptr<IRemoteObject> remote = Remote(); GetDragTargetPid() local 349 sptr<IRemoteObject> remote = Remote(); GetUdKey() local 371 sptr<IRemoteObject> remote = Remote(); GetDragData() local 400 sptr<IRemoteObject> remote = Remote(); GetDragState() local 427 sptr<IRemoteObject> remote = Remote(); GetCoordinationState() local 454 sptr<IRemoteObject> remote = Remote(); GetCoordinationState() local 479 sptr<IRemoteObject> remote = Remote(); StartDrag() local 508 sptr<IRemoteObject> remote = Remote(); StopDrag() local 532 sptr<IRemoteObject> remote = Remote(); AllocSocketFd() local 560 sptr<IRemoteObject> remote = Remote(); AddDraglistener() local 580 sptr<IRemoteObject> remote = Remote(); RemoveDraglistener() local 600 sptr<IRemoteObject> remote = Remote(); AddSubscriptListener() local 620 sptr<IRemoteObject> remote = Remote(); RemoveSubscriptListener() local 642 sptr<IRemoteObject> remote = Remote(); SetDragWindowVisible() local 662 sptr<IRemoteObject> remote = Remote(); GetShadowOffset() local 690 sptr<IRemoteObject> remote = Remote(); UpdateShadowPic() local 710 sptr<IRemoteObject> remote = Remote(); AddHotAreaListener() local 730 sptr<IRemoteObject> remote = Remote(); RemoveHotAreaListener() local 754 sptr<IRemoteObject> remote = Remote(); UpdatePreviewStyle() local 783 sptr<IRemoteObject> remote = Remote(); UpdatePreviewStyleWithAnimation() local 803 sptr<IRemoteObject> remote = Remote(); GetDragSummary() local 828 sptr<IRemoteObject> remote = Remote(); GetDragAction() local 853 sptr<IRemoteObject> remote = Remote(); EnterTextEditorArea() local 873 sptr<IRemoteObject> remote = Remote(); GetExtraInfo() local 895 sptr<IRemoteObject> remote = Remote(); AddPrivilege() local 916 sptr<IRemoteObject> remote = Remote(); EraseMouseIcon() local [all...] |
/base/print/print_fwk/services/scan_service/src/ |
H A D | scan_callback_proxy.cpp | 40 auto remote = Remote(); in OnCallback() local 41 if (remote == nullptr) { in OnCallback() 42 SCAN_HILOGE("ScanCallbackProxy::OnCallback remote is null"); in OnCallback() 46 int error = remote->SendRequest(SCAN_CALLBACK_DEVICE_TCP, data, reply, option); in OnCallback() 72 auto remote = Remote(); in OnCallback() local 73 if (remote == nullptr) { in OnCallback() 74 SCAN_HILOGE("ScanCallbackProxy::OnCallback remote is null"); in OnCallback() 78 int error = remote->SendRequest(SCAN_CALLBACK_DEVICE, data, reply, option); in OnCallback() 102 auto remote = Remote(); in OnCallbackSync() local 103 if (remote in OnCallbackSync() 133 auto remote = Remote(); OnGetFrameResCallback() local 163 auto remote = Remote(); OnScanInitCallback() local 222 sptr<IRemoteObject> remote = Remote(); OnGetDevicesList() local [all...] |
/base/telephony/state_registry/frameworks/native/observer/src/ |
H A D | telephony_observer_proxy.cpp | 41 sptr<IRemoteObject> remote = Remote(); in OnCallStateUpdated() local 42 if (remote == nullptr) { in OnCallStateUpdated() 43 TELEPHONY_LOGE("TelephonyObserverProxy::OnCallStateUpdated remote is null!"); in OnCallStateUpdated() 46 int code = remote->SendRequest( in OnCallStateUpdated() 67 sptr<IRemoteObject> remote = Remote(); in OnSimStateUpdated() local 68 if (remote == nullptr) { in OnSimStateUpdated() 69 TELEPHONY_LOGE("TelephonyObserverProxy::OnSimStateUpdated remote is null!"); in OnSimStateUpdated() 72 int code = remote->SendRequest( in OnSimStateUpdated() 99 sptr<IRemoteObject> remote = Remote(); in OnSignalInfoUpdated() local 100 if (remote in OnSignalInfoUpdated() 138 sptr<IRemoteObject> remote = Remote(); OnCellInfoUpdated() local 164 sptr<IRemoteObject> remote = Remote(); OnNetworkStateUpdated() local 189 sptr<IRemoteObject> remote = Remote(); OnCellularDataConnectStateUpdated() local 213 sptr<IRemoteObject> remote = Remote(); OnCellularDataFlowUpdated() local 236 sptr<IRemoteObject> remote = Remote(); OnCfuIndicatorUpdated() local 258 sptr<IRemoteObject> remote = Remote(); OnVoiceMailMsgIndicatorUpdated() local 275 sptr<IRemoteObject> remote = Remote(); OnIccAccountUpdated() local [all...] |
/base/telephony/core_service/services/satellite_service_interaction/src/ |
H A D | satellite_service_proxy.cpp | 45 auto remote = Remote(); in IsSatelliteEnabled() local 46 if (remote == nullptr) { in IsSatelliteEnabled() 51 remote->SendRequest(uint32_t(SatelliteServiceInterfaceCode::IS_SATELLITE_ENABLED), data, reply, option); in IsSatelliteEnabled() 75 auto remote = Remote(); in GetSatelliteCapability() local 76 if (remote == nullptr) { in GetSatelliteCapability() 81 remote->SendRequest(uint32_t(SatelliteServiceInterfaceCode::GET_SATELLITE_CAPABILITY), data, reply, option); in GetSatelliteCapability() 119 auto remote = Remote(); in RegisterCoreNotify() local 120 if (remote == nullptr) { in RegisterCoreNotify() 126 ret = remote->SendRequest(uint32_t(SatelliteServiceInterfaceCode::REGISTER_CORE_NOTIFY), data, reply, option); in RegisterCoreNotify() 155 auto remote in UnRegisterCoreNotify() local 194 auto remote = Remote(); SetRadioState() local 222 auto remote = Remote(); GetImei() local 248 auto remote = Remote(); GetProxyObjectPtr() local [all...] |
/base/powermgr/display_manager/state_manager/service/zidl/src/ |
H A D | display_power_mgr_proxy.cpp | 29 sptr<IRemoteObject> remote = Remote(); in SetDisplayState() local 30 RETURN_IF_WITH_RET(remote == nullptr, false); in SetDisplayState() 46 int ret = remote->SendRequest( in SetDisplayState() 64 sptr<IRemoteObject> remote = Remote(); in GetDisplayState() local 65 RETURN_IF_WITH_RET(remote == nullptr, DisplayState::DISPLAY_UNKNOWN); in GetDisplayState() 79 int ret = remote->SendRequest( in GetDisplayState() 97 sptr<IRemoteObject> remote = Remote(); in GetDisplayIds() local 100 RETURN_IF_WITH_RET(remote == nullptr, result); in GetDisplayIds() 112 int ret = remote->SendRequest( in GetDisplayIds() 139 sptr<IRemoteObject> remote in GetMainDisplayId() local 171 sptr<IRemoteObject> remote = Remote(); SetBrightness() local 209 sptr<IRemoteObject> remote = Remote(); SetMaxBrightness() local 245 sptr<IRemoteObject> remote = Remote(); SetMaxBrightnessNit() local 282 sptr<IRemoteObject> remote = Remote(); DiscountBrightness() local 316 sptr<IRemoteObject> remote = Remote(); OverrideBrightness() local 350 sptr<IRemoteObject> remote = Remote(); OverrideDisplayOffDelay() local 383 sptr<IRemoteObject> remote = Remote(); RestoreBrightness() local 417 sptr<IRemoteObject> remote = Remote(); GetBrightness() local 450 sptr<IRemoteObject> remote = Remote(); GetDefaultBrightness() local 482 sptr<IRemoteObject> remote = Remote(); GetMaxBrightness() local 514 sptr<IRemoteObject> remote = Remote(); GetMinBrightness() local 546 sptr<IRemoteObject> remote = Remote(); AdjustBrightness() local 581 sptr<IRemoteObject> remote = Remote(); AutoAdjustBrightness() local 614 sptr<IRemoteObject> remote = Remote(); IsAutoAdjustBrightness() local 645 sptr<IRemoteObject> remote = Remote(); RegisterCallback() local 678 sptr<IRemoteObject> remote = Remote(); BoostBrightness() local 712 sptr<IRemoteObject> remote = Remote(); CancelBoostBrightness() local 744 sptr<IRemoteObject> remote = Remote(); GetDeviceBrightness() local 778 sptr<IRemoteObject> remote = Remote(); SetCoordinated() local 813 sptr<IRemoteObject> remote = Remote(); SetLightBrightnessThreshold() local [all...] |
/base/sensors/miscdevice/frameworks/native/common/src/ |
H A D | miscdevice_service_proxy.cpp | 62 sptr<IRemoteObject> remote = Remote(); in Vibrate() local 63 CHKPR(remote, ERROR); in Vibrate() 66 int32_t ret = remote->SendRequest(static_cast<uint32_t>(MiscdeviceInterfaceCode::VIBRATE), in Vibrate() 89 sptr<IRemoteObject> remote = Remote(); in StopVibrator() local 90 CHKPR(remote, ERROR); in StopVibrator() 93 int32_t ret = remote->SendRequest(static_cast<uint32_t>(MiscdeviceInterfaceCode::STOP_VIBRATOR_ALL), in StopVibrator() 133 sptr<IRemoteObject> remote = Remote(); in PlayVibratorEffect() local 134 CHKPR(remote, ERROR); in PlayVibratorEffect() 137 int32_t ret = remote->SendRequest(static_cast<uint32_t>(MiscdeviceInterfaceCode::PLAY_VIBRATOR_EFFECT), in PlayVibratorEffect() 164 sptr<IRemoteObject> remote in StopVibrator() local 191 sptr<IRemoteObject> remote = Remote(); IsSupportEffect() local 249 sptr<IRemoteObject> remote = Remote(); PlayVibratorCustom() local 274 sptr<IRemoteObject> remote = Remote(); GetLightList() local 323 sptr<IRemoteObject> remote = Remote(); TurnOn() local 350 sptr<IRemoteObject> remote = Remote(); TurnOff() local 373 sptr<IRemoteObject> remote = Remote(); GetDelayTime() local 417 sptr<IRemoteObject> remote = Remote(); PlayPattern() local 446 sptr<IRemoteObject> remote = Remote(); TransferClientRemoteObject() local 492 sptr<IRemoteObject> remote = Remote(); PlayPrimitiveEffect() local 515 sptr<IRemoteObject> remote = Remote(); GetVibratorCapacity() local [all...] |
/base/powermgr/power_manager/services/zidl/src/ |
H A D | power_mgr_proxy.cpp | 34 sptr<IRemoteObject> remote = Remote(); in CreateRunningLock() local 35 RETURN_IF_WITH_RET(remote == nullptr, PowerErrors::ERR_CONNECTION_FAIL); in CreateRunningLock() 49 int ret = remote->SendRequest( in CreateRunningLock() 63 sptr<IRemoteObject> remote = Remote(); in ReleaseRunningLock() local 64 RETURN_IF_WITH_RET(remote == nullptr, false); in ReleaseRunningLock() 78 int ret = remote->SendRequest( in ReleaseRunningLock() 90 sptr<IRemoteObject> remote = Remote(); in IsRunningLockTypeSupported() local 91 RETURN_IF_WITH_RET(remote == nullptr, false); in IsRunningLockTypeSupported() 104 int ret = remote->SendRequest( in IsRunningLockTypeSupported() 122 sptr<IRemoteObject> remote in UpdateWorkSource() local 154 sptr<IRemoteObject> remote = Remote(); Lock() local 184 sptr<IRemoteObject> remote = Remote(); UnLock() local 214 sptr<IRemoteObject> remote = Remote(); QueryRunningLockLists() local 247 sptr<IRemoteObject> remote = Remote(); IsUsed() local 274 sptr<IRemoteObject> remote = Remote(); ProxyRunningLock() local 303 sptr<IRemoteObject> remote = Remote(); ProxyRunningLocks() local 339 sptr<IRemoteObject> remote = Remote(); ResetRunningLocks() local 364 sptr<IRemoteObject> remote = Remote(); RebootDevice() local 391 sptr<IRemoteObject> remote = Remote(); RebootDeviceForDeprecated() local 419 sptr<IRemoteObject> remote = Remote(); ShutDownDevice() local 446 sptr<IRemoteObject> remote = Remote(); SetSuspendTag() local 473 sptr<IRemoteObject> remote = Remote(); SuspendDevice() local 503 sptr<IRemoteObject> remote = Remote(); WakeupDevice() local 533 sptr<IRemoteObject> remote = Remote(); WakeupDeviceAsync() local 559 sptr<IRemoteObject> remote = Remote(); RefreshActivity() local 586 sptr<IRemoteObject> remote = Remote(); OverrideScreenOffTime() local 615 sptr<IRemoteObject> remote = Remote(); RestoreScreenOffTime() local 642 sptr<IRemoteObject> remote = Remote(); ForceSuspendDevice() local 672 sptr<IRemoteObject> remote = Remote(); GetState() local 701 sptr<IRemoteObject> remote = Remote(); IsScreenOn() local 731 sptr<IRemoteObject> remote = Remote(); IsFoldScreenOn() local 760 sptr<IRemoteObject> remote = Remote(); IsCollaborationScreenOn() local 789 sptr<IRemoteObject> remote = Remote(); RegisterPowerStateCallback() local 816 sptr<IRemoteObject> remote = Remote(); UnRegisterPowerStateCallback() local 842 sptr<IRemoteObject> remote = Remote(); RegisterSyncSleepCallback() local 870 sptr<IRemoteObject> remote = Remote(); UnRegisterSyncSleepCallback() local 896 sptr<IRemoteObject> remote = Remote(); RegisterSyncHibernateCallback() local 923 sptr<IRemoteObject> remote = Remote(); UnRegisterSyncHibernateCallback() local 949 sptr<IRemoteObject> remote = Remote(); RegisterPowerModeCallback() local 975 sptr<IRemoteObject> remote = Remote(); UnRegisterPowerModeCallback() local 1001 sptr<IRemoteObject> remote = Remote(); RegisterScreenStateCallback() local 1026 sptr<IRemoteObject> remote = Remote(); UnRegisterScreenStateCallback() local 1052 sptr<IRemoteObject> remote = Remote(); RegisterRunningLockCallback() local 1077 sptr<IRemoteObject> remote = Remote(); UnRegisterRunningLockCallback() local 1103 sptr<IRemoteObject> remote = Remote(); SetDisplaySuspend() local 1129 sptr<IRemoteObject> remote = Remote(); Hibernate() local 1160 sptr<IRemoteObject> remote = Remote(); SetDeviceMode() local 1187 sptr<IRemoteObject> remote = Remote(); GetDeviceMode() local 1216 sptr<IRemoteObject> remote = Remote(); ShellDump() local 1250 sptr<IRemoteObject> remote = Remote(); IsStandby() local 1279 sptr<IRemoteObject> remote = Remote(); SetForceTimingOut() local 1310 sptr<IRemoteObject> remote = Remote(); LockScreenAfterTimingOut() local 1339 sptr<IRemoteObject> remote = Remote(); RegisterShutdownCallback() local 1347 sptr<IRemoteObject> remote = Remote(); UnRegisterShutdownCallback() local 1355 sptr<IRemoteObject> remote = Remote(); RegisterShutdownCallback() local 1363 sptr<IRemoteObject> remote = Remote(); UnRegisterShutdownCallback() local 1371 sptr<IRemoteObject> remote = Remote(); RegisterShutdownCallback() local 1379 sptr<IRemoteObject> remote = Remote(); UnRegisterShutdownCallback() local [all...] |
/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_callback.cpp | 36 auto remote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in ClearCellularCallList() local 37 if (remote == nullptr) { in ClearCellularCallList() 42 iface_cast<CellularCallInterface>(remote)->HangUpAllConnection(slotId); in ClearCellularCallList() 52 auto remote = systemAbilityMgr->CheckSystemAbility(TELEPHONY_CELLULAR_CALL_SYS_ABILITY_ID); in SetReadyToCall() local 53 if (remote == nullptr) { in SetReadyToCall() 57 iface_cast<CellularCallInterface>(remote)->SetReadyToCall(slotId, callType, isReadyToCall); in SetReadyToCall()
|
/base/telephony/sms_mms/frameworks/native/sms/src/ |
H A D | sms_service_proxy.cpp | 58 sptr<IRemoteObject> remote = Remote(); in SendMessage() local 59 if (remote == nullptr) { in SendMessage() 65 int32_t errCode = remote->SendRequest( in SendMessage() 100 sptr<IRemoteObject> remote = Remote(); in SendMessageWithoutSave() local 101 if (remote == nullptr) { in SendMessageWithoutSave() 107 int32_t errCode = remote->SendRequest( in SendMessageWithoutSave() 146 sptr<IRemoteObject> remote = Remote(); in SendMessage() local 147 if (remote == nullptr) { in SendMessage() 151 int32_t errCode = remote->SendRequest( in SendMessage() 172 sptr<IRemoteObject> remote in SetSmscAddr() local 226 sptr<IRemoteObject> remote = Remote(); AddSimMessage() local 248 sptr<IRemoteObject> remote = Remote(); DelSimMessage() local 274 sptr<IRemoteObject> remote = Remote(); UpdateSimMessage() local 295 sptr<IRemoteObject> remote = Remote(); GetAllSimMessages() local 334 sptr<IRemoteObject> remote = Remote(); SetCBConfig() local 357 sptr<IRemoteObject> remote = Remote(); SetImsSmsConfig() local 378 sptr<IRemoteObject> remote = Remote(); SetDefaultSmsSlotId() local 399 sptr<IRemoteObject> remote = Remote(); GetDefaultSmsSlotId() local 416 sptr<IRemoteObject> remote = Remote(); GetDefaultSmsSimId() local 444 sptr<IRemoteObject> remote = Remote(); SplitMessage() local 480 sptr<IRemoteObject> remote = Remote(); GetSmsSegmentsInfo() local 512 sptr<IRemoteObject> remote = Remote(); IsImsSmsSupported() local 538 sptr<IRemoteObject> remote = Remote(); GetImsShortMessageFormat() local 563 sptr<IRemoteObject> remote = Remote(); HasSmsCapability() local 591 sptr<IRemoteObject> remote = Remote(); SendMms() local 620 sptr<IRemoteObject> remote = Remote(); DownloadMms() local 689 sptr<IRemoteObject> remote = Remote(); GetBase64Encode() local 721 sptr<IRemoteObject> remote = Remote(); GetBase64Decode() local 756 sptr<IRemoteObject> remote = Remote(); GetEncodeStringFunc() local 778 OnRemoteDied(const wptr<IRemoteObject> &remote) OnRemoteDied() argument [all...] |
/base/security/security_guard/frameworks/common/data_collect_manager/src/ |
H A D | data_collect_manager_proxy.cpp | 44 sptr<IRemoteObject> remote = Remote(); in RequestDataSubmit() local 45 if (remote == nullptr) { in RequestDataSubmit() 49 int ret = remote->SendRequest(CMD_DATA_COLLECT, data, reply, option); in RequestDataSubmit() 74 sptr<IRemoteObject> remote = Remote(); in RequestRiskData() local 75 if (remote == nullptr) { in RequestRiskData() 79 int ret = remote->SendRequest(CMD_DATA_REQUEST, data, reply, option); in RequestRiskData() 109 sptr<IRemoteObject> remote = Remote(); in Subscribe() local 110 if (remote == nullptr) { in Subscribe() 114 int ret = remote->SendRequest(CMD_DATA_SUBSCRIBE, data, reply, option); in Subscribe() 138 sptr<IRemoteObject> remote in Unsubscribe() local 180 sptr<IRemoteObject> remote = Remote(); QuerySecurityEvent() local 215 sptr<IRemoteObject> remote = Remote(); CollectorStart() local 250 sptr<IRemoteObject> remote = Remote(); CollectorStop() local 285 sptr<IRemoteObject> remote = Remote(); ConfigUpdate() local 311 sptr<IRemoteObject> remote = Remote(); QuerySecurityEventConfig() local [all...] |
/base/sensors/sensor/frameworks/native/src/ |
H A D | sensor_service_proxy.cpp | 50 sptr<IRemoteObject> remote = Remote(); in EnableSensor() local 51 CHKPR(remote, ERROR); in EnableSensor() 52 int32_t ret = remote->SendRequest(static_cast<uint32_t>(SensorInterfaceCode::ENABLE_SENSOR), in EnableSensor() 74 sptr<IRemoteObject> remote = Remote(); in DisableSensor() local 75 CHKPR(remote, ERROR); in DisableSensor() 76 int32_t ret = remote->SendRequest(static_cast<uint32_t>(SensorInterfaceCode::DISABLE_SENSOR), in DisableSensor() 98 sptr<IRemoteObject> remote = Remote(); in GetSensorList() local 99 if (remote == nullptr) { in GetSensorList() 100 SEN_HILOGE("remote is null"); in GetSensorList() 103 int32_t ret = remote in GetSensorList() 145 sptr<IRemoteObject> remote = Remote(); TransferDataChannel() local 171 sptr<IRemoteObject> remote = Remote(); DestroySensorChannel() local 193 sptr<IRemoteObject> remote = Remote(); SuspendSensors() local 213 sptr<IRemoteObject> remote = Remote(); ResumeSensors() local 233 sptr<IRemoteObject> remote = Remote(); GetActiveInfoList() local 269 sptr<IRemoteObject> remote = Remote(); CreateSocketChannel() local 298 sptr<IRemoteObject> remote = Remote(); DestroySocketChannel() local 321 sptr<IRemoteObject> remote = Remote(); EnableActiveInfoCB() local 344 sptr<IRemoteObject> remote = Remote(); DisableActiveInfoCB() local 367 sptr<IRemoteObject> remote = Remote(); ResetSensors() local [all...] |
/base/telephony/core_service/frameworks/native/src/ |
H A D | telephony_state_registry_proxy.cpp | 56 sptr<IRemoteObject> remote = Remote(); in UpdateCellularDataConnectState() local 57 if (remote == nullptr) { in UpdateCellularDataConnectState() 60 int result = remote->SendRequest( in UpdateCellularDataConnectState() 84 sptr<IRemoteObject> remote = Remote(); in UpdateCellularDataFlow() local 85 if (remote == nullptr) { in UpdateCellularDataFlow() 88 int result = remote->SendRequest( in UpdateCellularDataFlow() 112 sptr<IRemoteObject> remote = Remote(); in UpdateCallState() local 113 if (remote == nullptr) { in UpdateCallState() 116 int result = remote->SendRequest( in UpdateCallState() 143 sptr<IRemoteObject> remote in UpdateCallStateForSlotId() local 182 sptr<IRemoteObject> remote = Remote(); UpdateSignalInfo() local 218 sptr<IRemoteObject> remote = Remote(); UpdateCellInfo() local 246 sptr<IRemoteObject> remote = Remote(); UpdateNetworkState() local 280 sptr<IRemoteObject> remote = Remote(); UpdateSimState() local 317 sptr<IRemoteObject> remote = Remote(); RegisterStateChange() local 345 sptr<IRemoteObject> remote = Remote(); UnregisterStateChange() local 373 sptr<IRemoteObject> remote = Remote(); UpdateCfuIndicator() local 400 sptr<IRemoteObject> remote = Remote(); UpdateVoiceMailMsgIndicator() local 419 sptr<IRemoteObject> remote = Remote(); UpdateIccAccount() local [all...] |
/base/security/security_guard/frameworks/common/collector/src/ |
H A D | security_collector_manager_proxy.cpp | 47 sptr<IRemoteObject> remote = Remote(); in Subscribe() local 48 if (remote == nullptr) { in Subscribe() 52 int ret = remote->SendRequest(CMD_COLLECTOR_SUBCRIBE, data, reply, option); in Subscribe() 76 sptr<IRemoteObject> remote = Remote(); in Unsubscribe() local 77 if (remote == nullptr) { in Unsubscribe() 81 int ret = remote->SendRequest(CMD_COLLECTOR_UNSUBCRIBE, data, reply, option); in Unsubscribe() 108 sptr<IRemoteObject> remote = Remote(); in CollectorStart() local 109 if (remote == nullptr) { in CollectorStart() 113 int ret = remote->SendRequest(CMD_COLLECTOR_START, data, reply, option); in CollectorStart() 140 sptr<IRemoteObject> remote in CollectorStop() local 180 sptr<IRemoteObject> remote = Remote(); QuerySecurityEvent() local [all...] |
/base/telephony/sms_mms/test/gtest/ |
H A D | sms_satellite_gtest.cpp | 125 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); in HWTEST_F() local 126 SatelliteSmsProxy proxy(remote); in HWTEST_F() 133 ASSERT_EQ(remote->requestCode_, ToCode(SatelliteSmsServiceInterfaceCode::REGISTER_SMS_NOTIFY)); in HWTEST_F() 145 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); in HWTEST_F() local 146 SatelliteSmsProxy proxy(remote); in HWTEST_F() 149 ASSERT_EQ(remote->requestCode_, ToCode(SatelliteSmsServiceInterfaceCode::UNREGISTER_SMS_NOTIFY)); in HWTEST_F() 161 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); in HWTEST_F() local 162 SatelliteSmsProxy proxy(remote); in HWTEST_F() 166 ASSERT_EQ(remote->requestCode_, ToCode(SatelliteSmsServiceInterfaceCode::SEND_SMS)); in HWTEST_F() 178 sptr<MockIRemoteObject> remote in HWTEST_F() local 195 sptr<MockIRemoteObject> remote = new (std::nothrow) MockIRemoteObject(); HWTEST_F() local [all...] |