Home
last modified time | relevance | path

Searched defs:defValue (Results 1 - 20 of 20) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Dcommon_def.h59 ResumeEventCallback(const RefPtr<C>& component, const std::unique_ptr<std::function<R(Args...)>>& (C::*getMethod)() const, R defValue, const Args&... args) ResumeEventCallback() argument
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_timed_collect_tool.cpp105 int64_t PreferencesUtil::ObtainLong(const std::string& key, int64_t defValue) in ObtainLong() argument
110 string PreferencesUtil::ObtainString(const std::string& key, std::string defValue) in ObtainString() argument
116 T PreferencesUtil::Obtain(const std::string& key, const T& defValue) in Obtain() argument
125 ObtainInner( std::shared_ptr<NativePreferences::Preferences> ptr, const std::string& key, const int64_t& defValue) ObtainInner() argument
131 ObtainInner( std::shared_ptr<NativePreferences::Preferences> ptr, const std::string& key, const std::string& defValue) ObtainInner() argument
[all...]
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_preference_helper.cpp99 int32_t NetFirewallPreferenceHelper::ObtainInt(const std::string &key, int32_t defValue) in ObtainInt() argument
104 bool NetFirewallPreferenceHelper::ObtainBool(const std::string &key, bool defValue) in ObtainBool() argument
109 template <typename T> T NetFirewallPreferenceHelper::Obtain(const std::string &key, const T &defValue) in Obtain() argument
118 ObtainInner(std::shared_ptr<NativePreferences::Preferences> ptr, const std::string &key, const int32_t &defValue) ObtainInner() argument
124 ObtainInner(std::shared_ptr<NativePreferences::Preferences> ptr, const std::string &key, const bool &defValue) ObtainInner() argument
[all...]
/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_ffi.cpp53 ValueType FfiOHOSPreferencesGet(int64_t id, const char* key, ValueType defValue) in FfiOHOSPreferencesGet() argument
H A Dpreferences_impl.cpp417 ValueType PreferencesImpl::Get(const std::string &key, const ValueType &defValue) in Get() argument
/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences.h407 GetValue(const std::string &key, const PreferencesValue &defValue) GetValue() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dscreen_system_manager.h122 ArrayByScreenType(const T& defValue) in ArrayByScreenType() argument
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_timed_collect_test.cpp628 const int64_t defValue = 0; in HWTEST_F() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_native_test.cpp2555 string defValue = "GetPropertyInner"; in HWTEST_F() local
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_impl.cpp188 PreferencesValue PreferencesImpl::Get(const std::string &key, const PreferencesValue &defValue) in Get() argument
522 std::pair<int, PreferencesValue> PreferencesImpl::GetValue(const std::string &key, const PreferencesValue &defValue) in GetValue() argument
H A Dpreferences_enhance_impl.cpp60 PreferencesValue PreferencesEnhanceImpl::Get(const std::string &key, const PreferencesValue &defValue) in Get() argument
365 GetValue(const std::string &key, const PreferencesValue &defValue) GetValue() argument
[all...]
H A Dpreferences_base.cpp43 PreferencesValue PreferencesBase::Get(const std::string &key, const PreferencesValue &defValue) in Get() argument
222 GetValue(const std::string &key, const PreferencesValue &defValue) GetValue() argument
[all...]
/foundation/communication/netmanager_base/frameworks/js/napi/common/
H A Dnapi_common.cpp142 GetNapiStringValue( napi_env env, napi_value napiValue, const std::string &name, const std::string &defValue) GetNapiStringValue() argument
176 GetNapiInt32Value( napi_env env, napi_value napiValue, const std::string &name, const int32_t &defValue) GetNapiInt32Value() argument
190 GetNapiInt64Value( napi_env env, napi_value napiValue, const std::string &name, const int64_t &defValue) GetNapiInt64Value() argument
/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage.cpp38 PreferencesValue defValue = PreferencesValue(static_cast<int>(0)); member
[all...]
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H A Dnapi_preferences.cpp40 PreferencesValue defValue = PreferencesValue(static_cast<int64_t>(0)); member
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H A Dnapi_preferences.cpp39 PreferencesValue defValue = PreferencesValue(static_cast<int64_t>(0)); member
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_operation_utils.cpp817 std::string MtpOperationUtils::GetPropertyInner(const std::string &property, const std::string &defValue) in GetPropertyInner() argument
822 bool MtpOperationUtils::SetPropertyInner(const std::string &property, const std::string &defValue) in SetPropertyInner() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_image_bridge.cpp85 ParseResizableCalcDimensions(ArkUIRuntimeCallInfo* runtimeCallInfo, uint32_t offset, uint32_t count, std::vector<std::optional<CalcDimension>>& results, const CalcDimension& defValue) ParseResizableCalcDimensions() argument
H A Darkts_native_common_bridge.cpp239 ParseCalcDimensions(ArkUIRuntimeCallInfo* runtimeCallInfo, uint32_t offset, uint32_t count, std::vector<std::optional<CalcDimension>>& results, const CalcDimension& defValue) ParseCalcDimensions() argument
262 ParseCalcDimensionsNG(ArkUIRuntimeCallInfo* runtimeCallInfo, uint32_t offset, uint32_t count, std::vector<std::optional<CalcDimension>>& results, const CalcDimension& defValue) ParseCalcDimensionsNG() argument
1364 ParseResizableCalcDimensions(ArkUIRuntimeCallInfo* runtimeCallInfo, uint32_t offset, uint32_t count, std::vector<std::optional<CalcDimension>>& results, const CalcDimension& defValue) ParseResizableCalcDimensions() argument
/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp311 int32_t GetNapiInt32Value(napi_env env, napi_value napiValue, const std::string &name, const int32_t &defValue) in GetNapiInt32Value() argument
276 GetNapiStringValue( napi_env env, napi_value napiValue, const std::string &name, const std::string &defValue) GetNapiStringValue() argument

Completed in 65 milliseconds