Home
last modified time | relevance | path

Searched refs:error (Results 1 - 25 of 728) sorted by relevance

12345678910>>...30

/base/account/os_account/services/accountmgr/test/unittest/domain_account/mock/
H A Dmock_musl.cpp65 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in AddServerConfig() local
66 if (error == nullptr) { in AddServerConfig()
69 error->code = 0; in AddServerConfig()
70 error->msg.data = nullptr; in AddServerConfig()
71 return error; in AddServerConfig()
76 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in RemoveServerConfig() local
77 if (error == nullptr) { in RemoveServerConfig()
80 error->code = 0; in RemoveServerConfig()
81 error->msg.data = nullptr; in RemoveServerConfig()
82 return error; in RemoveServerConfig()
88 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); GetAccountServerConfig() local
100 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); Auth() local
112 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); AuthWithPopup() local
124 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); AuthWithToken() local
136 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); GetAccountInfo() local
148 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); GetAuthStatusInfo() local
160 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); BindAccount() local
171 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); UnbindAccount() local
183 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); UpdateAccountInfo() local
195 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); IsAccountTokenValid() local
207 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); GetAccessToken() local
218 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); SetAccountPolicy() local
230 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); GetServerConfig() local
[all...]
/base/telephony/call_manager/frameworks/native/src/
H A Dcall_manager_service_proxy.cpp38 int32_t error = SendRequest(INTERFACE_REGISTER_CALLBACK, dataParcel, replyParcel); in RegisterCallBack() local
39 if (error != TELEPHONY_SUCCESS) { in RegisterCallBack()
40 TELEPHONY_LOGE("Function RegisterCallBack! errCode:%{public}d", error); in RegisterCallBack()
41 return error; in RegisterCallBack()
53 int32_t error = SendRequest(INTERFACE_OBSERVER_ON_CALL_DETAILS_CHANGE); in ObserverOnCallDetailsChange() local
54 if (error != ERR_NONE) { in ObserverOnCallDetailsChange()
55 TELEPHONY_LOGE("function ObserverOnCallDetailsChange failed! errCode:%{public}d", error); in ObserverOnCallDetailsChange()
80 int32_t error = SendRequest(INTERFACE_DIAL_CALL, dataParcel, replyParcel); in DialCall() local
81 if (error != TELEPHONY_SUCCESS) { in DialCall()
82 TELEPHONY_LOGE("function DialCall call failed! errCode:%{public}d", error); in DialCall()
101 int32_t error = SendRequest(INTERFACE_MAKE_CALL, dataParcel, replyParcel); MakeCall() local
119 int32_t error = SendRequest(INTERFACE_ANSWER_CALL, dataParcel, replyParcel); AnswerCall() local
138 int32_t error = SendRequest(INTERFACE_REJECT_CALL, dataParcel, replyParcel); RejectCall() local
155 int32_t error = SendRequest(INTERFACE_DISCONNECT_CALL, dataParcel, replyParcel); HangUpCall() local
177 int32_t error = SendRequest(INTERFACE_HOLD_CALL, dataParcel, replyParcel); HoldCall() local
187 int32_t error = SendRequest(INTERFACE_VOIP_REGISTER_CALLBACK); RegisterVoipCallManagerCallback() local
209 int32_t error = SendRequest(INTERFACE_UNHOLD_CALL, dataParcel, replyParcel); UnHoldCall() local
226 int32_t error = SendRequest(INTERFACE_SWAP_CALL, dataParcel, replyParcel); SwitchCall() local
242 int32_t error = SendRequest(INTERFACE_HAS_CALL, dataParcel, replyParcel); HasCall() local
258 int32_t error = SendRequest(INTERFACE_IS_NEW_CALL_ALLOWED, dataParcel, replyParcel); IsNewCallAllowed() local
279 int32_t error = SendRequest(INTERFACE_SET_MUTE, dataParcel, replyParcel); SetMuted() local
301 int32_t error = SendRequest(INTERFACE_SET_AUDIO_DEVICE, dataParcel, replyParcel); SetAudioDevice() local
317 int32_t error = SendRequest(INTERFACE_IS_RINGING, dataParcel, replyParcel); IsRinging() local
337 int32_t error = SendRequest(INTERFACE_IS_EMERGENCY_CALL, dataParcel, replyParcel); IsInEmergencyCall() local
359 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_START_DTMF, dataParcel, replyParcel); StartDtmf() local
376 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_STOP_DTMF, dataParcel, replyParcel); StopDtmf() local
394 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_POST_DIAL_PROCEED, dataParcel, replyParcel); PostDialProceed() local
411 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_GET_CALL_WAITING, dataParcel, replyParcel); GetCallWaiting() local
429 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_SET_CALL_WAITING, dataParcel, replyParcel); SetCallWaiting() local
447 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_GET_CALL_RESTRICTION, dataParcel, replyParcel); GetCallRestriction() local
465 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_SET_CALL_RESTRICTION, dataParcel, replyParcel); SetCallRestriction() local
490 int32_t error = SetCallRestrictionPassword() local
509 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_GET_CALL_TRANSFER, dataParcel, replyParcel); GetCallTransferInfo() local
527 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_SET_CALL_TRANSFER, dataParcel, replyParcel); SetCallTransferInfo() local
551 int32_t error = CanSetCallTransferTime() local
570 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_SETCALL_PREFERENCEMODE, dataParcel, replyParcel); SetCallPreferenceMode() local
592 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_START_RTT, dataParcel, replyParcel); StartRtt() local
609 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_STOP_RTT, dataParcel, replyParcel); StopRtt() local
626 int32_t error = SendRequest(INTERFACE_COMBINE_CONFERENCE, dataParcel, replyParcel); CombineConference() local
643 int32_t error = SendRequest(INTERFACE_SEPARATE_CONFERENCE, dataParcel, replyParcel); SeparateConference() local
660 int32_t error = SendRequest(INTERFACE_KICK_OUT_CONFERENCE, dataParcel, replyParcel); KickOutFromConference() local
678 int32_t error = SendRequest(INTERFACE_CTRL_CAMERA, dataParcel, replyParcel); ControlCamera() local
702 int32_t error = SendRequest(INTERFACE_SET_PREVIEW_WINDOW, dataParcel, replyParcel); SetPreviewWindow() local
726 int32_t error = SendRequest(INTERFACE_SET_DISPLAY_WINDOW, dataParcel, replyParcel); SetDisplayWindow() local
743 int32_t error = SendRequest(INTERFACE_SET_CAMERA_ZOOM, dataParcel, replyParcel); SetCameraZoom() local
761 int32_t error = SendRequest(INTERFACE_SET_PAUSE_IMAGE, dataParcel, replyParcel); SetPausePicture() local
779 int32_t error = SendRequest(INTERFACE_SET_DEVICE_DIRECTION, dataParcel, replyParcel); SetDeviceDirection() local
801 int32_t error = SendRequest(INTERFACE_IS_EMERGENCY_NUMBER, dataParcel, replyParcel); IsEmergencyPhoneNumber() local
828 int32_t error = SendRequest(INTERFACE_IS_FORMAT_NUMBER, dataParcel, replyParcel); FormatPhoneNumber() local
855 int32_t error = SendRequest(INTERFACE_IS_FORMAT_NUMBER_E164, dataParcel, replyParcel); FormatPhoneNumberToE164() local
876 int32_t error = SendRequest(INTERFACE_GET_MAINID, dataParcel, replyParcel); GetMainCallId() local
897 int32_t error = SendRequest(INTERFACE_GET_SUBCALL_LIST_ID, dataParcel, replyParcel); GetSubCallIdList() local
918 int32_t error = SendRequest(INTERFACE_GET_CALL_LIST_ID_FOR_CONFERENCE, dataParcel, replyParcel); GetCallIdListForConference() local
940 int32_t error = SendRequest(INTERFACE_GET_IMS_CONFIG, dataParcel, replyParcel); GetImsConfig() local
959 int32_t error = SendRequest(INTERFACE_SET_IMS_CONFIG, dataParcel, replyParcel); SetImsConfig() local
977 int32_t error = SendRequest(INTERFACE_GET_IMS_FEATURE_VALUE, dataParcel, replyParcel); GetImsFeatureValue() local
996 int32_t error = SendRequest(INTERFACE_SET_IMS_FEATURE_VALUE, dataParcel, replyParcel); SetImsFeatureValue() local
1014 int32_t error = SendRequest(INTERFACE_UPDATE_CALL_MEDIA_MODE, dataParcel, replyParcel); UpdateImsCallMode() local
1031 int32_t error = SendRequest(INTERFACE_ENABLE_VOLTE, dataParcel, replyParcel); EnableImsSwitch() local
1048 int32_t error = SendRequest(INTERFACE_DISABLE_VOLTE, dataParcel, replyParcel); DisableImsSwitch() local
1065 int32_t error = SendRequest(INTERFACE_IS_VOLTE_ENABLED, dataParcel, replyParcel); IsImsSwitchEnabled() local
1084 int32_t error = SendRequest(INTERFACE_SET_VONR_STATE, dataParcel, replyParcel); SetVoNRState() local
1101 int32_t error = SendRequest(INTERFACE_GET_VONR_STATE, dataParcel, replyParcel); GetVoNRState() local
1120 int32_t error = SendRequest(INTERFACE_JOIN_CONFERENCE, dataParcel, replyParcel); JoinConference() local
1145 int32_t error = SendRequest(INTERFACE_REPORT_OTT_CALL_DETAIL_INFO, dataParcel, replyParcel); ReportOttCallDetailsInfo() local
1162 int32_t error = SendRequest(INTERFACE_REPORT_OTT_CALL_EVENT_INFO, dataParcel, replyParcel); ReportOttCallEventInfo() local
1179 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_CLOSE_UNFINISHED_USSD, dataParcel, replyParcel); CloseUnFinishedUssd() local
1196 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_INPUT_DIALER_SPECIAL_CODE, dataParcel, replyParcel); InputDialerSpecialCode() local
1212 int32_t error = SendRequest( RemoveMissedIncomingCallNotification() local
1230 int32_t error = SendRequest(INTERFACE_SET_VOIP_CALL_STATE, dataParcel, replyParcel); SetVoIPCallState() local
1246 int32_t error = SendRequest(INTERFACE_GET_VOIP_CALL_STATE, dataParcel, replyParcel); GetVoIPCallState() local
1264 int32_t error = SendRequest(INTERFACE_GET_PROXY_OBJECT_PTR, dataParcel, replyParcel); GetProxyObjectPtr() local
1286 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_CANCEL_CALL_UPGRADE, dataParcel, replyParcel); CancelCallUpgrade() local
1303 int32_t error = SendRequest( RequestCameraCapabilities() local
1320 int32_t error = SendRequest(code, dataParcel, replyParcel); SendRequest() local
1350 int32_t error = SendRequest(INTERFACE_SEND_CALLUI_EVENT, dataParcel, replyParcel); SendCallUiEvent() local
1367 int32_t error = SendRequest(INTERFACE_BLUETOOTH_REGISTER_CALLBACKPTR, dataParcel, replyParcel); RegisterBluetoothCallManagerCallbackPtr() local
[all...]
H A Dcall_status_callback_proxy.cpp34 int32_t error = TELEPHONY_ERR_FAIL; in UpdateCallReportInfo() local
64 error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_CALL_INFO), dataParcel, replyParcel, option); in UpdateCallReportInfo()
65 if (error != TELEPHONY_SUCCESS) { in UpdateCallReportInfo()
76 int32_t error = TELEPHONY_ERR_FAIL; in UpdateCallsReportInfo() local
110 error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_CALLS_INFO), dataParcel, replyParcel, option); in UpdateCallsReportInfo()
111 if (error != TELEPHONY_SUCCESS) { in UpdateCallsReportInfo()
122 int32_t error = TELEPHONY_ERR_FAIL; in UpdateDisconnectedCause() local
137 error = Remote()->SendRequest(static_cast<int32_t>(UPDATE_DISCONNECTED_CAUSE), dataParcel, replyParcel, option); in UpdateDisconnectedCause()
138 if (error != TELEPHONY_SUCCESS) { in UpdateDisconnectedCause()
149 int32_t error in UpdateEventResultInfo() local
171 int32_t error = TELEPHONY_ERR_FAIL; UpdateRBTPlayInfo() local
191 int32_t error = TELEPHONY_ERR_FAIL; UpdateGetWaitingResult() local
213 int32_t error = TELEPHONY_ERR_FAIL; UpdateSetWaitingResult() local
233 int32_t error = TELEPHONY_ERR_FAIL; UpdateGetRestrictionResult() local
255 int32_t error = TELEPHONY_ERR_FAIL; UpdateSetRestrictionResult() local
275 int32_t error = TELEPHONY_ERR_FAIL; UpdateSetRestrictionPasswordResult() local
295 int32_t error = TELEPHONY_ERR_FAIL; UpdateGetTransferResult() local
317 int32_t error = TELEPHONY_ERR_FAIL; UpdateSetTransferResult() local
337 int32_t error = TELEPHONY_ERR_FAIL; UpdateGetCallClipResult() local
359 int32_t error = TELEPHONY_ERR_FAIL; UpdateGetCallClirResult() local
381 int32_t error = TELEPHONY_ERR_FAIL; UpdateSetCallClirResult() local
401 int32_t error = CALL_ERR_ILLEGAL_CALL_OPERATION; StartRttResult() local
421 int32_t error = CALL_ERR_ILLEGAL_CALL_OPERATION; StopRttResult() local
441 int32_t error = TELEPHONY_ERR_FAIL; GetImsConfigResult() local
463 int32_t error = CALL_ERR_ILLEGAL_CALL_OPERATION; SetImsConfigResult() local
483 int32_t error = TELEPHONY_ERR_FAIL; GetImsFeatureValueResult() local
505 int32_t error = CALL_ERR_ILLEGAL_CALL_OPERATION; SetImsFeatureValueResult() local
525 int32_t error = TELEPHONY_ERR_FAIL; ReceiveUpdateCallMediaModeRequest() local
548 int32_t error = TELEPHONY_ERR_FAIL; ReceiveUpdateCallMediaModeResponse() local
571 int32_t error = CALL_ERR_ILLEGAL_CALL_OPERATION; InviteToConferenceResult() local
591 int32_t error = CALL_ERR_ILLEGAL_CALL_OPERATION; StartDtmfResult() local
611 int32_t error = CALL_ERR_ILLEGAL_CALL_OPERATION; StopDtmfResult() local
631 int32_t error = CALL_ERR_ILLEGAL_CALL_OPERATION; SendUssdResult() local
651 int32_t error = CALL_ERR_ILLEGAL_CALL_OPERATION; SendMmiCodeResult() local
673 int32_t error = CALL_ERR_ILLEGAL_CALL_OPERATION; GetImsCallDataResult() local
693 int32_t error = CALL_ERR_ILLEGAL_CALL_OPERATION; CloseUnFinishedUssdResult() local
720 int32_t error = Remote()->SendRequest(POST_DIAL_CHAR, dataParcel, replyParcel, option); ReportPostDialChar() local
739 int32_t error = Remote()->SendRequest(POST_DIAL_DELAY, dataParcel, replyParcel, option); ReportPostDialDelay() local
751 int32_t error = TELEPHONY_ERR_FAIL; UpdateVoipEventInfo() local
784 int32_t error = Remote()->SendRequest(CALL_SESSION_EVENT, dataParcel, replyParcel, option); HandleCallSessionEventChanged() local
805 int32_t error = Remote()->SendRequest(PEER_DIMENSION_CHANGE, dataParcel, replyParcel, option); HandlePeerDimensionsChanged() local
824 int32_t error = Remote()->SendRequest(CALL_DATA_USAGE, dataParcel, replyParcel, option); HandleCallDataUsageChanged() local
845 int32_t error = Remote()->SendRequest(CAMERA_CAPBILITIES_CHANGE, dataParcel, replyParcel, option); HandleCameraCapabilitiesChanged() local
[all...]
H A Dvoip_call_manager_proxy.cpp56 int32_t error = in ReportIncomingCall() local
58 if (error != TELEPHONY_SUCCESS) { in ReportIncomingCall()
59 TELEPHONY_LOGE("function ReportIncomingCall call failed! errCode:%{public}d", error); in ReportIncomingCall()
83 int32_t error = remote->SendRequest( in ReportIncomingCallError() local
85 if (error != TELEPHONY_SUCCESS) { in ReportIncomingCallError()
86 TELEPHONY_LOGE("function ReportIncomingCallError call failed! errCode:%{public}d", error); in ReportIncomingCallError()
110 int32_t error = in ReportCallStateChange() local
112 if (error != TELEPHONY_SUCCESS) { in ReportCallStateChange()
113 TELEPHONY_LOGE("function ReportCallStateChange call failed! errCode:%{public}d", error); in ReportCallStateChange()
146 int32_t error in ReportOutgoingCall() local
172 int32_t error = RegisterCallBack() local
195 int32_t error = UnRegisterCallBack() local
223 int32_t error = ReportVoipIncomingCall() local
251 int32_t error = remote->SendRequest( ReportVoipCallExtensionId() local
278 int32_t error = remote->SendRequest( Answer() local
305 int32_t error = remote->SendRequest( HangUp() local
331 int32_t error = remote->SendRequest( Reject() local
360 int32_t error = remote->SendRequest( RegisterCallManagerCallBack() local
383 int32_t error = remote->SendRequest( UnRegisterCallManagerCallBack() local
407 int32_t error = UnloadVoipSa() local
432 int32_t error = SendCallUiEvent() local
457 int32_t error = remote->SendRequest( ReportCallAudioEventChange() local
[all...]
H A Dcellular_call_proxy.cpp43 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::DIAL), in, out, option); in Dial() local
44 if (error == ERR_NONE) { in Dial()
47 return error; in Dial()
72 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::HANG_UP), in, out, option); in HangUp() local
73 if (error == ERR_NONE) { in HangUp()
76 return error; in HangUp()
98 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::REJECT), in, out, option); in Reject() local
99 if (error == ERR_NONE) { in Reject()
102 return error; in Reject()
124 int32_t error in Answer() local
150 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::HOLD_CALL), in, out, option); 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, out, option); SwitchCall() local
233 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::REGISTER_CALLBACK), in, RegisterCallManagerCallBack() local
257 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::UNREGISTER_CALLBACK), in, UnRegisterCallManagerCallBack() local
315 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::COMBINE_CONFERENCE), in, CombineConference() local
342 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::SEPARATE_CONFERENCE), in, SeparateConference() local
368 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::INVITE_TO_CONFERENCE), in, InviteToConference() local
395 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::KICK_OUT_CONFERENCE), in, KickOutFromConference() local
419 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::HANG_UP_ALL_CONNECTION), in, HangUpAllConnection() local
449 int32_t error = SetReadyToCall() local
485 int32_t error = remote->SendRequest( SendUpdateCallMediaModeRequest() local
515 int32_t error = remote->SendRequest( SendUpdateCallMediaModeResponse() local
545 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::START_DTMF), in, out, option); StartDtmf() local
571 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::STOP_DTMF), in, out, option); StopDtmf() local
603 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::POST_DIAL_PROCEED), PostDialProceed() local
633 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::SEND_DTMF), in, out, option); SendDtmf() local
658 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::START_RTT), in, out, option); StartRtt() local
680 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::STOP_RTT), in, out, option); StopRtt() local
705 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::SET_CALL_TRANSFER), in, SetCallTransferInfo() local
731 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::CAN_SET_CALL_TRANSFER_TIME), CanSetCallTransferTime() local
759 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::GET_CALL_TRANSFER), in, GetCallTransferInfo() local
785 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::SET_CALL_WAITING), in, SetCallWaiting() local
808 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::GET_CALL_WAITING), in, GetCallWaiting() local
834 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::SET_CALL_RESTRICTION), in, SetCallRestriction() local
860 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::GET_CALL_RESTRICTION), in, GetCallRestriction() local
893 int32_t error = remote->SendRequest( SetCallRestrictionPassword() local
919 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::SET_DOMAIN_PREFERENCE_MODE), SetDomainPreferenceMode() local
942 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::GET_DOMAIN_PREFERENCE_MODE), GetDomainPreferenceMode() local
968 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::SET_IMS_SWITCH_STATUS), SetImsSwitchStatus() local
992 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::GET_IMS_SWITCH_STATUS), GetImsSwitchStatus() local
1020 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::SET_VONR_SWITCH_STATUS), in, SetVoNRState() local
1044 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::GET_VONR_SWITCH_STATUS), in, GetVoNRState() local
1075 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::SET_IMS_CONFIG_STRING), in, SetImsConfig() local
1104 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::SET_IMS_CONFIG_INT), in, SetImsConfig() local
1130 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::GET_IMS_CONFIG), in, GetImsConfig() local
1159 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::SET_IMS_FEATURE), in, SetImsFeatureValue() local
1185 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::GET_IMS_FEATURE), in, GetImsFeatureValue() local
1218 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::CTRL_CAMERA), in, out, option); ControlCamera() local
1257 int32_t error = SetPreviewWindow() local
1297 int32_t error = SetDisplayWindow() local
1324 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::SET_CAMERA_ZOOM), in, SetCameraZoom() local
1357 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::SET_PAUSE_IMAGE), in, SetPausePicture() local
1390 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::SET_DEVICE_DIRECTION), in, SetDeviceDirection() local
1416 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::SET_MUTE), in, out, option); SetMute() local
1438 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::GET_MUTE), in, out, option); GetMute() local
1478 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::SET_EMERGENCY_CALL_LIST), SetEmergencyCallList() local
1515 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::CLOSE_UNFINISHED_USSD), CloseUnFinishedUssd() local
1549 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularCallInterfaceCode::CLEAR_ALL_CALLS), ClearAllCalls() local
1579 int32_t error = remote->SendRequest( CancelCallUpgrade() local
1609 int32_t error = remote->SendRequest( RequestCameraCapabilities() local
[all...]
/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Dmock_domain_so_plugin.cpp64 PluginBussnessError *error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in Auth() local
65 if (error == nullptr) { in Auth()
74 error->code = 0; in Auth()
75 error->msg.data = nullptr; in Auth()
81 return error; in Auth()
87 PluginBussnessError *error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); in BindAccount() local
88 if (error == nullptr) { in BindAccount()
91 error->code = 0; in BindAccount()
92 error->msg.data = nullptr; in BindAccount()
93 return error; in BindAccount()
100 PluginBussnessError *error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); GetAccountInfo() local
141 PluginBussnessError *error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); IsAuthenticationExpired() local
173 PluginBussnessError *error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); SetAccountPolicy() local
186 PluginBussnessError* error = (PluginBussnessError *)malloc(sizeof(PluginBussnessError)); UpdateAccountInfo() local
[all...]
/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/JsDistributedMusicPlayer/entry/src/main/js/MainAbility/model/
H A DRemoteDeviceModel.js41 } catch (error) {
42 logger.info(TAG, `createDeviceManager throw error, error=${error} message=${error.message}`)
54 logger.error(TAG, `deviceManager has not initialized`)
66 } catch (error) {
67 logger.info(TAG, `getTrustedDeviceListSync throw error, error=${error} messag
[all...]
/base/telephony/cellular_data/frameworks/native/
H A Dcellular_data_service_proxy.cpp37 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::IS_CELLULAR_DATA_ENABLED, data, in IsCellularDataEnabled() local
39 if (error != TELEPHONY_SUCCESS) { in IsCellularDataEnabled()
40 TELEPHONY_LOGE("call failed! errCode:%{public}d", error); in IsCellularDataEnabled()
62 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::ENABLE_CELLULAR_DATA, data, in EnableCellularData() local
64 if (error != TELEPHONY_SUCCESS) { in EnableCellularData()
65 TELEPHONY_LOGE("call failed! errCode:%{public}d", error); in EnableCellularData()
82 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::GET_INTELLIGENCE_SWITCH_STATE, data, in GetIntelligenceSwitchState() local
84 if (error != TELEPHONY_SUCCESS) { in GetIntelligenceSwitchState()
85 TELEPHONY_LOGE("call failed! errCode:%{public}d", error); in GetIntelligenceSwitchState()
104 int32_t error in EnableIntelligenceSwitch() local
124 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::GET_CELLULAR_DATA_STATE, data, GetCellularDataState() local
146 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::GET_CELLULAR_DATA_APN_STATE, data, GetApnState() local
166 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::GET_RECOVERY_STATE, data, GetDataRecoveryState() local
187 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::IS_DATA_ROAMING_ENABLED, data, IsCellularDataRoamingEnabled() local
213 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::ENABLE_DATA_ROAMING, data, EnableCellularDataRoaming() local
234 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::APN_DATA_CHANGED, data, reply, option); HandleApnChanged() local
253 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::GET_DEFAULT_SLOT_ID, data, GetDefaultCellularDataSlotId() local
273 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::GET_DEFAULT_SIM_ID, data, reply, option); GetDefaultCellularDataSimId() local
297 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::SET_DEFAULT_SLOT_ID, data, SetDefaultCellularDataSlotId() local
317 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::GET_FLOW_TYPE_ID, data, reply, option); GetCellularDataFlowType() local
338 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::HAS_CAPABILITY, data, reply, option); HasInternetCapability() local
358 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::CLEAR_ALL_CONNECTIONS, data, ClearCellularDataConnections() local
380 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::CLEAR_ALL_CONNECTIONS_USE_REASON, data, ClearAllConnections() local
412 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularDataInterfaceCode::REG_SIM_ACCOUNT_CALLBACK), RegisterSimAccountCallback() local
435 int32_t error = remote->SendRequest(static_cast<uint32_t>(CellularDataInterfaceCode::UN_REG_SIM_ACCOUNT_CALLBACK), UnregisterSimAccountCallback() local
462 int32_t error = remote->SendRequest((uint32_t)CellularDataInterfaceCode::GET_DATA_CONN_APN_ATTR, GetDataConnApnAttr() local
502 int32_t error = remote->SendRequest((uint32_t)CellularDataInterfaceCode::GET_DATA_CONN_IP_TYPE, dataParcel, GetDataConnIpType() local
533 int32_t error = remote->SendRequest((uint32_t)CellularDataInterfaceCode::IS_NEED_DO_RECOVERY, dataParcel, IsNeedDoRecovery() local
558 int32_t error = remote->SendRequest((uint32_t)CellularDataInterfaceCode::INIT_CELLULAR_DATA_CONTROLLER, dataParcel, InitCellularDataController() local
580 int32_t error = Remote()->SendRequest((uint32_t)CellularDataInterfaceCode::ESTABLISH_ALL_APNS_IF_CONNECTABLE, EstablishAllApnsIfConnectable() local
608 int32_t error = remote->SendRequest((uint32_t)CellularDataInterfaceCode::RELEASE_CELLULAR_DATA_CONNECTION, ReleaseCellularDataConnection() local
637 int32_t error = remote->SendRequest((uint32_t)CellularDataInterfaceCode::GET_CELLULAR_DATA_SUPPLIERID, GetCellularDataSupplierId() local
666 int32_t error = remote->SendRequest((uint32_t)CellularDataInterfaceCode::CORRECT_NET_SUPPLIER_NO_AVAILABLE, CorrectNetSupplierNoAvailable() local
691 int32_t error = remote->SendRequest((uint32_t)CellularDataInterfaceCode::GET_SUPPLIER_REGISTER_STATE, GetSupplierRegisterState() local
[all...]
/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/DistributeCalc/entry/src/main/js/MainAbility/common/
H A DRemoteDeviceModel.js41 } catch (error) {
42 logger.error(TAG, `createDeviceManager throw error, error.code=${JSON.stringify(error.code)} , errorMessage=${error.message}`)
102 logger.error(TAG, `deviceManager has not initialized`)
115 } catch (error) {
116 logger.error(TAG, `getTrustedDeviceListSync throw error, erro
[all...]
/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() local
32 if (error != 0) { in OnCallback()
33 PRINT_HILOGE("SendRequest failed, error %{public}d", error); in OnCallback()
52 int error = Remote()->SendRequest(PRINT_CALLBACK_PRINTER, data, reply, option); in OnCallback() local
53 if (error != 0) { in OnCallback()
54 PRINT_HILOGE("SendRequest failed, error %{public}d", error); in OnCallback()
73 int error = Remote()->SendRequest(PRINT_CALLBACK_PRINT_JOB, data, reply, option); in OnCallback() local
74 if (error ! in OnCallback()
93 int error = Remote()->SendRequest(PRINT_CALLBACK_EXTINFO, data, reply, option); OnCallback() local
120 int error = Remote()->SendRequest(PRINT_CALLBACK_PRINT_JOB_ADAPTER, data, reply, option); OnCallbackAdapterLayout() local
146 int error = Remote()->SendRequest(PRINT_CALLBACK_PRINT_JOB_CHANGED_ADAPTER, data, reply, option); onCallbackAdapterJobStateChanged() local
169 int error = Remote()->SendRequest(PRINT_CALLBACK_PRINT_GET_FILE_ADAPTER, data, reply, option); OnCallbackAdapterGetFile() local
[all...]
H A Dprint_extension_callback_proxy.cpp34 PRINT_HILOGE("error: remote is null"); in OnCallback()
37 int error = remote->SendRequest(PRINT_EXTCB, data, reply, option); in OnCallback() local
38 if (error != 0) { in OnCallback()
39 PRINT_HILOGE("SendRequest failed, error %{public}d", error); in OnCallback()
57 PRINT_HILOGE("error: remote is null"); in OnCallback()
60 int error = remote->SendRequest(PRINT_EXTCB_PRINTER, data, reply, option); in OnCallback() local
61 if (error != 0) { in OnCallback()
62 PRINT_HILOGE("SendRequest failed, error %{public}d", error); in OnCallback()
83 int error = remote->SendRequest(PRINT_EXTCB_PRINTJOB, data, reply, option); OnCallback() local
106 int error = remote->SendRequest(PRINT_EXTCB_PRINTCAPABILITY, data, reply, option); OnCallback() local
[all...]
/base/print/print_fwk/services/scan_service/src/
H A Dscan_callback_proxy.cpp46 int error = remote->SendRequest(SCAN_CALLBACK_DEVICE_TCP, data, reply, option); in OnCallback() local
47 if (error != 0) { in OnCallback()
48 SCAN_HILOGE("SendRequest failed, error %{public}d", error); in OnCallback()
78 int error = remote->SendRequest(SCAN_CALLBACK_DEVICE, data, reply, option); in OnCallback() local
79 if (error != 0) { in OnCallback()
80 SCAN_HILOGE("SendRequest failed, error %{public}d", error); in OnCallback()
108 int error = remote->SendRequest(SCAN_CALLBACK_DEVICE_SYNC, data, reply, option); in OnCallbackSync() local
109 if (error ! in OnCallbackSync()
139 int error = remote->SendRequest(SCAN_CALLBACK_GET_FRAME_RES, data, reply, option); OnGetFrameResCallback() local
169 int error = remote->SendRequest(SCAN_CALLBACK_SCAN_INIT, data, reply, option); OnScanInitCallback() local
198 int error = remotePtr->SendRequest(SCAN_CALLBACK_SEND_MESSAGE, data, reply, option); OnSendSearchMessage() local
227 int error = remote->SendRequest(SCAN_CALLBACK_DEVICE_LIST, data, reply, option); OnGetDevicesList() local
[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() local
46 if (error != ERR_OK) { in SendLocationRequest()
47 LBSLOGI(GNSS, "%{public}s Transact Error = %{public}d", __func__, error); in SendLocationRequest()
63 int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::SET_ENABLE), data, reply, option); in SetEnable() local
64 if (error != ERR_OK) { in SetEnable()
65 LBSLOGI(GNSS, "%{public}s Transact Error = %{public}d", __func__, error); in SetEnable()
79 int error = in RefrashRequirements() local
81 if (error != ERR_OK) { in RefrashRequirements()
82 LBSLOGI(GNSS, "%{public}s Transact Error = %{public}d", __func__, error); in RefrashRequirements()
100 int error in RegisterGnssStatusCallback() local
118 int error = UnregisterGnssStatusCallback() local
140 int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::REG_NMEA), data, reply, option); RegisterNmeaMessageCallback() local
155 int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::UNREG_NMEA), data, reply, option); UnregisterNmeaMessageCallback() local
175 int error = Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::REG_CACHED), data, reply, option); RegisterCachedCallback() local
192 int error = UnregisterCachedCallback() local
216 int error = GetCachedGnssLocationsSize() local
241 int error = remote->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::FLUSH_CACHED), data, reply, option); FlushCachedGnssLocations() local
262 int error = remote->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::SEND_COMMANDS), data, reply, option); SendCommand() local
282 int error = AddFence() local
303 int error = RemoveFence() local
328 int error = remote->SendRequest( AddGnssGeofence() local
349 int error = remote->SendRequest( RemoveGnssGeofence() local
369 int error = EnableMock() local
389 int error = DisableMock() local
416 int error = SetMocked() local
437 int error = remote->SendRequest( QuerySupportCoordinateSystemType() local
465 int error = remote->SendRequest( SendNetworkLocation() local
[all...]
H A Dgeo_convert_proxy.cpp35 int error = ERRCODE_SERVICE_UNAVAILABLE; in GetAddressByCoordinate() local
42 error = SendMsgWithDataReply(static_cast<int>(GeoConvertInterfaceCode::GET_FROM_COORDINATE), data, reply); in GetAddressByCoordinate()
44 return error; in GetAddressByCoordinate()
49 int error = ERRCODE_SERVICE_UNAVAILABLE; in GetAddressByLocationName() local
56 error = SendMsgWithDataReply(static_cast<int>(GeoConvertInterfaceCode::GET_FROM_LOCATION_NAME_BY_BOUNDARY), in GetAddressByLocationName()
60 return error; in GetAddressByLocationName()
65 int error = ERRCODE_SERVICE_UNAVAILABLE; in SendSimpleMsg() local
73 error = SendMsgWithDataReply(msgId, data, reply); in SendSimpleMsg()
74 return error; in SendSimpleMsg()
79 int error in SendMsgWithDataReply() local
96 int error = SendSimpleMsg(msgId, reply); SendSimpleMsgAndParseResult() local
[all...]
H A Dnetwork_ability_proxy.cpp43 int error = Remote()->SendRequest(static_cast<uint32_t>(NetworkInterfaceCode::SEND_LOCATION_REQUEST), in SendLocationRequest() local
47 if (error != ERR_OK) { in SendLocationRequest()
48 LBSLOGI(NETWORK, "%{public}s Transact Error = %{public}d", __func__, error); in SendLocationRequest()
64 int error = Remote()->SendRequest(static_cast<uint32_t>(NetworkInterfaceCode::SET_ENABLE), data, reply, option); in SetEnable() local
65 if (error != ERR_OK) { in SetEnable()
66 LBSLOGI(NETWORK, "%{public}s Transact Error = %{public}d", __func__, error); in SetEnable()
85 int error = in EnableMock() local
87 LBSLOGD(NETWORK, "%{public}s Transact Error = %{public}d", __func__, error); in EnableMock()
105 int error = in DisableMock() local
107 LBSLOGD(NETWORK, "%{public}s Transact Error = %{public}d", __func__, error); in DisableMock()
132 int error = SetMocked() local
[all...]
H A Dpassive_ability_proxy.cpp43 int error = Remote()->SendRequest(static_cast<uint32_t>(PassiveInterfaceCode::SEND_LOCATION_REQUEST), in SendLocationRequest() local
47 if (error != ERR_OK) { in SendLocationRequest()
48 LBSLOGI(PASSIVE, "%{public}s Transact Error = %{public}d", __func__, error); in SendLocationRequest()
64 int error = Remote()->SendRequest(static_cast<uint32_t>(PassiveInterfaceCode::SET_ENABLE), data, reply, option); in SetEnable() local
65 if (error != ERR_OK) { in SetEnable()
66 LBSLOGI(PASSIVE, "%{public}s Transact Error = %{public}d", __func__, error); in SetEnable()
85 int error = in EnableMock() local
87 LBSLOGD(PASSIVE, "%{public}s Transact Error = %{public}d", __func__, error); in EnableMock()
105 int error = in DisableMock() local
107 LBSLOGD(PASSIVE, "%{public}s Transact Error = %{public}d", __func__, error); in DisableMock()
132 int error = SetMocked() local
[all...]
/applications/standard/contacts_data/jstest/
H A DContactCard_test.js76 } catch (error) {
77 console.info(tag + "logMessage contactsQuery: error = " + error);
94 } catch (error) {
95 console.info(tag + "logMessage resultSet.rowCount: error = " + error);
112 } catch (error) {
113 console.info(tag + " :logMessage queryIdForDelete: error = " + error);
126 } catch (error) {
[all...]
H A DVoicemail_test.js59 } catch (error) {
60 console.info(tag + ':logMessage voicemailQuery: error = ' + error);
75 } catch (error) {
76 console.info(tag + ' :logMessage voicemailQueryForDelete: error = ' + error);
91 } catch (error) {
92 console.info(tag + ' :logMessage voicemailQueryError: error = ' + error);
122 } catch (error) {
[all...]
/base/telephony/core_service/frameworks/native/src/
H A Di_network_search_callback_stub.cpp74 int32_t error = data.ReadInt32(); in OnSetNetworkModeCallback() local
75 OnSetNetworkModeCallback(result, error); in OnSetNetworkModeCallback()
81 int32_t error = data.ReadInt32(); in OnGetNetworkModeCallback() local
82 OnGetNetworkModeCallback(selectionMode, error); in OnGetNetworkModeCallback()
88 int32_t error = data.ReadInt32(); in OnSetRadioStateCallback() local
89 OnSetRadioStateCallback(result, error); in OnSetRadioStateCallback()
95 int32_t error = data.ReadInt32(); in OnGetRadioStateCallback() local
96 OnGetRadioStateCallback(result, error); in OnGetRadioStateCallback()
102 int32_t error = data.ReadInt32(); in OnGetNetworkSearchInformation() local
103 OnGetNetworkSearchInformation(callback, error); in OnGetNetworkSearchInformation()
109 int32_t error = data.ReadInt32(); OnSetPreferredNetworkCallback() local
116 int32_t error = data.ReadInt32(); OnGetPreferredNetworkCallback() local
123 int32_t error = data.ReadInt32(); OnSetNrOptionModeCallback() local
130 int32_t error = data.ReadInt32(); OnGetNrOptionModeCallback() local
[all...]
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/src/
H A Dfaultlog_info_ohos.cpp74 goto error; in Unmarshalling()
78 goto error; in Unmarshalling()
82 goto error; in Unmarshalling()
86 goto error; in Unmarshalling()
91 goto error; in Unmarshalling()
96 goto error; in Unmarshalling()
101 goto error; in Unmarshalling()
106 goto error; in Unmarshalling()
111 goto error; in Unmarshalling()
115 goto error; in Unmarshalling()
[all...]
/base/security/access_token/services/common/window_manager/src/
H A Dprivacy_scene_session_manager_proxy.cpp49 int32_t error = Remote()->SendRequest(static_cast<uint32_t>( in RegisterWindowManagerAgent() local
52 if (error != ERR_NONE) { in RegisterWindowManagerAgent()
53 ACCESSTOKEN_LOG_ERROR(LABEL, "SendRequest failed, err=%{public}d.", error); in RegisterWindowManagerAgent()
54 return error; in RegisterWindowManagerAgent()
81 int32_t error = Remote()->SendRequest(static_cast<uint32_t>( in UnregisterWindowManagerAgent() local
84 if (error != ERR_NONE) { in UnregisterWindowManagerAgent()
85 ACCESSTOKEN_LOG_ERROR(LABEL, "SendRequest failed, err=%{public}d.", error); in UnregisterWindowManagerAgent()
86 return error; in UnregisterWindowManagerAgent()
/base/telephony/call_manager/services/call_report/src/
H A Dcall_ability_callback_proxy.cpp43 int32_t error = in OnCallDetailsChange() local
46 if (error != TELEPHONY_SUCCESS) { in OnCallDetailsChange()
47 TELEPHONY_LOGD("update call state info errcode: %{public}d", error); in OnCallDetailsChange()
69 int32_t error = Remote()->SendRequest(static_cast<uint32_t>(CallManagerCallAbilityInterfaceCode::UPDATE_CALL_EVENT), in OnCallEventChange() local
71 if (error != TELEPHONY_SUCCESS) { in OnCallEventChange()
72 TELEPHONY_LOGE("update call event failed, error: %{public}d", error); in OnCallEventChange()
99 int32_t error = Remote()->SendRequest( in OnCallDisconnectedCause() local
102 if (error != TELEPHONY_SUCCESS) { in OnCallDisconnectedCause()
103 TELEPHONY_LOGD("report call disconnected cause errcode: %{public}d", error); in OnCallDisconnectedCause()
123 int32_t error = Remote()->SendRequest( OnReportAsyncResults() local
149 int32_t error = Remote()->SendRequest(static_cast<uint32_t>( OnReportMmiCodeResult() local
229 int32_t error = OnOttCallRequest() local
261 int32_t error = Remote()->SendRequest( OnReportAudioDeviceChange() local
285 int32_t error = Remote()->SendRequest( OnReportPostDialDelay() local
311 int32_t error = Remote()->SendRequest(static_cast<uint32_t>( OnReportImsCallModeChange() local
338 int32_t error = Remote()->SendRequest(static_cast<uint32_t>( OnReportCallSessionEventChange() local
364 int32_t error = Remote()->SendRequest(static_cast<uint32_t>( OnReportPeerDimensionsChange() local
388 int32_t error = Remote()->SendRequest(static_cast<uint32_t>( OnReportCallDataUsageChange() local
414 int32_t error = Remote()->SendRequest(static_cast<uint32_t>( OnReportCameraCapabilities() local
[all...]
/base/hiviewdfx/hisysevent/adapter/native/idl/src/
H A Dsys_event_query_rule.cpp47 goto error; in Unmarshalling()
50 goto error; in Unmarshalling()
53 goto error; in Unmarshalling()
56 goto error; in Unmarshalling()
59 goto error; in Unmarshalling()
62 error: in Unmarshalling()
/base/telephony/core_service/services/ims_service_interaction/src/
H A Dims_core_service_proxy.cpp43 int32_t error = remote->SendRequest(static_cast<int32_t>(ImsCoreServiceInterfaceCode::IMS_GET_REGISTRATION_STATUS), in GetImsRegistrationStatus() local
45 if (error == ERR_NONE) { in GetImsRegistrationStatus()
48 TELEPHONY_LOGE("[slot%{public}d]SendRequest fail, error:%{public}d", slotId, error); in GetImsRegistrationStatus()
70 int32_t error = remote->SendRequest( in GetPhoneNumberFromIMPU() local
72 if (error != ERR_NONE) { in GetPhoneNumberFromIMPU()
73 TELEPHONY_LOGE("[slot%{public}d]SendRequest fail, error:%{public}d", slotId, error); in GetPhoneNumberFromIMPU()
102 int32_t error = remote->SendRequest(static_cast<int32_t>(ImsCoreServiceInterfaceCode::IMS_REGISTER_CALLBACK), in, in RegisterImsCoreServiceCallback() local
104 if (error in RegisterImsCoreServiceCallback()
126 int32_t error = remote->SendRequest(static_cast<int32_t>(ImsCoreServiceInterfaceCode::IMS_GET_PROXY_OBJECT_PTR), GetProxyObjectPtr() local
[all...]
/base/security/access_token/services/common/app_manager/src/
H A Dapp_manager_access_proxy.cpp41 int32_t error = remote->SendRequest( in GetAmsMgr() local
43 if (error != ERR_NONE) { in GetAmsMgr()
44 ACCESSTOKEN_LOG_ERROR(LABEL, "GetAmsMgr failed, error: %{public}d", error); in GetAmsMgr()
79 int32_t error = remote->SendRequest( in RegisterApplicationStateObserver() local
81 if (error != ERR_NONE) { in RegisterApplicationStateObserver()
82 ACCESSTOKEN_LOG_ERROR(LABEL, "RegisterAppStatus failed, error: %{public}d", error); in RegisterApplicationStateObserver()
107 int32_t error = remote->SendRequest( in UnregisterApplicationStateObserver() local
109 if (error ! in UnregisterApplicationStateObserver()
130 int32_t error = remote->SendRequest( GetForegroundApplications() local
[all...]

Completed in 14 milliseconds

12345678910>>...30