| /base/telephony/call_manager/frameworks/native/src/ |
| D | call_manager_service_proxy.cpp | 37 int32_t error = SendRequest(INTERFACE_REGISTER_CALLBACK, dataParcel, replyParcel); in RegisterCallBack() local 52 int32_t error = SendRequest(INTERFACE_OBSERVER_ON_CALL_DETAILS_CHANGE); in ObserverOnCallDetailsChange() local 78 int32_t error = SendRequest(INTERFACE_DIAL_CALL, dataParcel, replyParcel); in DialCall() local 96 int32_t error = SendRequest(INTERFACE_ANSWER_CALL, dataParcel, replyParcel); in AnswerCall() local 115 int32_t error = SendRequest(INTERFACE_REJECT_CALL, dataParcel, replyParcel); in RejectCall() local 132 int32_t error = SendRequest(INTERFACE_DISCONNECT_CALL, dataParcel, replyParcel); in HangUpCall() local 154 int32_t error = SendRequest(INTERFACE_HOLD_CALL, dataParcel, replyParcel); in HoldCall() local 164 int32_t error = SendRequest(INTERFACE_VOIP_REGISTER_CALLBACK); in RegisterVoipCallManagerCallback() local 186 int32_t error = SendRequest(INTERFACE_UNHOLD_CALL, dataParcel, replyParcel); in UnHoldCall() local 203 int32_t error = SendRequest(INTERFACE_SWAP_CALL, dataParcel, replyParcel); in SwitchCall() local [all …]
|
| D | call_status_callback_proxy.cpp | 34 int32_t error = TELEPHONY_ERR_FAIL; in UpdateCallReportInfo() local 71 int32_t error = TELEPHONY_ERR_FAIL; in UpdateCallsReportInfo() local 112 int32_t error = TELEPHONY_ERR_FAIL; in UpdateDisconnectedCause() local 139 int32_t error = TELEPHONY_ERR_FAIL; in UpdateEventResultInfo() local 161 int32_t error = TELEPHONY_ERR_FAIL; in UpdateRBTPlayInfo() local 181 int32_t error = TELEPHONY_ERR_FAIL; in UpdateGetWaitingResult() local 203 int32_t error = TELEPHONY_ERR_FAIL; in UpdateSetWaitingResult() local 223 int32_t error = TELEPHONY_ERR_FAIL; in UpdateGetRestrictionResult() local 245 int32_t error = TELEPHONY_ERR_FAIL; in UpdateSetRestrictionResult() local 265 int32_t error = TELEPHONY_ERR_FAIL; in UpdateSetRestrictionPasswordResult() local [all …]
|
| D | voip_call_manager_proxy.cpp | 50 int32_t error = in ReportIncomingCall() local 77 int32_t error = remote->SendRequest( in ReportIncomingCallError() local 102 int32_t error = in ReportCallStateChange() local 126 int32_t error = in RegisterCallBack() local 149 int32_t error = in UnRegisterCallBack() local 174 int32_t error = in ReportVoipIncomingCall() local 201 int32_t error = remote->SendRequest( in ReportVoipCallExtensionId() local 227 int32_t error = remote->SendRequest( in Answer() local 253 int32_t error = remote->SendRequest( in HangUp() local 278 int32_t error = remote->SendRequest( in Reject() local [all …]
|
| D | cellular_call_proxy.cpp | 43 …int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::DIAL), in, ou… in Dial() local 72 …int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::HANG_UP), in,… in HangUp() local 98 …int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::REJECT), in, … in Reject() local 124 …int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::ANSWER), in, … in Answer() local 150 …int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::HOLD_CALL), i… in HoldCall() local 176 …int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::UN_HOLD_CALL)… in UnHoldCall() local 203 …int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::SWITCH_CALL),… in SwitchCall() local 233 …int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::REGISTER_CALL… in RegisterCallManagerCallBack() local 257 …int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::UNREGISTER_CA… in UnRegisterCallManagerCallBack() local 315 …int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::COMBINE_CONFE… in CombineConference() local [all …]
|
| D | bluetooth_call_proxy.cpp | 74 …int32_t error = SendRequest(BluetoothCallInterfaceCode::INTERFACE_BT_START_DTMF, dataParcel, reply… in StartDtmf() local 112 int32_t error = in GetCurrentCallList() local 142 int32_t error = SendRequest(code, dataParcel, replyParcel); in SendRequest() local
|
| /base/location/services/location_locator/locator/source/ |
| D | gnss_ability_proxy.cpp | 42 … int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::SEND_LOCATION_REQUEST), in SendLocationRequest() local 61 …int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::SET_ENABLE), data, repl… in SetEnable() local 75 int error = in RefrashRequirements() local 91 int error = in RegisterGnssStatusCallback() local 107 int error = in UnregisterGnssStatusCallback() local 123 …int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::REG_NMEA), data, reply,… in RegisterNmeaMessageCallback() local 138 …int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::UNREG_NMEA), data, repl… in UnregisterNmeaMessageCallback() local 156 …int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::REG_CACHED), data, repl… in RegisterCachedCallback() local 171 int error = in UnregisterCachedCallback() local 193 int error = in GetCachedGnssLocationsSize() local [all …]
|
| D | network_ability_proxy.cpp | 43 …int error = Remote()->SendRequest(static_cast<uint32_t>(NetworkInterfaceCode::SEND_LOCATION_REQUES… in SendLocationRequest() local 62 …int error = Remote()->SendRequest(static_cast<uint32_t>(NetworkInterfaceCode::SET_ENABLE), data, r… in SetEnable() local 77 int error = in SelfRequest() local 97 int error = in EnableMock() local 117 int error = in DisableMock() local 144 int error = in SetMocked() local
|
| D | passive_ability_proxy.cpp | 43 …int error = Remote()->SendRequest(static_cast<uint32_t>(PassiveInterfaceCode::SEND_LOCATION_REQUES… in SendLocationRequest() local 62 …int error = Remote()->SendRequest(static_cast<uint32_t>(PassiveInterfaceCode::SET_ENABLE), data, r… in SetEnable() local 81 int error = in EnableMock() local 101 int error = in DisableMock() local 128 int error = in SetMocked() local
|
| D | geo_convert_proxy.cpp | 35 int error = ERRCODE_SERVICE_UNAVAILABLE; in GetAddressByCoordinate() local 49 int error = ERRCODE_SERVICE_UNAVAILABLE; in GetAddressByLocationName() local 65 int error = ERRCODE_SERVICE_UNAVAILABLE; in SendSimpleMsg() local 79 int error = ERRCODE_SERVICE_UNAVAILABLE; in SendMsgWithDataReply() local 96 int error = SendSimpleMsg(msgId, reply); in SendSimpleMsgAndParseResult() local
|
| /base/telephony/cellular_data/frameworks/native/ |
| D | cellular_data_service_proxy.cpp | 37 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::IS_CELLULAR_DATA_ENABLE… in IsCellularDataEnabled() local 62 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::ENABLE_CELLULAR_DATA, d… in EnableCellularData() local 83 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::ENABLE_INTELLIGENCE_SWI… in EnableIntelligenceSwitch() local 103 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::GET_CELLULAR_DATA_STATE… in GetCellularDataState() local 125 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::GET_CELLULAR_DATA_APN_S… in GetApnState() local 145 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::GET_RECOVERY_STATE, dat… in GetDataRecoveryState() local 166 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::IS_DATA_ROAMING_ENABLED… in IsCellularDataRoamingEnabled() local 192 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::ENABLE_DATA_ROAMING, da… in EnableCellularDataRoaming() local 213 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::APN_DATA_CHANGED, data,… in HandleApnChanged() local 232 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::GET_DEFAULT_SLOT_ID, da… in GetDefaultCellularDataSlotId() local [all …]
|
| /base/telephony/call_manager/services/call_report/src/ |
| D | call_ability_callback_proxy.cpp | 69 int32_t error = in OnCallDetailsChange() local 95 …int32_t error = Remote()->SendRequest(static_cast<uint32_t>(CallManagerCallAbilityInterfaceCode::U… in OnCallEventChange() local 125 int32_t error = Remote()->SendRequest( in OnCallDisconnectedCause() local 149 int32_t error = Remote()->SendRequest( in OnReportAsyncResults() local 175 int32_t error = Remote()->SendRequest(static_cast<uint32_t>( in OnReportMmiCodeResult() local 255 int32_t error = in OnOttCallRequest() local 287 int32_t error = Remote()->SendRequest( in OnReportAudioDeviceChange() local 311 int32_t error = Remote()->SendRequest( in OnReportPostDialDelay() local 337 int32_t error = Remote()->SendRequest(static_cast<uint32_t>( in OnReportImsCallModeChange() local 364 int32_t error = Remote()->SendRequest(static_cast<uint32_t>( in OnReportCallSessionEventChange() local [all …]
|
| /base/telephony/call_manager/services/telephony_interaction/src/ |
| D | call_status_callback_stub.cpp | 303 int32_t error = TELEPHONY_ERR_FAIL; in OnUpdateSetRestrictionResult() local 319 int32_t error = TELEPHONY_ERR_FAIL; in OnUpdateSetRestrictionPasswordResult() local 359 int32_t error = TELEPHONY_ERR_FAIL; in OnUpdateSetTransferResult() local 423 int32_t error = TELEPHONY_ERR_FAIL; in OnUpdateSetCallClirResult() local 439 int32_t error = TELEPHONY_ERR_FAIL; in OnStartRttResult() local 455 int32_t error = TELEPHONY_ERR_FAIL; in OnStopRttResult() local 471 int32_t error = TELEPHONY_ERR_FAIL; in OnGetImsConfigResult() local 495 int32_t error = TELEPHONY_ERR_FAIL; in OnSetImsConfigResult() local 511 int32_t error = TELEPHONY_ERR_FAIL; in OnGetImsFeatureValueResult() local 535 int32_t error = TELEPHONY_ERR_FAIL; in OnSetImsFeatureValueResult() local [all …]
|
| /base/print/print_fwk/services/print_service/src/ |
| D | print_callback_proxy.cpp | 31 int error = Remote()->SendRequest(PRINT_CALLBACK_TASK, data, reply, option); in OnCallback() local 52 int error = Remote()->SendRequest(PRINT_CALLBACK_PRINTER, data, reply, option); in OnCallback() local 73 int error = Remote()->SendRequest(PRINT_CALLBACK_PRINT_JOB, data, reply, option); in OnCallback() local 93 int error = Remote()->SendRequest(PRINT_CALLBACK_EXTINFO, data, reply, option); in OnCallback() local 120 int error = Remote()->SendRequest(PRINT_CALLBACK_PRINT_JOB_ADAPTER, data, reply, option); in OnCallbackAdapterLayout() local 146 … int error = Remote()->SendRequest(PRINT_CALLBACK_PRINT_JOB_CHANGED_ADAPTER, data, reply, option); in onCallbackAdapterJobStateChanged() local 169 int error = Remote()->SendRequest(PRINT_CALLBACK_PRINT_GET_FILE_ADAPTER, data, reply, option); in OnCallbackAdapterGetFile() local
|
| D | print_extension_callback_proxy.cpp | 33 int error = Remote()->SendRequest(PRINT_EXTCB, data, reply, option); in OnCallback() local 52 int error = Remote()->SendRequest(PRINT_EXTCB_PRINTER, data, reply, option); in OnCallback() local 70 int error = Remote()->SendRequest(PRINT_EXTCB_PRINTJOB, data, reply, option); in OnCallback() local 88 int error = Remote()->SendRequest(PRINT_EXTCB_PRINTCAPABILITY, data, reply, option); in OnCallback() local
|
| /base/telephony/core_service/frameworks/native/src/ |
| D | i_network_search_callback_stub.cpp | 74 int32_t error = data.ReadInt32(); in OnSetNetworkModeCallback() local 81 int32_t error = data.ReadInt32(); in OnGetNetworkModeCallback() local 88 int32_t error = data.ReadInt32(); in OnSetRadioStateCallback() local 95 int32_t error = data.ReadInt32(); in OnGetRadioStateCallback() local 102 int32_t error = data.ReadInt32(); in OnGetNetworkSearchInformation() local 109 int32_t error = data.ReadInt32(); in OnSetPreferredNetworkCallback() local 116 int32_t error = data.ReadInt32(); in OnGetPreferredNetworkCallback() local 123 int32_t error = data.ReadInt32(); in OnSetNrOptionModeCallback() local 130 int32_t error = data.ReadInt32(); in OnGetNrOptionModeCallback() local
|
| /base/telephony/core_service/services/ims_service_interaction/src/ |
| D | ims_core_service_proxy.cpp | 43 …int32_t error = remote->SendRequest(static_cast<int32_t>(ImsCoreServiceInterfaceCode::IMS_GET_REGI… in GetImsRegistrationStatus() local 70 int32_t error = remote->SendRequest( in GetPhoneNumberFromIMPU() local 102 …int32_t error = remote->SendRequest(static_cast<int32_t>(ImsCoreServiceInterfaceCode::IMS_REGISTER… in RegisterImsCoreServiceCallback() local 126 …int32_t error = remote->SendRequest(static_cast<int32_t>(ImsCoreServiceInterfaceCode::IMS_GET_PROX… in GetProxyObjectPtr() local
|
| /base/location/frameworks/native/source/ |
| D | locator_proxy.cpp | 47 int error = SendMsgWithReply(static_cast<int>(LocatorInterfaceCode::GET_SWITCH_STATE), reply); in GetSwitchState() local 65 …int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::ENABLE_ABILITY), data, rep… in EnableAbility() local 77 int error; in SendMsgWithDataReply() local 131 int error = in RegisterSwitchCallback() local 138 int error = in UnregisterSwitchCallback() local 145 int error = in RegisterGnssStatusCallback() local 152 int error = in UnregisterGnssStatusCallback() local 159 …int error = SendRegisterMsgToRemote(static_cast<int>(LocatorInterfaceCode::REG_NMEA_CALLBACK), cal… in RegisterNmeaMessageCallback() local 165 …int error = SendRegisterMsgToRemote(static_cast<int>(LocatorInterfaceCode::UNREG_NMEA_CALLBACK), c… in UnregisterNmeaMessageCallback() local 185 …int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::START_LOCATING), data, rep… in StartLocating() local [all …]
|
| /base/security/access_token/services/privacymanager/src/sensitive/audio_manager/ |
| D | audio_manager_privacy_proxy.cpp | 38 int32_t error = Remote()->SendRequest(static_cast<uint32_t>( in IsMicrophoneMute() local 57 int32_t error = Remote()->SendRequest(static_cast<uint32_t>( in SetMicrophoneMute() local 76 int error = Remote()->SendRequest(static_cast<uint32_t>( in SetMicStateChangeCallback() local
|
| /base/security/access_token/services/privacymanager/src/sensitive/camera_manager/ |
| D | camera_manager_privacy_proxy.cpp | 47 …int32_t error = Remote()->SendRequest(static_cast<uint32_t>(CAMERA_SERVICE_SET_MUTE_CALLBACK), dat… in SetMuteCallback() local 67 …int32_t error = Remote()->SendRequest(static_cast<uint32_t>(CAMERA_SERVICE_MUTE_CAMERA), data, rep… in MuteCamera() local 90 …int32_t error = Remote()->SendRequest(static_cast<uint32_t>(CAMERA_SERVICE_IS_CAMERA_MUTED), data,… in IsCameraMuted() local
|
| /base/telephony/cellular_call/services/satellite_service_interaction/src/ |
| D | satellite_call_proxy.cpp | 54 int32_t error = in Dial() local 93 int32_t error = in HangUp() local 124 int32_t error = in Reject() local 156 int32_t error = in Answer() local 231 int32_t error = remote->SendRequest(eventId, in, out, option); in SendRequest() local 249 int32_t error = remote->SendRequest(eventId, in, out, option); in SendRequest() local
|
| /base/security/access_token/services/common/app_manager/src/ |
| D | app_manager_access_proxy.cpp | 46 int32_t error = Remote()->SendRequest( in RegisterApplicationStateObserver() local 69 int32_t error = Remote()->SendRequest( in UnregisterApplicationStateObserver() local 87 int32_t error = Remote()->SendRequest( in GetForegroundApplications() local
|
| /base/powermgr/power_manager/test/unittest/src/servicetest/ |
| D | powermgr_service_native_test.cpp | 280 auto error = g_powerMgrServiceProxy->CreateRunningLock(token, runningLockInfo); variable 313 auto error = g_powerMgrServiceProxy->CreateRunningLock(token, runningLockInfo); variable 345 auto error = g_powerMgrServiceProxy->CreateRunningLock(token, runningLockInfo); variable 845 auto error = g_powerMgrServiceProxy->IsStandby(standby); variable
|
| /base/theme/wallpaper_mgr/services/src/ |
| D | wallpaper_event_listener_proxy.cpp | 47 int32_t error = Remote()->SendRequest(ON_COLORS_CHANGE, data, reply, option); in OnColorsChange() local 79 int32_t error = Remote()->SendRequest(ON_WALLPAPER_CHANGE, data, reply, option); in OnWallpaperChange() local
|
| /base/location/services/location_locator/callback/source/ |
| D | locator_callback_proxy.cpp | 56 …int error = Remote()->SendRequest(ILocatorCallback::RECEIVE_LOCATION_INFO_EVENT, data, reply, opti… in OnLocationReport() local 69 int error = Remote()->SendRequest(RECEIVE_LOCATION_STATUS_EVENT, data, reply, option); in OnLocatingStatusChange() local 82 int error = Remote()->SendRequest(RECEIVE_ERROR_INFO_EVENT, data, reply, option); in OnErrorReport() local
|
| /base/powermgr/power_manager/frameworks/napi/power/ |
| D | power_napi.cpp | 60 NapiErrors error; in Wakeup() local 80 NapiErrors error; in Suspend() local 112 NapiErrors error; in SetPowerMode() local 144 NapiErrors error; in RebootOrShutdown() local 183 PowerErrors error = g_powerMgrClient.SetDeviceMode(asyncInfo->GetData().GetMode()); in SetPowerModeCallback() local 214 PowerErrors error = g_powerMgrClient.SetDeviceMode(asyncInfo->GetData().GetMode()); in SetPowerModePromise() local 253 NapiErrors error; in IsStandby() local
|