Home
last modified time | relevance | path

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

1234

/base/telephony/cellular_call/ims_interfaces/src/
Dims_callback_proxy.cpp36 int32_t error = Remote()->SendRequest(UPDATE_IMS_DIAL, in, out, option); in UpdateDialResponse() local
54 int32_t error = Remote()->SendRequest(UPDATE_IMS_HANG_UP, in, out, option); in UpdateHangUpResponse() local
72 int32_t error = Remote()->SendRequest(UPDATE_IMS_REJECT, in, out, option); in UpdateRejectResponse() local
90 int32_t error = Remote()->SendRequest(UPDATE_IMS_ANSWER, in, out, option); in UpdateAnswerResponse() local
108 int32_t error = Remote()->SendRequest(UPDATE_IMS_HOLD, in, out, option); in UpdateHoldResponse() local
126 int32_t error = Remote()->SendRequest(UPDATE_IMS_UN_HOLD, in, out, option); in UpdateUnHoldResponse() local
144 int32_t error = Remote()->SendRequest(UPDATE_IMS_SWITCH, in, out, option); in UpdateSwitchResponse() local
162 int32_t error = Remote()->SendRequest(UPDATE_IMS_COMBINE_CONFERENCE, in, out, option); in UpdateCombineConferenceResponse() local
180 int32_t error = Remote()->SendRequest(UPDATE_IMS_INVITE_TO_CONFERENCE, in, out, option); in UpdateInviteToConferenceResponse() local
198 int32_t error = Remote()->SendRequest(UPDATE_IMS_KICK_OUT_CONFERENCE, in, out, option); in UpdateKickOutFromConferenceResponse() local
[all …]
Dims_proxy.cpp39 int32_t error = Remote()->SendRequest(IMS_DIAL, in, out, option); in Dial() local
59 int32_t error = Remote()->SendRequest(IMS_HANG_UP, in, out, option); in HangUp() local
79 int32_t error = Remote()->SendRequest(IMS_REJECT, in, out, option); in Reject() local
99 int32_t error = Remote()->SendRequest(IMS_ANSWER, in, out, option); in Answer() local
119 int32_t error = Remote()->SendRequest(IMS_HOLD, in, out, option); in HoldCall() local
139 int32_t error = Remote()->SendRequest(IMS_UN_HOLD, in, out, option); in UnHoldCall() local
159 int32_t error = Remote()->SendRequest(IMS_SWITCH, in, out, option); in SwitchCall() local
179 int32_t error = Remote()->SendRequest(IMS_COMBINE_CONFERENCE, in, out, option); in CombineConference() local
203 int32_t error = Remote()->SendRequest(IMS_INVITE_TO_CONFERENCE, in, out, option); in InviteToConference() local
227 int32_t error = Remote()->SendRequest(IMS_KICK_OUT_CONFERENCE, in, out, option); in KickOutFromConference() local
[all …]
/base/telephony/call_manager/frameworks/native/src/
Dcall_manager_service_proxy.cpp39 …int32_t error = Remote()->SendRequest(INTERFACE_REGISTER_CALLBACK, dataParcel, replyParcel, option… in RegisterCallBack() local
56 …int32_t error = Remote()->SendRequest(INTERFACE_UNREGISTER_CALLBACK, dataParcel, replyParcel, opti… in UnRegisterCallBack() local
87 int32_t error = Remote()->SendRequest(INTERFACE_DIAL_CALL, dataParcel, replyParcel, option); in DialCall() local
110 int32_t error = Remote()->SendRequest(INTERFACE_ANSWER_CALL, dataParcel, replyParcel, option); in AnswerCall() local
134 int32_t error = Remote()->SendRequest(INTERFACE_REJECT_CALL, dataParcel, replyParcel, option); in RejectCall() local
156 … int32_t error = Remote()->SendRequest(INTERFACE_DISCONNECT_CALL, dataParcel, replyParcel, option); in HangUpCall() local
177 … int32_t error = Remote()->SendRequest(INTERFACE_GET_CALL_STATE, dataParcel, replyParcel, option); in GetCallState() local
199 int32_t error = Remote()->SendRequest(INTERFACE_HOLD_CALL, dataParcel, replyParcel, option); in HoldCall() local
221 int32_t error = Remote()->SendRequest(INTERFACE_UNHOLD_CALL, dataParcel, replyParcel, option); in UnHoldCall() local
243 int32_t error = Remote()->SendRequest(INTERFACE_SWAP_CALL, dataParcel, replyParcel, option); in SwitchCall() local
[all …]
Dbluetooth_call_proxy.cpp42 … int32_t error = Remote()->SendRequest(INTERFACE_BT_ANSWER_CALL, dataParcel, replyParcel, option); in AnswerCall() local
63 … int32_t error = Remote()->SendRequest(INTERFACE_BT_REJECT_CALL, dataParcel, replyParcel, option); in RejectCall() local
84 …int32_t error = Remote()->SendRequest(INTERFACE_BT_DISCONNECT_CALL, dataParcel, replyParcel, optio… in HangUpCall() local
105 …int32_t error = Remote()->SendRequest(INTERFACE_BT_GET_CALL_STATE, dataParcel, replyParcel, option… in GetCallState() local
126 int32_t error = Remote()->SendRequest(INTERFACE_BT_HOLD_CALL, dataParcel, replyParcel, option); in HoldCall() local
147 … int32_t error = Remote()->SendRequest(INTERFACE_BT_UNHOLD_CALL, dataParcel, replyParcel, option); in UnHoldCall() local
168 int32_t error = Remote()->SendRequest(INTERFACE_BT_SWAP_CALL, dataParcel, replyParcel, option); in SwitchCall() local
190 int32_t error = in StartDtmf() local
212 int32_t error = in StopDtmf() local
234 …int32_t error = Remote()->SendRequest(INTERFACE_BT_COMBINE_CONFERENCE, dataParcel, replyParcel, op… in CombineConference() local
[all …]
/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
103 int32_t error = TELEPHONY_ERR_FAIL; in UpdateEventResultInfo() local
125 int32_t error = TELEPHONY_ERR_FAIL; in UpdateRBTPlayInfo() local
145 int32_t error = TELEPHONY_ERR_FAIL; in UpdateGetWaitingResult() local
167 int32_t error = TELEPHONY_ERR_FAIL; in UpdateSetWaitingResult() local
187 int32_t error = TELEPHONY_ERR_FAIL; in UpdateGetRestrictionResult() local
209 int32_t error = TELEPHONY_ERR_FAIL; in UpdateSetRestrictionResult() local
229 int32_t error = TELEPHONY_ERR_FAIL; in UpdateGetTransferResult() local
[all …]
Dcellular_call_proxy.cpp35 …int32_t error = Remote()->SendRequest(static_cast<uint32_t>(OperationType::DIAL), in, out, option); in Dial() local
60 …int32_t error = Remote()->SendRequest(static_cast<uint32_t>(OperationType::HANG_UP), in, out, opti… in HangUp() local
81 …int32_t error = Remote()->SendRequest(static_cast<uint32_t>(OperationType::REJECT), in, out, optio… in Reject() local
102 …int32_t error = Remote()->SendRequest(static_cast<uint32_t>(OperationType::ANSWER), in, out, optio… in Answer() local
123 …int32_t error = Remote()->SendRequest(static_cast<uint32_t>(OperationType::HOLD_CALL), in, out, op… in HoldCall() local
144 …int32_t error = Remote()->SendRequest(static_cast<uint32_t>(OperationType::UN_HOLD_CALL), in, out,… in UnHoldCall() local
165 …int32_t error = Remote()->SendRequest(static_cast<uint32_t>(OperationType::SWITCH_CALL), in, out, … in SwitchCall() local
191 …int32_t error = Remote()->SendRequest(static_cast<uint32_t>(OperationType::REGISTER_CALLBACK), in,… in RegisterCallManagerCallBack() local
209 …int32_t error = Remote()->SendRequest(static_cast<uint32_t>(OperationType::UNREGISTER_CALLBACK), i… in UnRegisterCallManagerCallBack() local
258 …int32_t error = Remote()->SendRequest(static_cast<uint32_t>(OperationType::COMBINE_CONFERENCE), in… in CombineConference() local
[all …]
Dcall_status_callback_stub.cpp269 int32_t error = TELEPHONY_ERR_FAIL; in OnUpdateSetRestrictionResult() local
309 int32_t error = TELEPHONY_ERR_FAIL; in OnUpdateSetTransferResult() local
373 int32_t error = TELEPHONY_ERR_FAIL; in OnUpdateSetCallClirResult() local
389 int32_t error = TELEPHONY_ERR_FAIL; in OnGetVoLteStatusResult() local
413 int32_t error = TELEPHONY_ERR_FAIL; in OnSetVoLteStatusResult() local
437 int32_t error = TELEPHONY_ERR_FAIL; in OnStartRttResult() local
453 int32_t error = TELEPHONY_ERR_FAIL; in OnStopRttResult() local
469 int32_t error = TELEPHONY_ERR_FAIL; in OnGetImsConfigResult() local
493 int32_t error = TELEPHONY_ERR_FAIL; in OnSetImsConfigResult() local
509 int32_t error = TELEPHONY_ERR_FAIL; in OnGetImsFeatureValueResult() local
[all …]
/base/accessibility/frameworks/asacfwk/src/
Daccessible_ability_manager_service_proxy.cpp46 int error = NO_ERROR; in SendEvent() local
78 int error = NO_ERROR; in SetCaptionProperty() local
109 int error = NO_ERROR; in SetCaptionState() local
137 int error = NO_ERROR; in SetEnabled() local
166 int error = NO_ERROR; in RegisterStateCallback() local
209 int error = NO_ERROR; in GetAbilityList() local
255 int error = NO_ERROR; in RegisterElementOperator() local
300 int error = NO_ERROR; in DeregisterElementOperator() local
330 int error = NO_ERROR; in GetCaptionProperty() local
356 int error = NO_ERROR; in RegisterCaptionPropertyCallback() local
[all …]
Daccessibility_element_operator_proxy.cpp46 int error = NO_ERROR; in SearchElementInfoByAccessibilityId() local
91 int error = NO_ERROR; in SearchElementInfosByText() local
134 int error = NO_ERROR; in FindFocusedElementInfo() local
178 int error = NO_ERROR; in FocusMoveSearch() local
222 int error = NO_ERROR; in ExecuteAction() local
284 int error = NO_ERROR; in ClearFocus() local
305 int error = NO_ERROR; in OutsideTouch() local
Daccessibility_element_operator_callback_proxy.cpp45 int error = NO_ERROR; in SetSearchElementInfoByAccessibilityIdResult() local
78 int error = NO_ERROR; in SetSearchElementInfoByTextResult() local
111 int error = NO_ERROR; in SetFindFocusedElementInfoResult() local
143 int error = NO_ERROR; in SetFocusMoveSearchResult() local
175 int error = NO_ERROR; in SetExecuteActionResult() local
/base/location/location_locator/locator/source/
Dgnss_ability_proxy.cpp38 int error = Remote()->SendRequest(ISubAbility::SEND_LOCATION_REQUEST, data, reply, option); in SendLocationRequest() local
51 int error = Remote()->SendRequest(ISubAbility::GET_CACHED_LOCATION, data, reply, option); in GetCachedLocation() local
68 int error = Remote()->SendRequest(ISubAbility::SET_ENABLE, data, reply, option); in SetEnable() local
83 int error = Remote()->SendRequest(ISubAbility::HANDLE_REMOTE_REQUEST, data, reply, option); in RemoteRequest() local
96 int error = Remote()->SendRequest(ISubAbility::REFRESH_REQUESTS, data, reply, option); in RefrashRequirements() local
110 int error = Remote()->SendRequest(ISubAbility::REG_GNSS_STATUS, data, reply, option); in RegisterGnssStatusCallback() local
124 int error = Remote()->SendRequest(ISubAbility::UNREG_GNSS_STATUS, data, reply, option); in UnregisterGnssStatusCallback() local
138 int error = Remote()->SendRequest(ISubAbility::REG_NMEA, data, reply, option); in RegisterNmeaMessageCallback() local
152 int error = Remote()->SendRequest(ISubAbility::UNREG_NMEA, data, reply, option); in UnregisterNmeaMessageCallback() local
169 int error = Remote()->SendRequest(ISubAbility::REG_CACHED, data, reply, option); in RegisterCachedCallback() local
[all …]
Dnetwork_ability_proxy.cpp38 int error = Remote()->SendRequest(ISubAbility::SEND_LOCATION_REQUEST, data, reply, option); in SendLocationRequest() local
51 int error = Remote()->SendRequest(ISubAbility::GET_CACHED_LOCATION, data, reply, option); in GetCachedLocation() local
68 int error = Remote()->SendRequest(ISubAbility::SET_ENABLE, data, reply, option); in SetEnable() local
82 int error = Remote()->SendRequest(SELF_REQUEST, data, reply, option); in SelfRequest() local
Dgeo_convert_proxy.cpp29 int error = -1; in IsGeoConvertAvailable() local
42 int error = -1; in GetAddressByCoordinate() local
55 int error = -1; in GetAddressByLocationName() local
Dpassive_ability_proxy.cpp38 int error = Remote()->SendRequest(ISubAbility::SEND_LOCATION_REQUEST, data, reply, option); in SendLocationRequest() local
51 int error = Remote()->SendRequest(ISubAbility::GET_CACHED_LOCATION, data, reply, option); in GetCachedLocation() local
68 int error = Remote()->SendRequest(ISubAbility::SET_ENABLE, data, reply, option); in SetEnable() local
/base/location/interfaces/innerkits/locator_standard/src/
Dlocator_proxy.cpp44 int error = remote->SendRequest(GET_SWITCH_STATE, data, reply, option); in GetSwitchState() local
68 int error = remote->SendRequest(ENABLE_ABILITY, data, reply, option); in EnableAbility() local
85 int error = remote->SendRequest(UPDATE_SA_ABILITY, data, reply, option); in UpdateSaAbility() local
107 int error = remote->SendRequest(REG_SWITCH_CALLBACK, data, reply, option); in RegisterSwitchCallback() local
126 int error = remote->SendRequest(UNREG_SWITCH_CALLBACK, data, reply, option); in UnregisterSwitchCallback() local
146 int error = remote->SendRequest(REG_GNSS_STATUS_CALLBACK, data, reply, option); in RegisterGnssStatusCallback() local
165 int error = remote->SendRequest(UNREG_GNSS_STATUS_CALLBACK, data, reply, option); in UnregisterGnssStatusCallback() local
185 int error = remote->SendRequest(REG_NMEA_CALLBACK, data, reply, option); in RegisterNmeaMessageCallback() local
204 int error = remote->SendRequest(UNREG_NMEA_CALLBACK, data, reply, option); in UnregisterNmeaMessageCallback() local
231 int error = remote->SendRequest(START_LOCATING, data, reply, option); in StartLocating() local
[all …]
/base/telephony/cellular_data/frameworks/native/
Dcellular_data_service_proxy.cpp35 …int32_t error = Remote()->SendRequest((uint32_t)FuncCode::IS_CELLULAR_DATA_ENABLED, data, reply, o… in IsCellularDataEnabled() local
55 …int32_t error = Remote()->SendRequest((uint32_t)FuncCode::ENABLE_CELLULAR_DATA, data, reply, optio… in EnableCellularData() local
74 …int32_t error = Remote()->SendRequest((uint32_t)FuncCode::GET_CELLULAR_DATA_STATE, data, reply, op… in GetCellularDataState() local
94 …int32_t error = Remote()->SendRequest((uint32_t)FuncCode::IS_DATA_ROAMING_ENABLED, data, reply, op… in IsCellularDataRoamingEnabled() local
115 …int32_t error = Remote()->SendRequest((uint32_t)FuncCode::ENABLE_DATA_ROAMING, data, reply, option… in EnableCellularDataRoaming() local
135 … int32_t error = Remote()->SendRequest((uint32_t)FuncCode::APN_DATA_CHANGED, data, reply, option); in HandleApnChanged() local
154 …int32_t error = Remote()->SendRequest((uint32_t)FuncCode::GET_DEFAULT_SLOT_ID, data, reply, option… in GetDefaultCellularDataSlotId() local
174 …int32_t error = Remote()->SendRequest((uint32_t)FuncCode::SET_DEFAULT_SLOT_ID, data, reply, option… in SetDefaultCellularDataSlotId() local
193 … int32_t error = Remote()->SendRequest((uint32_t)FuncCode::GET_FLOW_TYPE_ID, data, reply, option); in GetCellularDataFlowType() local
214 int32_t error = Remote()->SendRequest((uint32_t)FuncCode::HAS_CAPABILITY, data, reply, option); in HasInternetCapability() local
[all …]
/base/accessibility/frameworks/aafwk/src/
Daccessible_ability_client_proxy.cpp39 int error = NO_ERROR; in Init() local
71 int error = NO_ERROR; in Disconnect() local
96 int error = NO_ERROR; in OnAccessibilityEvent() local
119 int error = NO_ERROR; in OnKeyPressEvent() local
149 int error = NO_ERROR; in OnDisplayResized() local
189 int error = NO_ERROR; in OnGestureSimulateResult() local
/base/telephony/core_service/frameworks/native/src/
Di_network_search_callback_stub.cpp64 int32_t error = data.ReadInt32(); in OnSetNetworkModeCallback() local
71 int32_t error = data.ReadInt32(); in OnGetNetworkModeCallback() local
78 int32_t error = data.ReadInt32(); in OnSetRadioStateCallback() local
85 int32_t error = data.ReadInt32(); in OnGetRadioStateCallback() local
92 int32_t error = data.ReadInt32(); in OnGetNetworkSearchInformation() local
99 int32_t error = data.ReadInt32(); in OnSetPreferredNetworkCallback() local
106 int32_t error = data.ReadInt32(); in OnGetPreferredNetworkCallback() local
/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
91 …int32_t error = Remote()->SendRequest(UPDATE_CALL_DISCONNECTED_CAUSE, dataParcel, replyParcel, opt… in OnCallDisconnectedCause() local
113 …int32_t error = Remote()->SendRequest(UPDATE_CALL_ASYNC_RESULT_REQUEST, dataParcel, replyParcel, o… in OnReportAsyncResults() local
194 int32_t error = Remote()->SendRequest(REPORT_OTT_CALL_REQUEST, dataParcel, replyParcel, option); in OnOttCallRequest() local
/base/sensors/miscdevice/interfaces/plugin/vibrator/test/unittest/
DExampleJsunit.test.js56 function vibrateCallback(error) { argument
78 function vibrateCallback(error) { argument
100 function vibrateCallback(error) { argument
122 function vibrateCallback(error) { argument
144 function vibrateCallback(error) { argument
166 function vibrateCallback(error) { argument
188 function vibrateCallback(error) { argument
210 function vibrateCallback(error) { argument
286 function vibrateCallback(error) { argument
/base/miscservices/screenlock/services/src/
Dscreenlock_system_ability_proxy.cpp47 int error = Remote()->SendRequest(ONCALLBACK_BOOL, data, reply, option); in OnCallBack() local
68 int error = Remote()->SendRequest(ONCALLBACK_VOID, data, reply, option); in OnCallBack() local
97 int error = Remote()->SendRequest(ONCALLBACK_INT, data, reply, option); in OnCallBack() local
/base/location/location_locator/callback/source/
Dlocator_callback_proxy.cpp50 …int error = Remote()->SendRequest(ILocatorCallback::RECEIVE_LOCATION_INFO_EVENT, data, reply, opti… in OnLocationReport() local
63 int error = Remote()->SendRequest(RECEIVE_LOCATION_STATUS_EVENT, data, reply, option); in OnLocatingStatusChange() local
76 int error = Remote()->SendRequest(RECEIVE_ERROR_INFO_EVENT, data, reply, option); in OnErrorReport() local
Dswitch_callback_proxy.cpp36 int error = Remote()->SendRequest(RECEIVE_SWITCH_STATE_EVENT, data, reply, option); in OnSwitchChange() local
Dgnss_status_callback_proxy.cpp38 int error = Remote()->SendRequest(RECEIVE_STATUS_INFO_EVENT, data, reply, option); in OnStatusChange() local
Dnmea_message_callback_proxy.cpp37 int error = Remote()->SendRequest(RECEIVE_NMEA_MESSAGE_EVENT, data, reply, option); in OnMessageChange() local

1234