/base/telephony/core_service/services/network_search/test/ |
D | network_search_test_callback_stub.cpp | 21 …earchTestCallbackStub::OnGetNetworkModeCallback(const int32_t searchModel, const int32_t errorCode) in OnGetNetworkModeCallback() 28 …workSearchTestCallbackStub::OnSetNetworkModeCallback(const bool setResult, const int32_t errorCode) in OnSetNetworkModeCallback() 36 …tworkSearchTestCallbackStub::OnSetRadioStateCallback(const bool setResult, const int32_t errorCode) in OnSetRadioStateCallback() 44 …tworkSearchTestCallbackStub::OnGetRadioStateCallback(const bool setResult, const int32_t errorCode) in OnGetRadioStateCallback() 53 const sptr<NetworkSearchResult> &nsResult, const int32_t errorCode) in OnGetNetworkSearchInformation() 82 …rkSearchTestCallbackStub::OnSetPreferredNetworkCallback(const bool result, const int32_t errorCode) in OnSetPreferredNetworkCallback() 91 const int32_t networkMode, const int32_t errorCode) in OnGetPreferredNetworkCallback()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | network_search_test_callback_stub.cpp | 100 …earchTestCallbackStub::OnGetNetworkModeCallback(const int32_t searchModel, const int32_t errorCode) in OnGetNetworkModeCallback() 108 …workSearchTestCallbackStub::OnSetNetworkModeCallback(const bool setResult, const int32_t errorCode) in OnSetNetworkModeCallback() 116 …tworkSearchTestCallbackStub::OnSetRadioStateCallback(const bool setResult, const int32_t errorCode) in OnSetRadioStateCallback() 124 …tworkSearchTestCallbackStub::OnGetRadioStateCallback(const bool isRadioOn, const int32_t errorCode) in OnGetRadioStateCallback() 133 const sptr<NetworkSearchResult> &nsResult, const int32_t errorCode) in OnGetNetworkSearchInformation() 171 …rkSearchTestCallbackStub::OnSetPreferredNetworkCallback(const bool result, const int32_t errorCode) in OnSetPreferredNetworkCallback() 179 …TestCallbackStub::OnGetPreferredNetworkCallback(const int32_t networkMode, const int32_t errorCode) in OnGetPreferredNetworkCallback()
|
/base/location/frameworks/native/source/ |
D | locator_proxy.cpp | 514 LocationErrCode errorCode = SendMsgWithReplyV9(GET_SWITCH_STATE, reply); in GetSwitchStateV9() local 533 LocationErrCode errorCode = SendMsgWithDataReplyV9(ENABLE_ABILITY, data, reply); in EnableAbilityV9() local 540 LocationErrCode errorCode = SendSimpleMsgV9(UPDATE_SA_ABILITY); in UpdateSaAbilityV9() local 607 LocationErrCode errorCode = SendRegisterMsgToRemoteV9(REG_SWITCH_CALLBACK, callback); in RegisterSwitchCallbackV9() local 614 LocationErrCode errorCode = SendRegisterMsgToRemoteV9(UNREG_SWITCH_CALLBACK, callback); in UnregisterSwitchCallbackV9() local 621 LocationErrCode errorCode = SendRegisterMsgToRemoteV9(REG_GNSS_STATUS_CALLBACK, callback); in RegisterGnssStatusCallbackV9() local 628 LocationErrCode errorCode = SendRegisterMsgToRemoteV9(UNREG_GNSS_STATUS_CALLBACK, callback); in UnregisterGnssStatusCallbackV9() local 646 LocationErrCode errorCode = SendMsgWithDataReplyV9(REG_NMEA_CALLBACK_v9, data, reply); in RegisterNmeaMessageCallbackV9() local 664 LocationErrCode errorCode = SendMsgWithDataReplyV9(UNREG_NMEA_CALLBACK_v9, data, reply); in UnregisterNmeaMessageCallbackV9() local 671 LocationErrCode errorCode = SendRegisterMsgToRemoteV9(REG_COUNTRY_CODE_CALLBACK, callback); in RegisterCountryCodeCallbackV9() local [all …]
|
/base/telephony/core_service/frameworks/native/src/ |
D | i_network_search_callback_stub.cpp | 113 const sptr<NetworkSearchResult> &networkSearchResult, const int32_t errorCode) in OnGetNetworkSearchInformation() 116 …SearchCallbackStub::OnGetNetworkModeCallback(const int32_t searchModel, const int32_t errorCode) {} in OnGetNetworkModeCallback() 118 …tworkSearchCallbackStub::OnSetNetworkModeCallback(const bool setResult, const int32_t errorCode) {} in OnSetNetworkModeCallback() 120 …etworkSearchCallbackStub::OnSetRadioStateCallback(const bool setResult, const int32_t errorCode) {} in OnSetRadioStateCallback() 122 …etworkSearchCallbackStub::OnGetRadioStateCallback(const bool setResult, const int32_t errorCode) {} in OnGetRadioStateCallback() 136 …orkSearchCallbackStub::OnSetPreferredNetworkCallback(const bool result, const int32_t errorCode) {} in OnSetPreferredNetworkCallback() 138 …archCallbackStub::OnGetPreferredNetworkCallback(const int32_t networkMode, const int32_t errorCode) in OnGetPreferredNetworkCallback()
|
/base/telephony/core_service/frameworks/js/napi/ |
D | napi_util.cpp | 81 std::string NapiUtil::GetErrorMessage(int32_t errorCode) in GetErrorMessage() 104 napi_value NapiUtil::CreateErrorMessage(napi_env env, const std::string &msg, int32_t errorCode) in CreateErrorMessage() 278 std::string errorCode = std::to_string(queueWorkStatus); in HandleAsyncWork() local 374 JsError NapiUtil::ConverErrorMessageForJs(int32_t errorCode) in ConverErrorMessageForJs() 404 bool NapiUtil::CreateParameterErrorMessageForJs(int32_t errorCode, JsErrorCode &jsErrorCode) in CreateParameterErrorMessageForJs() 429 bool NapiUtil::CreateNetworkSearchErrorMessageForJs(int32_t errorCode, JsErrorCode &jsErrorCode) in CreateNetworkSearchErrorMessageForJs() 448 bool NapiUtil::CreateSimErrorMessageForJs(int32_t errorCode, JsErrorCode &jsErrorCode) in CreateSimErrorMessageForJs() 474 bool NapiUtil::CreateSmsErrorMessageForJs(int32_t errorCode, JsErrorCode &jsErrorCode) in CreateSmsErrorMessageForJs() 494 bool NapiUtil::CreateObserverErrorMessageForJs(int32_t errorCode, JsErrorCode &jsErrorCode) in CreateObserverErrorMessageForJs() 521 bool NapiUtil::CreateCommonErrorMessageForJs(int32_t errorCode, JsErrorCode &jsErrorCode) in CreateCommonErrorMessageForJs() [all …]
|
/base/location/frameworks/js/napi/source/ |
D | location_napi_event.cpp | 126 LocationErrCode errorCode = CheckLocationSwitchEnable(); in SubscribeGnssStatusV9() local 148 LocationErrCode errorCode = CheckLocationSwitchEnable(); in SubscribeNmeaMessageV9() local 216 LocationErrCode errorCode = CheckLocationSwitchEnable(); in SubscribeLocationChangeV9() local 279 LocationErrCode errorCode = CheckLocationSwitchEnable(); in SubscribeCacheLocationChangeV9() local 309 LocationErrCode errorCode = CheckLocationSwitchEnable(); in SubscribeFenceStatusChangeV9() local 341 LocationErrCode errorCode = CheckLocationSwitchEnable(); in UnSubscribeFenceStatusChangeV9() local 488 LocationErrCode errorCode = CheckLocationSwitchEnable(); in RequestLocationOnceV9() local 576 … LocationErrCode errorCode = SubscribeLocationServiceStateV9(env, handlerRef, switchCallbackHost); in OnLocationServiceStateCallback() local 624 …LocationErrCode errorCode = SubscribeCacheLocationChangeV9(env, argv[PARAM1], handlerRef, cachedCa… in OnCachedGnssLocationsReportingCallback() local 663 LocationErrCode errorCode = SubscribeGnssStatusV9(env, handlerRef, gnssCallbackHost); in OnGnssStatusChangeCallback() local [all …]
|
D | location_napi_adapter.cpp | 73 LocationErrCode errorCode = CheckLocationSwitchState(); in HandleGetCachedLocation() local 103 LocationErrCode errorCode = g_locatorClient->IsLocationEnabledV9(isEnabled); in IsLocationEnabled() local 187 LocationErrCode errorCode = g_locatorClient->EnableAbilityV9(false); in DisableLocation() local 262 LocationErrCode errorCode = g_locatorClient->IsGeoServiceAvailableV9(isAvailable); in IsGeoServiceAvailable() local 306 LocationErrCode errorCode = g_locatorClient->IsGeoServiceAvailableV9(isAvailable); in CreateReverseGeocodeAsyncContext() local 347 LocationErrCode errorCode = g_locatorClient->IsGeoServiceAvailableV9(isAvailable); in CreateReverseGeocodeAsyncContext() local 509 LocationErrCode errorCode = g_locatorClient->IsLocationPrivacyConfirmedV9(type, isEnabled); in CreateReverseGeocodeAsyncContext() local 547 … LocationErrCode errorCode = g_locatorClient->SetLocationPrivacyConfirmStatusV9(type, isConfirmed); in CreateReverseGeocodeAsyncContext() local 578 LocationErrCode errorCode = CheckLocationSwitchState(); in CreateReverseGeocodeAsyncContext() local 629 LocationErrCode errorCode = CheckLocationSwitchState(); in CreateReverseGeocodeAsyncContext() local [all …]
|
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/hisysevent_wrapper/src/ |
D | cm_report_wrapper.c | 22 const char *name, int32_t errorCode) in ReportFaultEvent() 38 const struct CmBlob *certName, int32_t errorCode) in CmReport()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
D | mock_image_source.cpp | 31 void MockImageSourceCreateImageSource(bool mockRet, uint32_t errorCode) in MockImageSourceCreateImageSource() 37 void MockImageSourceCreatePixelMap(bool mockRet, uint32_t errorCode) in MockImageSourceCreatePixelMap() 66 const SourceOptions &opts, uint32_t &errorCode) in CreateImageSource() 72 const SourceOptions &opts, uint32_t &errorCode) in CreateImageSource() 85 uint32_t &errorCode) in CreateImageSource() 98 uint32_t &errorCode) in CreateImageSource() 104 uint32_t &errorCode) in CreateIncrementalImageSource() 112 …lMap> ImageSource::CreatePixelMapEx(uint32_t index, const DecodeOptions &opts, uint32_t &errorCode) in CreatePixelMapEx() 122 …xelMap> ImageSource::CreatePixelMap(uint32_t index, const DecodeOptions &opts, uint32_t &errorCode) in CreatePixelMap() 128 uint32_t &errorCode) in CreateIncrementalPixelMap() [all …]
|
/base/customization/enterprise_device_management/interfaces/kits/common/src/ |
D | napi_edm_error.cpp | 59 napi_value CreateError(napi_env env, ErrCode errorCode) in CreateError() 65 napi_value CreateError(napi_env env, int32_t errorCode, const std::string &errMessage) in CreateError()
|
/base/security/huks/interfaces/kits/napi/src/ |
D | huks_napi.cpp | 323 static void AddHuksErrorCodePart1(napi_env env, napi_value errorCode) in AddHuksErrorCodePart1() 367 static void AddHuksErrorCodePart2(napi_env env, napi_value errorCode) in AddHuksErrorCodePart2() 413 static void AddHuksErrorCodePart3(napi_env env, napi_value errorCode) in AddHuksErrorCodePart3() 431 napi_value errorCode = nullptr; in CreateHuksErrorCode() local 441 static void AddHuksErrCodePart(napi_env env, napi_value errorCode) in AddHuksErrCodePart() 468 napi_value errorCode = nullptr; in CreateHuksErrCode() local
|
/base/security/certificate_manager/interfaces/kits/napi/src/ |
D | cm_napi.cpp | 41 static void AddCMErrorCodePart(napi_env env, napi_value errorCode) in AddCMErrorCodePart() 53 napi_value errorCode = nullptr; in CreateCMErrorCode() local
|
/base/security/huks/services/huks_standard/huks_service/main/core/src/ |
D | hks_report.c | 26 const struct HksParamSet *paramSetIn, int32_t errorCode) in HksReport()
|
/base/telephony/core_service/frameworks/js/network_search/src/ |
D | get_radio_state_callback.cpp | 24 void GetRadioStateCallback::OnGetRadioStateCallback(const bool isOn, const int32_t errorCode) in OnGetRadioStateCallback()
|
D | get_network_search_info_callback.cpp | 28 const sptr<NetworkSearchResult> &networkSearchResult, const int32_t errorCode) in OnGetNetworkSearchInformation()
|
D | set_network_search_mode_callback.cpp | 26 …tNetworkSearchModeCallback::OnSetNetworkModeCallback(const bool setResult, const int32_t errorCode) in OnSetNetworkModeCallback()
|
D | set_preferred_network_callback.cpp | 27 …ferredNetworkCallback::OnSetPreferredNetworkCallback(const bool setResult, const int32_t errorCode) in OnSetPreferredNetworkCallback()
|
D | set_radio_state_callback.cpp | 26 void SetRadioStateCallback::OnSetRadioStateCallback(const bool setResult, const int32_t errorCode) in OnSetRadioStateCallback()
|
D | get_preferred_network_callback.cpp | 38 …dNetworkCallback::OnGetPreferredNetworkCallback(const int32_t networkMode, const int32_t errorCode) in OnGetPreferredNetworkCallback()
|
D | get_network_search_mode_callback.cpp | 39 …orkSearchModeCallback::OnGetNetworkModeCallback(const int32_t searchModel, const int32_t errorCode) in OnGetNetworkModeCallback()
|
/base/telephony/core_service/frameworks/js/sim/src/ |
D | napi_sim.cpp | 124 const std::string &errMessage, bool funcIgnoreReturnVal = false, int errorCode = ERROR_DEFAULT) in NapiAsyncCompleteCallback() 385 …int32_t errorCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().SetActiveSim(simContext-… in NativeActivateSim() local 415 int32_t errorCode = in NativeDeactivateSim() local 485 … int32_t errorCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetISOCountryCodeForSim( in NativeGetIsoForSim() local 522 int32_t errorCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetSimOperatorNumeric( in NativeGetSimOperatorNumeric() local 559 …int32_t errorCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetSimSpn(asyncContext->… in NativeGetSimSpn() local 594 int32_t errorCode = in NativeGetSimState() local 630 int32_t errorCode = in NativeGetCardType() local 666 … int32_t errorCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetVoiceMailIdentifier( in NativeGetVoiceMailIdentifier() local 704 int32_t errorCode = in NativeGetVoiceMailNumber() local [all …]
|
/base/inputmethod/imf/services/src/ |
D | global.cpp | 33 const char *ToString(int errorCode) in ToString()
|
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/hisysevent_wrapper/include/ |
D | hisysevent_wrapper.h | 29 int32_t errorCode; member
|
/base/notification/common_event_service/services/src/ |
D | common_event_manager_service_ability.cpp | 42 ErrCode errorCode = service_->Init(); in OnStart() local
|
/base/web/webview/interfaces/kits/napi/common/ |
D | business_error.cpp | 26 napi_value errorCode = nullptr; in CreateError() local
|