Home
last modified time | relevance | path

Searched defs:error (Results 1 – 25 of 133) sorted by relevance

123456

/base/telephony/call_manager/services/telephony_interaction/src/
Dcall_status_callback_proxy.cpp35 int32_t error = TELEPHONY_ERR_FAIL; in UpdateCallReportInfo() local
58 int32_t error = TELEPHONY_ERR_FAIL; in UpdateCallsReportInfo() local
83 int32_t error = TELEPHONY_ERR_FAIL; in UpdateDisconnectedCause() local
105 int32_t error = TELEPHONY_ERR_FAIL; in UpdateEventResultInfo() local
127 int32_t error = TELEPHONY_ERR_FAIL; in UpdateRBTPlayInfo() local
147 int32_t error = TELEPHONY_ERR_FAIL; in UpdateGetWaitingResult() local
169 int32_t error = TELEPHONY_ERR_FAIL; in UpdateSetWaitingResult() local
189 int32_t error = TELEPHONY_ERR_FAIL; in UpdateGetRestrictionResult() local
211 int32_t error = TELEPHONY_ERR_FAIL; in UpdateSetRestrictionResult() local
231 int32_t error = TELEPHONY_ERR_FAIL; in UpdateGetTransferResult() local
[all …]
Dcellular_call_proxy.cpp43 … int32_t error = remote->SendRequest(static_cast<uint32_t>(OperationType::DIAL), in, out, option); in Dial() local
72 …int32_t error = remote->SendRequest(static_cast<uint32_t>(OperationType::HANG_UP), in, out, option… in HangUp() local
98 …int32_t error = remote->SendRequest(static_cast<uint32_t>(OperationType::REJECT), in, out, option); in Reject() local
124 …int32_t error = remote->SendRequest(static_cast<uint32_t>(OperationType::ANSWER), in, out, option); in Answer() local
150 …int32_t error = remote->SendRequest(static_cast<uint32_t>(OperationType::HOLD_CALL), in, out, opti… in HoldCall() local
176 …int32_t error = remote->SendRequest(static_cast<uint32_t>(OperationType::UN_HOLD_CALL), in, out, o… in UnHoldCall() local
202 …int32_t error = remote->SendRequest(static_cast<uint32_t>(OperationType::SWITCH_CALL), in, out, op… in SwitchCall() local
232 …int32_t error = remote->SendRequest(static_cast<uint32_t>(OperationType::REGISTER_CALLBACK), in, o… in RegisterCallManagerCallBack() local
255 …int32_t error = remote->SendRequest(static_cast<uint32_t>(OperationType::UNREGISTER_CALLBACK), in,… in UnRegisterCallManagerCallBack() local
311 …int32_t error = remote->SendRequest(static_cast<uint32_t>(OperationType::COMBINE_CONFERENCE), in, … in CombineConference() local
[all …]
Dcall_status_callback_stub.cpp271 int32_t error = TELEPHONY_ERR_FAIL; in OnUpdateSetRestrictionResult() local
311 int32_t error = TELEPHONY_ERR_FAIL; in OnUpdateSetTransferResult() local
375 int32_t error = TELEPHONY_ERR_FAIL; in OnUpdateSetCallClirResult() local
391 int32_t error = TELEPHONY_ERR_FAIL; in OnStartRttResult() local
407 int32_t error = TELEPHONY_ERR_FAIL; in OnStopRttResult() local
423 int32_t error = TELEPHONY_ERR_FAIL; in OnGetImsConfigResult() local
447 int32_t error = TELEPHONY_ERR_FAIL; in OnSetImsConfigResult() local
463 int32_t error = TELEPHONY_ERR_FAIL; in OnGetImsFeatureValueResult() local
487 int32_t error = TELEPHONY_ERR_FAIL; in OnSetImsFeatureValueResult() local
503 int32_t error = TELEPHONY_ERR_FAIL; in OnReceiveUpdateMediaModeResponse() local
[all …]
/base/telephony/call_manager/frameworks/native/src/
Dbluetooth_call_proxy.cpp43 … int32_t error = Remote()->SendRequest(INTERFACE_BT_ANSWER_CALL, dataParcel, replyParcel, option); in AnswerCall() local
64 … int32_t error = Remote()->SendRequest(INTERFACE_BT_REJECT_CALL, dataParcel, replyParcel, option); in RejectCall() local
85 …int32_t error = Remote()->SendRequest(INTERFACE_BT_DISCONNECT_CALL, dataParcel, replyParcel, optio… in HangUpCall() local
106 …int32_t error = Remote()->SendRequest(INTERFACE_BT_GET_CALL_STATE, dataParcel, replyParcel, option… in GetCallState() local
127 int32_t error = Remote()->SendRequest(INTERFACE_BT_HOLD_CALL, dataParcel, replyParcel, option); in HoldCall() local
148 … int32_t error = Remote()->SendRequest(INTERFACE_BT_UNHOLD_CALL, dataParcel, replyParcel, option); in UnHoldCall() local
169 int32_t error = Remote()->SendRequest(INTERFACE_BT_SWAP_CALL, dataParcel, replyParcel, option); in SwitchCall() local
191 int32_t error = in StartDtmf() local
213 int32_t error = in StopDtmf() local
235 …int32_t error = Remote()->SendRequest(INTERFACE_BT_COMBINE_CONFERENCE, dataParcel, replyParcel, op… in CombineConference() local
[all …]
Dcall_manager_service_proxy.cpp43 … int32_t error = remote->SendRequest(INTERFACE_REGISTER_CALLBACK, dataParcel, replyParcel, option); in RegisterCallBack() local
65 …int32_t error = remote->SendRequest(INTERFACE_UNREGISTER_CALLBACK, dataParcel, replyParcel, option… in UnRegisterCallBack() local
97 int32_t error = remote->SendRequest(INTERFACE_DIAL_CALL, dataParcel, replyParcel, option); in DialCall() local
121 int32_t error = remote->SendRequest(INTERFACE_ANSWER_CALL, dataParcel, replyParcel, option); in AnswerCall() local
146 int32_t error = remote->SendRequest(INTERFACE_REJECT_CALL, dataParcel, replyParcel, option); in RejectCall() local
169 int32_t error = remote->SendRequest(INTERFACE_DISCONNECT_CALL, dataParcel, replyParcel, option); in HangUpCall() local
191 int32_t error = remote->SendRequest(INTERFACE_GET_CALL_STATE, dataParcel, replyParcel, option); in GetCallState() local
214 int32_t error = remote->SendRequest(INTERFACE_HOLD_CALL, dataParcel, replyParcel, option); in HoldCall() local
237 int32_t error = remote->SendRequest(INTERFACE_UNHOLD_CALL, dataParcel, replyParcel, option); in UnHoldCall() local
260 int32_t error = remote->SendRequest(INTERFACE_SWAP_CALL, dataParcel, replyParcel, option); in SwitchCall() local
[all …]
/base/location/services/location_locator/locator/source/
Dgnss_ability_proxy.cpp40 int error = Remote()->SendRequest(ISubAbility::SEND_LOCATION_REQUEST, data, reply, option); in SendLocationRequest() local
56 int error = Remote()->SendRequest(ISubAbility::SET_ENABLE, data, reply, option); in SetEnable() local
70 int error = Remote()->SendRequest(ISubAbility::REFRESH_REQUESTS, data, reply, option); in RefrashRequirements() local
85 int error = Remote()->SendRequest(ISubAbility::REG_GNSS_STATUS, data, reply, option); in RegisterGnssStatusCallback() local
100 int error = Remote()->SendRequest(ISubAbility::UNREG_GNSS_STATUS, data, reply, option); in UnregisterGnssStatusCallback() local
115 int error = Remote()->SendRequest(ISubAbility::REG_NMEA, data, reply, option); in RegisterNmeaMessageCallback() local
130 int error = Remote()->SendRequest(ISubAbility::UNREG_NMEA, data, reply, option); in UnregisterNmeaMessageCallback() local
148 int error = Remote()->SendRequest(ISubAbility::REG_CACHED, data, reply, option); in RegisterCachedCallback() local
163 int error = Remote()->SendRequest(ISubAbility::UNREG_CACHED, data, reply, option); in UnregisterCachedCallback() local
184 int error = remote->SendRequest(ISubAbility::GET_CACHED_SIZE, data, reply, option); in GetCachedGnssLocationsSize() local
[all …]
Dnetwork_ability_proxy.cpp41 int error = Remote()->SendRequest(ISubAbility::SEND_LOCATION_REQUEST, data, reply, option); in SendLocationRequest() local
57 int error = Remote()->SendRequest(ISubAbility::SET_ENABLE, data, reply, option); in SetEnable() local
72 int error = Remote()->SendRequest(SELF_REQUEST, data, reply, option); in SelfRequest() local
91 int error = remote->SendRequest(ISubAbility::ENABLE_LOCATION_MOCK, data, reply, option); in EnableMock() local
110 int error = remote->SendRequest(ISubAbility::DISABLE_LOCATION_MOCK, data, reply, option); in DisableMock() local
136 int error = remote->SendRequest(ISubAbility::SET_MOCKED_LOCATIONS, data, reply, option); in SetMocked() local
Dpassive_ability_proxy.cpp41 int error = Remote()->SendRequest(ISubAbility::SEND_LOCATION_REQUEST, data, reply, option); in SendLocationRequest() local
57 int error = Remote()->SendRequest(ISubAbility::SET_ENABLE, data, reply, option); in SetEnable() local
76 int error = remote->SendRequest(ISubAbility::ENABLE_LOCATION_MOCK, data, reply, option); in EnableMock() local
95 int error = remote->SendRequest(ISubAbility::DISABLE_LOCATION_MOCK, data, reply, option); in DisableMock() local
121 int error = remote->SendRequest(ISubAbility::SET_MOCKED_LOCATIONS, data, reply, option); in SetMocked() local
Dgeo_convert_proxy.cpp33 int error = ERRCODE_SERVICE_UNAVAILABLE; in GetAddressByCoordinate() local
47 int error = ERRCODE_SERVICE_UNAVAILABLE; in GetAddressByLocationName() local
61 int error = ERRCODE_SERVICE_UNAVAILABLE; in SendSimpleMsg() local
75 int error = ERRCODE_SERVICE_UNAVAILABLE; in SendMsgWithDataReply() local
92 int error = SendSimpleMsg(msgId, reply); in SendSimpleMsgAndParseResult() local
/base/telephony/cellular_data/frameworks/native/
Dcellular_data_service_proxy.cpp36 …int32_t error = Remote()->SendRequest((uint32_t)FuncCode::IS_CELLULAR_DATA_ENABLED, data, reply, o… in IsCellularDataEnabled() local
60 …int32_t error = Remote()->SendRequest((uint32_t)FuncCode::ENABLE_CELLULAR_DATA, data, reply, optio… in EnableCellularData() local
79 …int32_t error = Remote()->SendRequest((uint32_t)FuncCode::GET_CELLULAR_DATA_STATE, data, reply, op… in GetCellularDataState() local
99 …int32_t error = Remote()->SendRequest((uint32_t)FuncCode::IS_DATA_ROAMING_ENABLED, data, reply, op… in IsCellularDataRoamingEnabled() local
124 …int32_t error = Remote()->SendRequest((uint32_t)FuncCode::ENABLE_DATA_ROAMING, data, reply, option… in EnableCellularDataRoaming() local
144 … int32_t error = Remote()->SendRequest((uint32_t)FuncCode::APN_DATA_CHANGED, data, reply, option); in HandleApnChanged() local
163 …int32_t error = Remote()->SendRequest((uint32_t)FuncCode::GET_DEFAULT_SLOT_ID, data, reply, option… in GetDefaultCellularDataSlotId() local
183 …int32_t error = Remote()->SendRequest((uint32_t)FuncCode::SET_DEFAULT_SLOT_ID, data, reply, option… in SetDefaultCellularDataSlotId() local
202 … int32_t error = Remote()->SendRequest((uint32_t)FuncCode::GET_FLOW_TYPE_ID, data, reply, option); in GetCellularDataFlowType() local
223 int32_t error = Remote()->SendRequest((uint32_t)FuncCode::HAS_CAPABILITY, data, reply, option); in HasInternetCapability() local
[all …]
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_callback_proxy.cpp44 int32_t error = remote->SendRequest(IMS_DIAL, in, out, option); in DialResponse() local
69 int32_t error = remote->SendRequest(IMS_HANG_UP, in, out, option); in HangUpResponse() local
94 int32_t error = remote->SendRequest(IMS_REJECT, in, out, option); in RejectWithReasonResponse() local
119 int32_t error = remote->SendRequest(IMS_ANSWER, in, out, option); in AnswerResponse() local
144 int32_t error = remote->SendRequest(IMS_HOLD, in, out, option); in HoldCallResponse() local
169 int32_t error = remote->SendRequest(IMS_UN_HOLD, in, out, option); in UnHoldCallResponse() local
194 int32_t error = remote->SendRequest(IMS_SWITCH, in, out, option); in SwitchCallResponse() local
219 int32_t error = remote->SendRequest(IMS_START_DTMF, in, out, option); in StartDtmfResponse() local
244 int32_t error = remote->SendRequest(IMS_SEND_DTMF, in, out, option); in SendDtmfResponse() local
269 int32_t error = remote->SendRequest(IMS_STOP_DTMF, in, out, option); in StopDtmfResponse() local
[all …]
/base/telephony/call_manager/services/call_report/src/
Dcall_ability_callback_proxy.cpp45 int32_t error = Remote()->SendRequest(UPDATE_CALL_STATE_INFO, dataParcel, replyParcel, option); in OnCallDetailsChange() local
69 int32_t error = Remote()->SendRequest(UPDATE_CALL_EVENT, dataParcel, replyParcel, option); in OnCallEventChange() local
94 …int32_t error = Remote()->SendRequest(UPDATE_CALL_DISCONNECTED_CAUSE, dataParcel, replyParcel, opt… in OnCallDisconnectedCause() local
116 …int32_t error = Remote()->SendRequest(UPDATE_CALL_ASYNC_RESULT_REQUEST, dataParcel, replyParcel, o… in OnReportAsyncResults() local
140 …int32_t error = Remote()->SendRequest(UPDATE_MMI_CODE_RESULT_REQUEST, dataParcel, replyParcel, opt… in OnReportMmiCodeResult() local
217 int32_t error = Remote()->SendRequest(REPORT_OTT_CALL_REQUEST, dataParcel, replyParcel, option); in OnOttCallRequest() local
/base/telephony/core_service/frameworks/native/src/
Di_network_search_callback_stub.cpp66 int32_t error = data.ReadInt32(); in OnSetNetworkModeCallback() local
73 int32_t error = data.ReadInt32(); in OnGetNetworkModeCallback() local
80 int32_t error = data.ReadInt32(); in OnSetRadioStateCallback() local
87 int32_t error = data.ReadInt32(); in OnGetRadioStateCallback() local
94 int32_t error = data.ReadInt32(); in OnGetNetworkSearchInformation() local
101 int32_t error = data.ReadInt32(); in OnSetPreferredNetworkCallback() local
108 int32_t error = data.ReadInt32(); in OnGetPreferredNetworkCallback() local
/base/location/frameworks/native/source/
Dlocator_proxy.cpp47 int error = SendMsgWithReply(GET_SWITCH_STATE, reply); in GetSwitchState() local
65 int error = SendMsgWithDataReply(ENABLE_ABILITY, data, reply); in EnableAbility() local
77 int error; in SendMsgWithDataReply() local
131 int error = SendRegisterMsgToRemote(REG_SWITCH_CALLBACK, callback, uid); in RegisterSwitchCallback() local
137 int error = SendRegisterMsgToRemote(UNREG_SWITCH_CALLBACK, callback, 0); in UnregisterSwitchCallback() local
143 int error = SendRegisterMsgToRemote(REG_GNSS_STATUS_CALLBACK, callback, uid); in RegisterGnssStatusCallback() local
149 int error = SendRegisterMsgToRemote(UNREG_GNSS_STATUS_CALLBACK, callback, 0); in UnregisterGnssStatusCallback() local
155 int error = SendRegisterMsgToRemote(REG_NMEA_CALLBACK, callback, uid); in RegisterNmeaMessageCallback() local
161 int error = SendRegisterMsgToRemote(UNREG_NMEA_CALLBACK, callback, 0); in UnregisterNmeaMessageCallback() local
167 int error = SendRegisterMsgToRemote(REG_COUNTRY_CODE_CALLBACK, callback, uid); in RegisterCountryCodeCallback() local
[all …]
/base/telephony/core_service/services/ims_service_interaction/src/
Dims_core_service_proxy.cpp47 int32_t error = remote->SendRequest(IMS_GET_REGISTRATION_STATUS, in, out, option); in GetImsRegistrationStatus() local
81 int32_t error = remote->SendRequest(IMS_REGISTER_CALLBACK, in, out, option); in RegisterImsCoreServiceCallback() local
104 int32_t error = remote->SendRequest(IMS_GET_PROXY_OBJECT_PTR, dataParcel, replyParcel, option); in GetProxyObjectPtr() local
/base/security/access_token/services/privacymanager/src/sensitive/audio_manager/
Daudio_manager_privacy_proxy.cpp36 …int32_t error = Remote()->SendRequest(AudioPolicyCommand::IS_MICROPHONE_MUTE, data, reply, option); in IsMicrophoneMute() local
54 …int32_t error = Remote()->SendRequest(AudioPolicyCommand::SET_MICROPHONE_MUTE, data, reply, option… in SetMicrophoneMute() local
73 …int error = Remote()->SendRequest(AudioPolicyCommand::SET_MIC_STATE_CHANGE_CALLBACK, data, reply, … in SetMicStateChangeCallback() local
/base/security/access_token/services/privacymanager/src/sensitive/camera_manager/
Dcamera_manager_privacy_proxy.cpp47 …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/security/access_token/services/privacymanager/src/sensitive/app_manager/
Dapp_manager_privacy_proxy.cpp46 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/location/services/location_locator/callback/source/
Dlocator_callback_proxy.cpp56 …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/
Dpower_napi.cpp59 NapiErrors error; in Wakeup() local
75 NapiErrors error; in Suspend() local
89 NapiErrors error; in SetPowerMode() local
121 NapiErrors error; in RebootOrShutdown() local
160 PowerErrors error = g_powerMgrClient.SetDeviceMode(asyncInfo->GetData().GetMode()); in SetPowerModeCallback() local
191 PowerErrors error = g_powerMgrClient.SetDeviceMode(asyncInfo->GetData().GetMode()); in SetPowerModePromise() local
/base/account/os_account/services/accountmgr/src/ability_manager_adapter/
Dability_manager_adapter.cpp68 int error; in DisconnectAbility() local
129 int error; in StartUser() local
159 int error; in StopUser() local
193 int error; in DoConnectAbility() local
/base/powermgr/battery_statistics/frameworks/js/napi/src/
Dbattery_stats.cpp95 return GetAppOrPartStats(info, maxArgc, index, [&](int32_t uid, NapiError& error) { in GetAppStatsMah()
105 return GetAppOrPartStats(info, maxArgc, index, [&](int32_t uid, NapiError& error) { in GetAppStatsPercent()
115 return GetAppOrPartStats(info, maxArgc, index, [&](int32_t type, NapiError& error) { in GetPartStatsMah()
126 return GetAppOrPartStats(info, maxArgc, index, [&](int32_t type, NapiError& error) { in GetPartStatsPercent()
141 NapiError error; in GetAppOrPartStats() local
/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/utils/
Dlog.ts27 static error(tag, content) { method in Log
/base/powermgr/power_manager/frameworks/napi/runninglock/
Drunninglock_napi.cpp44 NapiErrors error; in Create() local
67 NapiErrors error; in IsSupported() local
89 NapiErrors error; in Hold() local
148 auto error = asyncInfo->GetData().CreateRunningLock(); in CreateAsyncCallback() local
183 auto error = asyncInfo->GetData().CreateRunningLock(); in CreatePromise() local
/base/powermgr/power_manager/services/zidl/src/
Dpower_mgr_stub.cpp149 PowerErrors error = CreateRunningLock(remoteObj, *runningLockInfo); in CreateRunningLockStub() local
229 PowerErrors error = RebootDevice(reason); in RebootDeviceStub() local
237 PowerErrors error = RebootDeviceForDeprecated(reason); in RebootDeviceForDeprecatedStub() local
245 PowerErrors error = ShutDownDevice(reason); in ShutDownDeviceStub() local
259 PowerErrors error = WakeupDevice(time, static_cast<WakeupDeviceType>(reason), details); in WakeupDeviceStub() local
274 PowerErrors error = SuspendDevice(time, static_cast<SuspendDeviceType>(reason), suspendImmed); in SuspendDeviceStub() local
427 PowerErrors error = SetDeviceMode(static_cast<PowerMode>(mode)); in SetDeviceModeStub() local

123456