/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() 76 …rkSearchTestCallbackStub::OnSetPreferredNetworkCallback(const bool result, const int32_t errorCode) in OnSetPreferredNetworkCallback() 85 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 | 33 …earchTestCallbackStub::OnGetNetworkModeCallback(const int32_t searchModel, const int32_t errorCode) in OnGetNetworkModeCallback() 44 …workSearchTestCallbackStub::OnSetNetworkModeCallback(const bool setResult, const int32_t errorCode) in OnSetNetworkModeCallback() 55 …tworkSearchTestCallbackStub::OnSetRadioStateCallback(const bool setResult, const int32_t errorCode) in OnSetRadioStateCallback() 65 …tworkSearchTestCallbackStub::OnGetRadioStateCallback(const bool setResult, const int32_t errorCode) in OnGetRadioStateCallback() 76 const sptr<NetworkSearchResult> &nsResult, const int32_t errorCode) in OnGetNetworkSearchInformation() 102 …rkSearchTestCallbackStub::OnSetPreferredNetworkCallback(const bool result, const int32_t errorCode) in OnSetPreferredNetworkCallback() 113 const int32_t networkMode, const int32_t errorCode) in OnGetPreferredNetworkCallback()
|
/base/telephony/core_service/frameworks/native/src/ |
D | i_network_search_callback_stub.cpp | 111 const sptr<NetworkSearchResult> &networkSearchResult, const int32_t errorCode) in OnGetNetworkSearchInformation() 114 …SearchCallbackStub::OnGetNetworkModeCallback(const int32_t searchModel, const int32_t errorCode) {} in OnGetNetworkModeCallback() 116 …tworkSearchCallbackStub::OnSetNetworkModeCallback(const bool setResult, const int32_t errorCode) {} in OnSetNetworkModeCallback() 118 …etworkSearchCallbackStub::OnSetRadioStateCallback(const bool setResult, const int32_t errorCode) {} in OnSetRadioStateCallback() 120 …etworkSearchCallbackStub::OnGetRadioStateCallback(const bool setResult, const int32_t errorCode) {} in OnGetRadioStateCallback() 134 …orkSearchCallbackStub::OnSetPreferredNetworkCallback(const bool result, const int32_t errorCode) {} in OnSetPreferredNetworkCallback() 136 …archCallbackStub::OnGetPreferredNetworkCallback(const int32_t networkMode, const int32_t errorCode) in OnGetPreferredNetworkCallback()
|
/base/miscservices/pasteboard/interfaces/kits/napi/src/ |
D | pasteboard_common.cpp | 21 napi_value GetCallbackErrorValue(napi_env env, int32_t errorCode) in GetCallbackErrorValue() 31 void SetCallback(const napi_env &env, const napi_ref &callbackIn, const int32_t errorCode, const na… in SetCallback()
|
/base/security/huks/interfaces/kits/napi/src/ |
D | huks_napi.cpp | 540 static void AddHuksErrorCodePart1(napi_env env, napi_value errorCode) in AddHuksErrorCodePart1() 584 static void AddHuksErrorCodePart2(napi_env env, napi_value errorCode) in AddHuksErrorCodePart2() 619 napi_value errorCode = nullptr; in CreateHuksErrorCode() local 628 static void AddHksErrorCodePart1(napi_env env, napi_value errorCode) in AddHksErrorCodePart1() 671 static void AddHksErrorCodePart2(napi_env env, napi_value errorCode) in AddHksErrorCodePart2() 706 napi_value errorCode = nullptr; in CreateHksErrorCode() local
|
D | huks_napi_common.cpp | 293 napi_value errorCode = nullptr; in GenerateHksResult() local 311 napi_value errorCode = nullptr; in GenerateHksResult() local 337 napi_value errorCode = nullptr; in GenerateHksResult() local 358 static napi_value GenerateBusinessError(napi_env env, int32_t errorCode) in GenerateBusinessError() 424 napi_value errorCode = nullptr; in GenerateHksHandle() local
|
/base/telephony/core_service/frameworks/js/network_search/src/ |
D | get_network_search_info_callback.cpp | 27 const sptr<NetworkSearchResult> &networkSearchResult, const int32_t errorCode) in OnGetNetworkSearchInformation()
|
D | set_preferred_network_callback.cpp | 26 …ferredNetworkCallback::OnSetPreferredNetworkCallback(const bool setResult, const int32_t errorCode) in OnSetPreferredNetworkCallback()
|
D | set_radio_state_callback.cpp | 25 void SetRadioStateCallback::OnSetRadioStateCallback(const bool setResult, const int32_t errorCode) in OnSetRadioStateCallback()
|
D | get_radio_state_callback.cpp | 24 void GetRadioStateCallback::OnGetRadioStateCallback(const bool isOn, const int32_t errorCode) in OnGetRadioStateCallback()
|
D | set_network_search_mode_callback.cpp | 26 …tNetworkSearchModeCallback::OnSetNetworkModeCallback(const bool setResult, const int32_t errorCode) in OnSetNetworkModeCallback()
|
D | get_preferred_network_callback.cpp | 37 …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/miscservices/inputmethod/services/src/ |
D | global.cpp | 33 const char *ToString(int errorCode) in ToString()
|
/base/location/location_locator/callback/source/ |
D | locator_callback_proxy.cpp | 67 void LocatorCallbackProxy::OnErrorReport(const int errorCode) in OnErrorReport() 103 void LocatorCallbackStub::OnErrorReport(const int errorCode) in OnErrorReport()
|
/base/telephony/core_service/frameworks/js/napi/ |
D | base_context.h | 30 int32_t errorCode = ERROR_DEFAULT; member
|
D | napi_util.cpp | 39 napi_value NapiUtil::CreateErrorMessage(napi_env env, std::string msg, int32_t errorCode) in CreateErrorMessage() 191 std::string errorCode = std::to_string(napi_invalid_arg); in HandleAsyncWork() local 211 std::string errorCode = std::to_string(queueWorkStatus); in HandleAsyncWork() local 224 std::string errorCode = std::to_string(napi_invalid_arg); in Handle1ValueCallback() local 261 std::string errorCode = std::to_string(napi_invalid_arg); in Handle2ValueCallback() local
|
/base/security/deviceauth/services/group_manager/src/session/ |
D | bind_session_common_util.c | 23 static int32_t GenerateGroupErrorMsg(int32_t errorCode, const BindSession *session, CJson *errorDat… in GenerateGroupErrorMsg() 148 int32_t errorCode = HC_SUCCESS; in CheckPeerStatus() local 204 void InformPeerGroupErrorIfNeed(bool isNeedInform, int32_t errorCode, const BindSession *session) in InformPeerGroupErrorIfNeed()
|
/base/accessibility/services/test/mock/distributeddatamgr/src/ |
D | mock_preferences_helper.cpp | 23 std::string PreferencesHelper::GetRealPath(const std::string &path, int &errorCode) in GetRealPath()
|
/base/location/interfaces/innerkits/locator_standard/src/ |
D | locator_callback_host.cpp | 75 int errorCode = data.ReadInt32(); in OnRemoteRequest() local 197 bool LocatorCallbackHost::SendErrorCode(const int& errorCode) in SendErrorCode() 269 void LocatorCallbackHost::OnErrorReport(const int errorCode) in OnErrorReport()
|
/base/miscservices/time/interfaces/kits/js/napi/system_time/include/ |
D | js_systemtime.h | 57 int errorCode = NO_ERROR; member 64 int errorCode = NO_ERROR; member
|
/base/update/updater/services/diffpatch/bzip2/ |
D | lz4_adapter.cpp | 48 LZ4F_errorCode_t errorCode = LZ4F_createCompressionContext(&compressionContext_, LZ4F_VERSION); in Open() local 84 LZ4F_errorCode_t errorCode = LZ4F_freeCompressionContext(compressionContext_); in Close() local
|
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_sim.cpp | 312 std::shared_ptr<HRilErrType> errorCode = std::make_shared<HRilErrType>(); in SetSimLockResponse() local 348 std::shared_ptr<HRilErrType> errorCode = std::make_shared<HRilErrType>(); in ChangeSimPasswordResponse() local 377 std::shared_ptr<HRilErrType> errorCode = std::make_shared<HRilErrType>(); in UnlockPinResponse() local 406 std::shared_ptr<HRilErrType> errorCode = std::make_shared<HRilErrType>(); in UnlockPukResponse() local 475 std::shared_ptr<HRilErrType> errorCode = std::make_shared<HRilErrType>(); in UnlockPin2Response() local 508 std::shared_ptr<HRilErrType> errorCode = std::make_shared<HRilErrType>(); in UnlockPuk2Response() local 582 std::shared_ptr<HRilErrType> errorCode = std::make_shared<HRilErrType>(); in SetActiveSimResponse() local 615 std::shared_ptr<HRilErrType> errorCode = std::make_shared<HRilErrType>(); in SimStkSendTerminalResponseResponse() local 648 std::shared_ptr<HRilErrType> errorCode = std::make_shared<HRilErrType>(); in SimStkSendEnvelopeResponse() local 681 std::shared_ptr<HRilErrType> errorCode = std::make_shared<HRilErrType>(); in SimStkIsReadyResponse() local [all …]
|
/base/notification/ans_standard/frameworks/ans/core/src/ |
D | ans_image_util.cpp | 77 uint32_t errorCode {0}; in UnPackImage() local 136 uint32_t errorCode {0}; in CreatePixelMap() local
|
/base/telephony/state_registry/frameworks/js/napi/include/ |
D | napi_state_registry.h | 67 int32_t errorCode = 0; member
|