/base/telephony/core_service/utils/preferences/src/ |
H A D | tel_profile_util.cpp | 36 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveString() 47 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainString() 56 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() 87 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainBool() 96 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveLong() 107 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainLong() 116 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveFloat() 127 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainFloat() [all...] |
/base/telephony/telephony_data/common/src/ |
H A D | preferences_util.cpp | 42 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveString() 53 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainString() 62 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveInt() 73 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainInt() 82 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveBool() 93 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainBool() 102 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveLong() 113 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainLong() 122 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveFloat() 133 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainFloat() [all...] |
/base/theme/screenlock_mgr/utils/src/ |
H A D | preferences_util.cpp | 40 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveString() 51 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainString() 60 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveInt() 71 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainInt() 80 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveBool() 91 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainBool() 100 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveLong() 111 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainLong() 120 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in SaveFloat() 131 std::shared_ptr<NativePreferences::Preferences> ptr = GetProfiles(path_, errCode_); in ObtainFloat() [all...] |
/base/theme/wallpaper_mgr/frameworks/js/napi/ |
H A D | call.cpp | 38 context->errCode_ = ErrorThrowType::PARAMETER_ERROR; in Call() 43 if (status != napi_ok && context->errCode_ != 0 && needException) { in Call() 44 JsError::ThrowError(env, context->errCode_, context->errMsg_); in Call() 99 if (runStatus != napi_ok && context_->ctx->errCode_ != 0) { in SyncCall() 100 JsError::ThrowError(env, context_->ctx->errCode_, context_->ctx->errMsg_); in SyncCall() 136 if (context->ctx->errCode_ != 0) { in OnComplete() 137 napi_create_int32(env, context->ctx->errCode_, &errCode); in OnComplete()
|
H A D | call.h | 48 errCode_ = errCode; in SetErrInfo() 87 int32_t errCode_ = 0; member in OHOS::WallpaperNAPI::final::Context
|
/base/global/resource_management/interfaces/js/innerkits/core/include/ |
H A D | resource_manager_data_context.h | 53 int errCode_; member 66 errCode_(0), density_(0), iconType_(0), symbolValue_(0) {} in ResMgrDataContext() 72 errCode_ = errCode; in SetErrorMsg()
|
/base/telephony/core_service/utils/preferences/include/ |
H A D | tel_profile_util.h | 55 int errCode_ = NativePreferences::E_OK; member in OHOS::Telephony::TelProfileUtil
|
/base/telephony/telephony_data/common/include/ |
H A D | preferences_util.h | 54 int errCode_ = NativePreferences::E_OK; member in OHOS::Telephony::PreferencesUtil
|
/base/theme/screenlock_mgr/utils/include/ |
H A D | preferences_util.h | 54 int errCode_ = NativePreferences::E_OK; member in OHOS::ScreenLock::PreferencesUtil
|
/base/telephony/call_manager/services/spam_call/include/ |
H A D | spam_call_adapter.h | 51 int32_t errCode_ = -1; member in OHOS::Telephony::SpamCallAdapter
|
/base/telephony/call_manager/services/spam_call/src/ |
H A D | spam_call_adapter.cpp | 196 errCode = errCode_; in GetDetectResult() 202 errCode_ = errCode; in SetDetectResult()
|
/base/location/services/location_locator/locator/include/ |
H A D | locator_ability.h | 290 int32_t errCode_; member in OHOS::Location::LocatorErrorMessage
|
/base/global/resource_management/interfaces/js/innerkits/core/src/ |
H A D | resource_manager_napi_async_impl.cpp | 131 result[0] = GetCallbackErrorCode(env, dataContext->errCode_, dataContext->errMsg_.c_str()); in Complete() 140 result[0] = GetCallbackErrorCode(env, dataContext->errCode_, dataContext->errMsg_.c_str()); in Complete()
|
/base/location/services/location_locator/locator/source/ |
H A D | locator_ability.cpp | 1731 errCode_ = errCode; in SetErrCode() 1736 return errCode_; in GetErrCode()
|