/foundation/arkui/ace_engine/frameworks/core/components_v2/common/ |
H A D | common_def.h | 59 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 D | device_timed_collect_tool.cpp | 105 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 D | netfirewall_preference_helper.cpp | 99 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 D | preferences_ffi.cpp | 53 ValueType FfiOHOSPreferencesGet(int64_t id, const char* key, ValueType defValue) in FfiOHOSPreferencesGet() argument
|
H A D | preferences_impl.cpp | 417 ValueType PreferencesImpl::Get(const std::string &key, const ValueType &defValue) in Get() argument
|
/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/ |
H A D | preferences.h | 407 GetValue(const std::string &key, const PreferencesValue &defValue) GetValue() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | screen_system_manager.h | 122 ArrayByScreenType(const T& defValue)
in ArrayByScreenType() argument
|
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | device_timed_collect_test.cpp | 628 const int64_t defValue = 0; in HWTEST_F() local
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/ |
H A D | mtp_native_test.cpp | 2555 string defValue = "GetPropertyInner"; in HWTEST_F() local
|
/foundation/distributeddatamgr/preferences/frameworks/native/src/ |
H A D | preferences_impl.cpp | 188 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 D | preferences_enhance_impl.cpp | 60 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 D | preferences_base.cpp | 43 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 D | napi_common.cpp | 142 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 D | napi_storage.cpp | 38 PreferencesValue defValue = PreferencesValue(static_cast<int>(0)); member [all...] |
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/ |
H A D | napi_preferences.cpp | 40 PreferencesValue defValue = PreferencesValue(static_cast<int64_t>(0)); member
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/ |
H A D | napi_preferences.cpp | 39 PreferencesValue defValue = PreferencesValue(static_cast<int64_t>(0)); member
|
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_operation_utils.cpp | 817 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 D | arkts_native_image_bridge.cpp | 85 ParseResizableCalcDimensions(ArkUIRuntimeCallInfo* runtimeCallInfo, uint32_t offset, uint32_t count, std::vector<std::optional<CalcDimension>>& results, const CalcDimension& defValue) ParseResizableCalcDimensions() argument
|
H A D | arkts_native_common_bridge.cpp | 239 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 D | nfc_napi_common_utils.cpp | 311 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
|