Searched refs:errCode_ (Results 1 – 8 of 8) sorted by relevance
/base/telephony/core_service/utils/preferences/src/ |
D | tel_profile_util.cpp | 36 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveString() 45 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainString() 54 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveInt() 63 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainInt() 72 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveBool() 81 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainBool() 90 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveLong() 99 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainLong() 108 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveFloat() 117 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainFloat() [all …]
|
/base/telephony/data_storage/common/src/ |
D | preferences_util.cpp | 40 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveString() 49 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainString() 58 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveInt() 67 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainInt() 76 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveBool() 85 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainBool() 94 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveLong() 103 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainLong() 112 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveFloat() 121 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainFloat() [all …]
|
/base/theme/wallpaper_mgr/interfaces/kits/napi/ |
D | async_call.cpp | 40 context->errCode_ = ErrorThrowType::PARAMETER_ERROR; in AsyncCall() 45 if (status != napi_ok && context->errCode_ != 0 && needException) { in AsyncCall() 46 JsError::ThrowError(env, context->errCode_, context->errMsg_); in AsyncCall() 101 if (runStatus != napi_ok && context_->ctx->errCode_ != 0) { in SyncCall() 102 JsError::ThrowError(env, context_->ctx->errCode_, context_->ctx->errMsg_); in SyncCall() 138 if (context->ctx->errCode_ != 0) { in OnComplete() 139 napi_create_int32(env, context->ctx->errCode_, &errCode); in OnComplete()
|
D | async_call.h | 48 errCode_ = errCode; in SetErrInfo() 87 int32_t errCode_ = 0; variable
|
/base/telephony/core_service/utils/preferences/include/ |
D | tel_profile_util.h | 55 int errCode_ = NativePreferences::E_OK; variable
|
/base/telephony/data_storage/common/include/ |
D | preferences_util.h | 61 int errCode_ = NativePreferences::E_OK; variable
|
/base/global/resource_management/interfaces/js/innerkits/core/include/ |
D | resource_manager_addon.h | 186 int errCode_; member 193 …eFunc_(nullptr), len_(0), deferred_(nullptr), callbackRef_(nullptr), success_(true), errCode_(0) {} in ResMgrAsyncContext()
|
/base/global/resource_management/interfaces/js/innerkits/core/src/ |
D | resource_manager_addon.cpp | 114 errCode_ = errCode; in SetErrorMsg() 232 … result[0] = GetCallbackErrorCode(env, asyncContext->errCode_, asyncContext->errMsg_.c_str()); in Complete() 241 … result[0] = GetCallbackErrorCode(env, asyncContext->errCode_, asyncContext->errMsg_.c_str()); in Complete()
|