Home
last modified time | relevance | path

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

1234567891011

/base/telephony/sms_mms/frameworks/cj/src/
Dsms_utils.cpp39 bool CreateCommonArgumentErrorCodeForCj(int32_t errorCode, int32_t& error) in CreateCommonArgumentErrorCodeForCj()
57 bool CreateCommonServiceErrorCodeForCj(int32_t errorCode, int32_t& error) in CreateCommonServiceErrorCodeForCj()
81 bool CreateCommonSystemErrorCodeForCj(int32_t errorCode, int32_t& error) in CreateCommonSystemErrorCodeForCj()
120 bool CreateCommonErrorCodeForCj(int32_t errorCode, int32_t& error) in CreateCommonErrorCodeForCj()
132 bool CreateParameterErrorCodeForCj(int32_t errorCode, int32_t& error) in CreateParameterErrorCodeForCj()
155 bool CreateCommonCallErrorCodeForCj(int32_t errorCode, int32_t& error) in CreateCommonCallErrorCodeForCj()
201 bool CreateVideoCallErrorCodeForCj(int32_t errorCode, int32_t& error) in CreateVideoCallErrorCodeForCj()
230 bool CreateSupplementServiceCallErrorCodeForCj(int32_t errorCode, int32_t& error) in CreateSupplementServiceCallErrorCodeForCj()
260 bool CreateCallErrorCodeForCj(int32_t errorCode, int32_t& error) in CreateCallErrorCodeForCj()
272 bool CreateDataErrorCodeForCj(int32_t errorCode, int32_t& error) in CreateDataErrorCodeForCj()
[all …]
/base/telephony/call_manager/frameworks/native/src/
Dcall_manager_service_proxy.cpp38 int32_t error = SendRequest(INTERFACE_REGISTER_CALLBACK, dataParcel, replyParcel); in RegisterCallBack() local
53 int32_t error = SendRequest(INTERFACE_OBSERVER_ON_CALL_DETAILS_CHANGE); in ObserverOnCallDetailsChange() local
80 int32_t error = SendRequest(INTERFACE_DIAL_CALL, dataParcel, replyParcel); in DialCall() local
101 int32_t error = SendRequest(INTERFACE_MAKE_CALL, dataParcel, replyParcel); in MakeCall() local
119 int32_t error = SendRequest(INTERFACE_ANSWER_CALL, dataParcel, replyParcel); in AnswerCall() local
138 int32_t error = SendRequest(INTERFACE_REJECT_CALL, dataParcel, replyParcel); in RejectCall() local
155 int32_t error = SendRequest(INTERFACE_DISCONNECT_CALL, dataParcel, replyParcel); in HangUpCall() local
177 int32_t error = SendRequest(INTERFACE_HOLD_CALL, dataParcel, replyParcel); in HoldCall() local
187 int32_t error = SendRequest(INTERFACE_VOIP_REGISTER_CALLBACK); in RegisterVoipCallManagerCallback() local
209 int32_t error = SendRequest(INTERFACE_UNHOLD_CALL, dataParcel, replyParcel); in UnHoldCall() local
[all …]
Dcall_status_callback_proxy.cpp34 int32_t error = TELEPHONY_ERR_FAIL; in UpdateCallReportInfo() local
77 int32_t error = TELEPHONY_ERR_FAIL; in UpdateCallsReportInfo() local
127 int32_t error = TELEPHONY_ERR_FAIL; in UpdateDisconnectedCause() local
154 int32_t error = TELEPHONY_ERR_FAIL; in UpdateEventResultInfo() local
176 int32_t error = TELEPHONY_ERR_FAIL; in UpdateRBTPlayInfo() local
196 int32_t error = TELEPHONY_ERR_FAIL; in UpdateGetWaitingResult() local
218 int32_t error = TELEPHONY_ERR_FAIL; in UpdateSetWaitingResult() local
238 int32_t error = TELEPHONY_ERR_FAIL; in UpdateGetRestrictionResult() local
260 int32_t error = TELEPHONY_ERR_FAIL; in UpdateSetRestrictionResult() local
280 int32_t error = TELEPHONY_ERR_FAIL; in UpdateSetRestrictionPasswordResult() local
[all …]
Dcellular_call_proxy.cpp43 …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 …]
Dvoip_call_manager_proxy.cpp62 int32_t error = in ReportIncomingCall() local
94 int32_t error = remote->SendRequest( in ReportIncomingCallError() local
121 int32_t error = in ReportCallStateChange() local
157 int32_t error = in ReportOutgoingCall() local
183 int32_t error = in RegisterCallBack() local
206 int32_t error = in UnRegisterCallBack() local
239 int32_t error = in ReportVoipIncomingCall() local
272 int32_t error = remote->SendRequest( in ReportVoipCallExtensionId() local
299 int32_t error = remote->SendRequest( in Answer() local
326 int32_t error = remote->SendRequest( in HangUp() local
[all …]
/base/msdp/device_status/services/interaction/drag/src/
Duniversal_drag_wrapper.cpp37 char *error = nullptr; in InitUniversalDrag() local
67 char *error = nullptr; in RmoveUniversalDrag() local
89 char *error = nullptr; in SetDragableState() local
110 char *error = nullptr; in GetAppDragSwitchState() local
134 char *error = nullptr; in SetDraggableStateAsync() local
173 char *error = nullptr; in SetDragSwitchState() local
194 char *error = nullptr; in SetAppDragSwitchState() local
215 char *error = nullptr; in StopLongPressDrag() local
/base/account/os_account/services/accountmgr/test/unittest/domain_account/mock/
Dmock_musl.cpp65 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in AddServerConfig() local
76 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in RemoveServerConfig() local
88 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in UpdateServerConfig() local
100 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in GetServerConfig() local
118 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in GetServerConfigList() local
131 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in GetAccountServerConfig() local
143 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in Auth() local
155 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in AuthWithPopup() local
167 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in AuthWithToken() local
179 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in GetAccountInfo() local
[all …]
/base/location/services/location_locator/locator/source/
Dgnss_ability_proxy.cpp42 … int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::SEND_LOCATION_REQUEST), in SendLocationRequest() local
63 …int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::SET_ENABLE), data, repl… in SetEnable() local
79 int error = in RefrashRequirements() local
100 int error = in RegisterGnssStatusCallback() local
118 int error = in UnregisterGnssStatusCallback() local
140 …int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::REG_NMEA), data, reply,… in RegisterNmeaMessageCallback() local
155 …int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::UNREG_NMEA), data, repl… in UnregisterNmeaMessageCallback() local
175 …int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::REG_CACHED), data, repl… in RegisterCachedCallback() local
192 int error = in UnregisterCachedCallback() local
216 int error = in GetCachedGnssLocationsSize() local
[all …]
Dnetwork_ability_proxy.cpp43 …int error = Remote()->SendRequest(static_cast<uint32_t>(NetworkInterfaceCode::SEND_LOCATION_REQUES… in SendLocationRequest() local
64 …int error = Remote()->SendRequest(static_cast<uint32_t>(NetworkInterfaceCode::SET_ENABLE), data, r… in SetEnable() local
85 int error = in EnableMock() local
105 int error = in DisableMock() local
132 int error = in SetMocked() local
Dpassive_ability_proxy.cpp43 …int error = Remote()->SendRequest(static_cast<uint32_t>(PassiveInterfaceCode::SEND_LOCATION_REQUES… in SendLocationRequest() local
64 …int error = Remote()->SendRequest(static_cast<uint32_t>(PassiveInterfaceCode::SET_ENABLE), data, r… in SetEnable() local
85 int error = in EnableMock() local
105 int error = in DisableMock() local
132 int error = in SetMocked() local
Dgeo_convert_proxy.cpp35 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/call_manager/services/call_report/src/
Dcall_ability_callback_proxy.cpp43 int32_t error = in OnCallDetailsChange() local
67 int32_t error = in OnMeeTimeDetailsChange() local
93 …int32_t error = Remote()->SendRequest(static_cast<uint32_t>(CallManagerCallAbilityInterfaceCode::U… in OnCallEventChange() local
123 int32_t error = Remote()->SendRequest( in OnCallDisconnectedCause() local
147 int32_t error = Remote()->SendRequest( in OnReportAsyncResults() local
173 int32_t error = Remote()->SendRequest(static_cast<uint32_t>( in OnReportMmiCodeResult() local
253 int32_t error = in OnOttCallRequest() local
286 int32_t error = Remote()->SendRequest( in OnReportAudioDeviceChange() local
310 int32_t error = Remote()->SendRequest( in OnReportPostDialDelay() local
336 int32_t error = Remote()->SendRequest(static_cast<uint32_t>( in OnReportImsCallModeChange() local
[all …]
/base/telephony/cellular_data/frameworks/native/
Dcellular_data_service_proxy.cpp38 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::IS_CELLULAR_DATA_ENABLE… in IsCellularDataEnabled() local
63 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::ENABLE_CELLULAR_DATA, d… in EnableCellularData() local
83 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::GET_INTELLIGENCE_SWITCH… in GetIntelligenceSwitchState() local
105 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::ENABLE_INTELLIGENCE_SWI… in EnableIntelligenceSwitch() local
125 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::GET_CELLULAR_DATA_STATE… in GetCellularDataState() local
147 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::GET_CELLULAR_DATA_APN_S… in GetApnState() local
167 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::GET_RECOVERY_STATE, dat… in GetDataRecoveryState() local
188 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::IS_DATA_ROAMING_ENABLED… in IsCellularDataRoamingEnabled() local
214 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::ENABLE_DATA_ROAMING, da… in EnableCellularDataRoaming() local
235 …int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::APN_DATA_CHANGED, data,… in HandleApnChanged() local
[all …]
/base/account/os_account/frameworks/domain_account/test/moduletest/src/
Dmock_domain_so_plugin.cpp64 PluginBussnessError *error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in Auth() local
87 PluginBussnessError *error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in BindAccount() local
100 PluginBussnessError *error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in GetAccountInfo() local
141 PluginBussnessError *error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in IsAuthenticationExpired() local
174 PluginBussnessError *error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in SetAccountPolicy() local
194 PluginBussnessError *error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in GetAccountPolicy() local
206 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in UpdateAccountInfo() local
/base/telephony/core_service/frameworks/native/src/
Di_network_search_callback_stub.cpp74 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/print/print_fwk/services/scan_service/src/
Dscan_callback_proxy.cpp46 int error = remote->SendRequest(SCAN_CALLBACK_DEVICE_TCP, data, reply, option); in OnCallback() local
78 int error = remote->SendRequest(SCAN_CALLBACK_DEVICE, data, reply, option); in OnCallback() local
108 int error = remote->SendRequest(SCAN_CALLBACK_DEVICE_SYNC, data, reply, option); in OnCallbackSync() local
139 int error = remote->SendRequest(SCAN_CALLBACK_GET_FRAME_RES, data, reply, option); in OnGetFrameResCallback() local
169 int error = remote->SendRequest(SCAN_CALLBACK_SCAN_INIT, data, reply, option); in OnScanInitCallback() local
198 int error = remotePtr->SendRequest(SCAN_CALLBACK_SEND_MESSAGE, data, reply, option); in OnSendSearchMessage() local
227 int error = remote->SendRequest(SCAN_CALLBACK_DEVICE_LIST, data, reply, option); in OnGetDevicesList() local
/base/print/print_fwk/services/print_service/src/
Dprint_callback_proxy.cpp36 int error = remote->SendRequest(PRINT_CALLBACK_TASK, data, reply, option); in OnCallback() local
62 int error = remote->SendRequest(PRINT_CALLBACK_PRINTER, data, reply, option); in OnCallback() local
88 int error = remote->SendRequest(PRINT_CALLBACK_PRINT_JOB, data, reply, option); in OnCallback() local
113 int error = remote->SendRequest(PRINT_CALLBACK_EXTINFO, data, reply, option); in OnCallback() local
145 int error = remote->SendRequest(PRINT_CALLBACK_PRINT_JOB_ADAPTER, data, reply, option); in OnCallbackAdapterLayout() local
176 int error = remote->SendRequest(PRINT_CALLBACK_PRINT_JOB_CHANGED_ADAPTER, data, reply, option); in onCallbackAdapterJobStateChanged() local
204 int error = remote->SendRequest(PRINT_CALLBACK_PRINT_GET_FILE_ADAPTER, data, reply, option); in OnCallbackAdapterGetFile() local
Dprint_extension_callback_proxy.cpp37 int error = remote->SendRequest(PRINT_EXTCB, data, reply, option); in OnCallback() local
60 int error = remote->SendRequest(PRINT_EXTCB_PRINTER, data, reply, option); in OnCallback() local
83 int error = remote->SendRequest(PRINT_EXTCB_PRINTJOB, data, reply, option); in OnCallback() local
106 int error = remote->SendRequest(PRINT_EXTCB_PRINTCAPABILITY, data, reply, option); in OnCallback() local
/base/msdp/device_status/services/native/src/
Ddevicestatus_napi_manager.cpp45 char *error = nullptr; in EncodeImage() local
53 char *error = nullptr; in EncodeImage() local
74 char *error = nullptr; in DecodeImage() local
82 char *error = nullptr; in DecodeImage() local
/base/telephony/core_service/services/ims_service_interaction/src/
Dims_core_service_proxy.cpp43 …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/telephony/call_manager/services/telephony_interaction/src/
Dcall_status_callback_stub.cpp350 int32_t error = TELEPHONY_ERR_FAIL; in OnUpdateSetRestrictionResult() local
366 int32_t error = TELEPHONY_ERR_FAIL; in OnUpdateSetRestrictionPasswordResult() local
406 int32_t error = TELEPHONY_ERR_FAIL; in OnUpdateSetTransferResult() local
470 int32_t error = TELEPHONY_ERR_FAIL; in OnUpdateSetCallClirResult() local
486 int32_t error = TELEPHONY_ERR_FAIL; in OnStartRttResult() local
502 int32_t error = TELEPHONY_ERR_FAIL; in OnStopRttResult() local
518 int32_t error = TELEPHONY_ERR_FAIL; in OnGetImsConfigResult() local
542 int32_t error = TELEPHONY_ERR_FAIL; in OnSetImsConfigResult() local
558 int32_t error = TELEPHONY_ERR_FAIL; in OnGetImsFeatureValueResult() local
582 int32_t error = TELEPHONY_ERR_FAIL; in OnSetImsFeatureValueResult() local
[all …]
/base/location/frameworks/native/locator_sdk/source/
Dlocator_proxy.cpp50 int error = SendMsgWithReply(static_cast<int>(LocatorInterfaceCode::GET_SWITCH_STATE), reply); in GetSwitchState() local
68 …int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::ENABLE_ABILITY), data, rep… in EnableAbility() local
80 int error; in SendMsgWithDataReply() local
134 int error = in RegisterSwitchCallback() local
141 int error = in UnregisterSwitchCallback() local
148 int error = in RegisterGnssStatusCallback() local
155 int error = in UnregisterGnssStatusCallback() local
162 …int error = SendRegisterMsgToRemote(static_cast<int>(LocatorInterfaceCode::REG_NMEA_CALLBACK), cal… in RegisterNmeaMessageCallback() local
168 …int error = SendRegisterMsgToRemote(static_cast<int>(LocatorInterfaceCode::UNREG_NMEA_CALLBACK), c… in UnregisterNmeaMessageCallback() local
188 …int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::START_LOCATING), data, rep… in StartLocating() local
[all …]
/base/telephony/cellular_call/services/satellite_service_interaction/src/
Dsatellite_call_proxy.cpp54 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/accesstokenmanager/main/cpp/src/form_manager/
Dform_manager_access_proxy.cpp49 int32_t error = remote->SendRequest( in RegisterAddObserver() local
81 int32_t error = remote->SendRequest( in RegisterRemoveObserver() local
109 int32_t error = remote->SendRequest( in HasFormVisible() local
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/impl/cpu/src/
Dcpu_collector_impl.cpp69 CollectResult<SysCpuUsage> error; in CollectSysCpuUsage() local
99 CollectResult<std::vector<ProcessCpuStatInfo>> error; in CollectProcessCpuStatInfos() local
108 CollectResult<ProcessCpuStatInfo> error; in CollectProcessCpuStatInfo() local

1234567891011