Home
last modified time | relevance | path

Searched refs:Remote (Results 1 - 25 of 201) sorted by relevance

123456789

/base/telephony/call_manager/frameworks/native/src/
H A Dcall_status_callback_proxy.cpp61 if (Remote() == nullptr) { in UpdateCallReportInfo()
64 error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_CALL_INFO), dataParcel, replyParcel, option); in UpdateCallReportInfo()
107 if (Remote() == nullptr) { in UpdateCallsReportInfo()
110 error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_CALLS_INFO), dataParcel, replyParcel, option); in UpdateCallsReportInfo()
134 if (Remote() == nullptr) { in UpdateDisconnectedCause()
137 error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_DISCONNECTED_CAUSE), dataParcel, replyParcel, option); in UpdateDisconnectedCause()
156 if (Remote() == nullptr) { in UpdateEventResultInfo()
159 error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_EVENT_RESULT_INFO), dataParcel, replyParcel, option); in UpdateEventResultInfo()
176 if (Remote() == nullptr) { in UpdateRBTPlayInfo()
179 error = Remote() in UpdateRBTPlayInfo()
[all...]
H A Dvoip_call_manager_proxy.cpp49 auto remote = Remote(); in ReportIncomingCall()
51 TELEPHONY_LOGE("ReportIncomingCall Remote is null"); in ReportIncomingCall()
76 auto remote = Remote(); in ReportIncomingCallError()
78 TELEPHONY_LOGE("ReportIncomingCallError Remote is null"); in ReportIncomingCallError()
103 auto remote = Remote(); in ReportCallStateChange()
105 TELEPHONY_LOGE("ReportCallStateChange Remote is null"); in ReportCallStateChange()
139 auto remote = Remote(); in ReportOutgoingCall()
141 TELEPHONY_LOGE("ReportOutgoingCall Remote is null"); in ReportOutgoingCall()
165 auto remote = Remote(); in RegisterCallBack()
167 TELEPHONY_LOGE("RegisterCallBack Remote i in RegisterCallBack()
[all...]
H A Dcellular_call_proxy.cpp38 auto remote = Remote(); in Dial()
40 TELEPHONY_LOGE("function Remote() return nullptr!"); in Dial()
67 auto remote = Remote(); in HangUp()
69 TELEPHONY_LOGE("function Remote() return nullptr!"); in HangUp()
93 auto remote = Remote(); in Reject()
95 TELEPHONY_LOGE("function Remote() return nullptr!"); in Reject()
119 auto remote = Remote(); in Answer()
121 TELEPHONY_LOGE("function Remote() return nullptr!"); in Answer()
145 auto remote = Remote(); in HoldCall()
147 TELEPHONY_LOGE("function Remote() retur in HoldCall()
[all...]
/base/telephony/cellular_data/frameworks/native/
H A Dcellular_data_service_proxy.cpp33 if (Remote() == nullptr) { in IsCellularDataEnabled()
37 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::IS_CELLULAR_DATA_ENABLED, data, in IsCellularDataEnabled()
58 if (Remote() == nullptr) { in EnableCellularData()
62 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::ENABLE_CELLULAR_DATA, data, in EnableCellularData()
78 if (Remote() == nullptr) { in GetIntelligenceSwitchState()
82 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::GET_INTELLIGENCE_SWITCH_STATE, data, in GetIntelligenceSwitchState()
100 if (Remote() == nullptr) { in EnableIntelligenceSwitch()
104 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::ENABLE_INTELLIGENCE_SWITCH, data, in EnableIntelligenceSwitch()
120 if (Remote() == nullptr) { in GetCellularDataState()
124 int32_t error = Remote() in GetCellularDataState()
[all...]
/base/telephony/call_manager/services/call_report/src/
H A Dcall_ability_callback_proxy.cpp39 if (Remote() == nullptr) { in OnCallDetailsChange()
40 TELEPHONY_LOGE("function Remote() return nullptr!"); in OnCallDetailsChange()
44 Remote()->SendRequest(static_cast<uint32_t>(CallManagerCallAbilityInterfaceCode::UPDATE_CALL_STATE_INFO), in OnCallDetailsChange()
65 if (Remote() == nullptr) { in OnCallEventChange()
66 TELEPHONY_LOGE("function Remote() return nullptr!"); in OnCallEventChange()
69 int32_t error = Remote()->SendRequest(static_cast<uint32_t>(CallManagerCallAbilityInterfaceCode::UPDATE_CALL_EVENT), in OnCallEventChange()
95 if (Remote() == nullptr) { in OnCallDisconnectedCause()
96 TELEPHONY_LOGE("function Remote() return nullptr!"); in OnCallDisconnectedCause()
99 int32_t error = Remote()->SendRequest( in OnCallDisconnectedCause()
119 if (Remote() in OnReportAsyncResults()
[all...]
/base/global/i18n/services/src/
H A Di18n_service_ability_proxy.cpp37 Remote()->SendRequest(static_cast<uint32_t>(ILocaleConfigAbilityCode::SET_SYSTEM_LANGUAGE), data, in SetSystemLanguage()
49 Remote()->SendRequest(static_cast<uint32_t>(ILocaleConfigAbilityCode::SET_SYSTEM_REGION), data, in SetSystemRegion()
61 Remote()->SendRequest(static_cast<uint32_t>(ILocaleConfigAbilityCode::SET_SYSTEM_LOCALE), data, in SetSystemLocale()
73 Remote()->SendRequest(static_cast<uint32_t>(ILocaleConfigAbilityCode::SET_24_HOUR_CLOCK), data, in Set24HourClock()
85 Remote()->SendRequest(static_cast<uint32_t>(ILocaleConfigAbilityCode::SET_USING_LOCAL_DIGIT), data, in SetUsingLocalDigit()
98 Remote()->SendRequest(static_cast<uint32_t>(ILocaleConfigAbilityCode::ADD_PREFERRED_LANGUAGE), data, in AddPreferredLanguage()
110 Remote()->SendRequest(static_cast<uint32_t>(ILocaleConfigAbilityCode::REMOVE_PREFERRED_LANGUAGE), in RemovePreferredLanguage()
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H A Dscan_service_proxy.cpp44 auto remote = Remote(); in InitScan()
64 auto remote = Remote(); in ExitScan()
83 auto remote = Remote(); in GetScannerList()
103 auto remote = Remote(); in StopDiscover()
123 auto remote = Remote(); in OpenScanner()
143 auto remote = Remote(); in CloseScanner()
164 auto remote = Remote(); in GetScanOptionDesc()
188 auto remote = Remote(); in OpScanOptionValue()
216 auto remote = Remote(); in GetScanParameters()
238 auto remote = Remote(); in StartScan()
[all...]
/base/location/services/location_locator/locator/source/
H A Dgnss_ability_proxy.cpp42 int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::SEND_LOCATION_REQUEST), in SendLocationRequest()
63 int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::SET_ENABLE), data, reply, option); in SetEnable()
80 Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::REFRESH_REQUESTS), data, reply, option); in RefrashRequirements()
101 Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::REG_GNSS_STATUS), data, reply, option); in RegisterGnssStatusCallback()
119 Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::UNREG_GNSS_STATUS), data, reply, option); in UnregisterGnssStatusCallback()
140 int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::REG_NMEA), data, reply, option); in RegisterNmeaMessageCallback()
155 int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::UNREG_NMEA), data, reply, option); in UnregisterNmeaMessageCallback()
175 int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::REG_CACHED), data, reply, option); in RegisterCachedCallback()
193 Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::UNREG_CACHED), data, reply, option); in UnregisterCachedCallback()
206 sptr<IRemoteObject> remote = Remote(); in GetCachedGnssLocationsSize()
[all...]
H A Dnetwork_ability_proxy.cpp43 int error = Remote()->SendRequest(static_cast<uint32_t>(NetworkInterfaceCode::SEND_LOCATION_REQUEST), in SendLocationRequest()
64 int error = Remote()->SendRequest(static_cast<uint32_t>(NetworkInterfaceCode::SET_ENABLE), data, reply, option); in SetEnable()
76 sptr<IRemoteObject> remote = Remote(); in EnableMock()
96 sptr<IRemoteObject> remote = Remote(); in DisableMock()
117 sptr<IRemoteObject> remote = Remote(); in SetMocked()
H A Dpassive_ability_proxy.cpp43 int error = Remote()->SendRequest(static_cast<uint32_t>(PassiveInterfaceCode::SEND_LOCATION_REQUEST), in SendLocationRequest()
64 int error = Remote()->SendRequest(static_cast<uint32_t>(PassiveInterfaceCode::SET_ENABLE), data, reply, option); in SetEnable()
76 sptr<IRemoteObject> remote = Remote(); in EnableMock()
96 sptr<IRemoteObject> remote = Remote(); in DisableMock()
117 sptr<IRemoteObject> remote = Remote(); in SetMocked()
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Dprint_service_proxy.cpp47 sptr<IRemoteObject> remote = Remote(); in StartService()
85 sptr<IRemoteObject> remote = Remote(); in StartPrint()
104 sptr<IRemoteObject> remote = Remote(); in StopPrint()
122 sptr<IRemoteObject> remote = Remote(); in ConnectPrinter()
140 sptr<IRemoteObject> remote = Remote(); in DisconnectPrinter()
157 sptr<IRemoteObject> remote = Remote(); in QueryAllExtension()
189 sptr<IRemoteObject> remote = Remote(); in StartDiscoverPrinter()
207 sptr<IRemoteObject> remote = Remote(); in StopDiscoverPrinter()
226 sptr<IRemoteObject> remote = Remote(); in StartPrintJob()
245 sptr<IRemoteObject> remote = Remote(); in CancelPrintJob()
[all...]
/base/msdp/device_status/intention/ipc/tunnel/src/
H A Dintention_proxy.cpp39 sptr<IRemoteObject> remote = Remote(); in Enable()
55 sptr<IRemoteObject> remote = Remote(); in Disable()
71 sptr<IRemoteObject> remote = Remote(); in Start()
87 sptr<IRemoteObject> remote = Remote(); in Stop()
103 sptr<IRemoteObject> remote = Remote(); in AddWatch()
119 sptr<IRemoteObject> remote = Remote(); in RemoveWatch()
135 sptr<IRemoteObject> remote = Remote(); in SetParam()
151 sptr<IRemoteObject> remote = Remote(); in GetParam()
167 sptr<IRemoteObject> remote = Remote(); in Control()
/base/print/print_fwk/services/print_service/src/
H A Dprint_callback_proxy.cpp31 int error = Remote()->SendRequest(PRINT_CALLBACK_TASK, data, reply, option); in OnCallback()
52 int error = Remote()->SendRequest(PRINT_CALLBACK_PRINTER, data, reply, option); in OnCallback()
73 int error = Remote()->SendRequest(PRINT_CALLBACK_PRINT_JOB, data, reply, option); in OnCallback()
93 int error = Remote()->SendRequest(PRINT_CALLBACK_EXTINFO, data, reply, option); in OnCallback()
120 int error = Remote()->SendRequest(PRINT_CALLBACK_PRINT_JOB_ADAPTER, data, reply, option); in OnCallbackAdapterLayout()
146 int error = Remote()->SendRequest(PRINT_CALLBACK_PRINT_JOB_CHANGED_ADAPTER, data, reply, option); in onCallbackAdapterJobStateChanged()
169 int error = Remote()->SendRequest(PRINT_CALLBACK_PRINT_GET_FILE_ADAPTER, data, reply, option); in OnCallbackAdapterGetFile()
/base/print/print_fwk/services/scan_service/src/
H A Dscan_callback_proxy.cpp40 auto remote = Remote(); in OnCallback()
72 auto remote = Remote(); in OnCallback()
102 auto remote = Remote(); in OnCallbackSync()
133 auto remote = Remote(); in OnGetFrameResCallback()
163 auto remote = Remote(); in OnScanInitCallback()
193 auto remotePtr = Remote(); in OnSendSearchMessage()
195 SCAN_HILOGE("Remote() nullptr failed"); in OnSendSearchMessage()
222 sptr<IRemoteObject> remote = Remote(); in OnGetDevicesList()
/base/powermgr/thermal_manager/services/zidl/src/
H A Dthermal_srv_proxy.cpp32 sptr<IRemoteObject> remote = Remote(); in SubscribeThermalTempCallback()
60 sptr<IRemoteObject> remote = Remote(); in UnSubscribeThermalTempCallback()
87 sptr<IRemoteObject> remote = Remote(); in SubscribeThermalLevelCallback()
114 sptr<IRemoteObject> remote = Remote(); in UnSubscribeThermalLevelCallback()
142 sptr<IRemoteObject> remote = Remote(); in SubscribeThermalActionCallback()
171 sptr<IRemoteObject> remote = Remote(); in UnSubscribeThermalActionCallback()
198 sptr<IRemoteObject> remote = Remote(); in GetThermalSrvSensorInfo()
231 sptr<IRemoteObject> remote = Remote(); in GetThermalLevel()
259 sptr<IRemoteObject> remote = Remote(); in GetThermalInfo()
289 sptr<IRemoteObject> remote = Remote(); in SetScene()
[all...]
/base/telephony/sms_mms/test/gtest/
H A Dsms_service_proxy_gtest.cpp54 EXPECT_EQ(sendShortMessageProxy.Remote().GetRefPtr(), nullptr); in HWTEST_F()
71 EXPECT_EQ(sendShortMessageProxy.Remote().GetRefPtr(), sptrRemoteObject); in HWTEST_F()
84 EXPECT_EQ(sendShortMessageProxy.Remote().GetRefPtr(), nullptr); in HWTEST_F()
100 EXPECT_EQ(sendShortMessageProxy.Remote().GetRefPtr(), sptrRemoteObject); in HWTEST_F()
/base/powermgr/battery_manager/services/zidl/src/
H A Dbattery_srv_proxy.cpp31 sptr<IRemoteObject> remote = Remote(); in GetCapacity()
56 sptr<IRemoteObject> remote = Remote(); in GetChargingStatus()
81 sptr<IRemoteObject> remote = Remote(); in GetHealthStatus()
106 sptr<IRemoteObject> remote = Remote(); in GetPluggedType()
131 sptr<IRemoteObject> remote = Remote(); in GetVoltage()
156 sptr<IRemoteObject> remote = Remote(); in GetPresent()
181 sptr<IRemoteObject> remote = Remote(); in GetTechnology()
206 sptr<IRemoteObject> remote = Remote(); in GetBatteryTemperature()
231 sptr<IRemoteObject> remote = Remote(); in GetCapacityLevel()
256 sptr<IRemoteObject> remote = Remote(); in GetRemainingChargeTime()
[all...]
/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
H A Dsys_installer_proxy.cpp31 auto remote = Remote(); in SysInstallerInit()
56 auto remote = Remote(); in StartUpdatePackageZip()
89 auto remote = Remote(); in SetUpdateCallback()
120 auto remote = Remote(); in GetUpdateStatus()
146 auto remote = Remote(); in StartUpdateParaZip()
176 auto remote = Remote(); in StartDeleteParaZip()
206 auto remote = Remote(); in AccDecompressAndVerifyPkg()
236 auto remote = Remote(); in AccDeleteDir()
/base/time/time_service/services/ipc/proxy/
H A Dtime_service_proxy.cpp48 Remote()->SendRequest(static_cast<uint32_t>(TimeServiceIpcInterfaceCode::SET_TIME), data, reply, option); in SetTime()
100 Remote()->SendRequest(static_cast<uint32_t>(TimeServiceIpcInterfaceCode::CREATE_TIMER), data, reply, option); in CreateTimer()
124 return Remote()->SendRequest(static_cast<uint32_t>(TimeServiceIpcInterfaceCode::START_TIMER), data, reply, option); in StartTimer()
139 return Remote()->SendRequest(static_cast<uint32_t>(TimeServiceIpcInterfaceCode::STOP_TIMER), data, reply, option); in StopTimer()
158 return Remote()->SendRequest( in DestroyTimer()
179 Remote()->SendRequest(static_cast<uint32_t>(TimeServiceIpcInterfaceCode::SET_TIME_ZONE), data, reply, option); in SetTimeZone()
196 Remote()->SendRequest(static_cast<uint32_t>(TimeServiceIpcInterfaceCode::GET_TIME_ZONE), data, reply, option); in GetTimeZone()
213 int32_t result = Remote()->SendRequest( in GetThreadTimeMs()
231 int32_t result = Remote()->SendRequest( in GetThreadTimeNs()
263 Remote() in ProxyTimer()
[all...]
/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_service_proxy.cpp58 auto remote = Remote(); in RegisterUpdateCallback()
76 auto remote = Remote(); in UnregisterUpdateCallback()
94 auto remote = Remote(); in CheckNewVersion()
118 auto remote = Remote(); in Download()
141 auto remote = Remote(); in PauseDownload()
164 auto remote = Remote(); in ResumeDownload()
189 auto remote = Remote(); in Upgrade()
211 auto remote = Remote(); in ClearError()
232 auto remote = Remote(); in TerminateUpgrade()
253 auto remote = Remote(); in GetNewVersionInfo()
[all...]
/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_client_callback_proxy.cpp85 SendRequestFunc(Remote(), code, data, reply); in OnAcquireInfo()
91 OnResultFunc(Remote(), code, GetDescriptor(), result, extraInfo); in OnResult()
130 SendRequestFunc(Remote(), code, data, reply); in OnCredentialInfo()
140 OnResultFunc(Remote(), code, GetDescriptor(), result, extraInfo); in OnResult()
164 SendRequestFunc(Remote(), code, data, reply); in OnEnrolledId()
184 SendRequestFunc(Remote(), code, data, reply); in OnResult()
/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_service_proxy.cpp52 int32_t result = Remote()->SendRequest(static_cast<uint32_t>(code), data, reply, option); in GetColorsInner()
82 Remote()->SendRequest(static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::GET_FILE), data, reply, option); in GetFile()
130 int32_t result = Remote()->SendRequest(static_cast<uint32_t>(code), data, reply, option); in SetWallpaperInner()
180 int32_t result = Remote()->SendRequest(static_cast<uint32_t>(code), data, reply, option); in SetWallpaperInnerByPixelMap()
224 Remote()->SendRequest(static_cast<uint32_t>(WallpaperServiceIpcInterfaceCode::SET_VIDEO), data, reply, option); in SetVideo()
255 int32_t result = Remote()->SendRequest( in SetCustomWallpaper()
281 int32_t result = Remote()->SendRequest(static_cast<uint32_t>(code), data, reply, option); in GetPixelMapInner()
307 int32_t result = Remote()->SendRequest( in GetWallpaperId()
331 int32_t result = Remote()->SendRequest( in IsChangePermitted()
354 int32_t result = Remote() in IsOperationAllowed()
[all...]
/base/telephony/state_registry/frameworks/native/observer/src/
H A Dtelephony_observer_proxy.cpp41 sptr<IRemoteObject> remote = Remote(); in OnCallStateUpdated()
67 sptr<IRemoteObject> remote = Remote(); in OnSimStateUpdated()
99 sptr<IRemoteObject> remote = Remote(); in OnSignalInfoUpdated()
138 sptr<IRemoteObject> remote = Remote(); in OnCellInfoUpdated()
164 sptr<IRemoteObject> remote = Remote(); in OnNetworkStateUpdated()
189 sptr<IRemoteObject> remote = Remote(); in OnCellularDataConnectStateUpdated()
213 sptr<IRemoteObject> remote = Remote(); in OnCellularDataFlowUpdated()
236 sptr<IRemoteObject> remote = Remote(); in OnCfuIndicatorUpdated()
258 sptr<IRemoteObject> remote = Remote(); in OnVoiceMailMsgIndicatorUpdated()
275 sptr<IRemoteObject> remote = Remote(); in OnIccAccountUpdated()
[all...]
/base/msdp/device_status/services/communication/client/src/
H A Ddevicestatus_srv_proxy.cpp44 sptr<IRemoteObject> remote = Remote(); in Subscribe()
75 sptr<IRemoteObject> remote = Remote(); in Unsubscribe()
104 sptr<IRemoteObject> remote = Remote(); in GetCache()
141 sptr<IRemoteObject> remote = Remote(); in RegisterCoordinationListener()
167 sptr<IRemoteObject> remote = Remote(); in UnregisterCoordinationListener()
194 sptr<IRemoteObject> remote = Remote(); in PrepareCoordination()
221 sptr<IRemoteObject> remote = Remote(); in UnprepareCoordination()
251 sptr<IRemoteObject> remote = Remote(); in ActivateCoordination()
279 sptr<IRemoteObject> remote = Remote(); in DeactivateCoordination()
306 sptr<IRemoteObject> remote = Remote(); in UpdateDragStyle()
[all...]
/base/telephony/core_service/services/satellite_service_interaction/src/
H A Dsatellite_service_proxy.cpp45 auto remote = Remote(); in IsSatelliteEnabled()
47 TELEPHONY_LOGE("IsSatelliteEnabled Remote is null"); in IsSatelliteEnabled()
75 auto remote = Remote(); in GetSatelliteCapability()
77 TELEPHONY_LOGE("GetSatelliteCapability Remote is null"); in GetSatelliteCapability()
119 auto remote = Remote(); in RegisterCoreNotify()
121 TELEPHONY_LOGE("RegisterCoreNotify Remote is null"); in RegisterCoreNotify()
155 auto remote = Remote(); in UnRegisterCoreNotify()
157 TELEPHONY_LOGE("UnRegisterCoreNotify Remote is null"); in UnRegisterCoreNotify()
194 auto remote = Remote(); in SetRadioState()
196 TELEPHONY_LOGE("SetRadioState Remote i in SetRadioState()
[all...]

Completed in 17 milliseconds

123456789