Home
last modified time | relevance | path

Searched defs:GetBool (Results 1 – 11 of 11) sorted by relevance

/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
Dcloud_pref_impl_mock.cpp58 void CloudPrefImpl::GetBool(const std::string& key, bool& value) in GetBool() function in OHOS::FileManagement::CloudSync::CloudPrefImpl
/foundation/filemanagement/dfs_service/utils/preference/src/
Dcloud_pref_impl.cpp127 void CloudPrefImpl::GetBool(const std::string& key, bool& value) in GetBool() function in OHOS::FileManagement::CloudSync::CloudPrefImpl
/foundation/arkui/ace_engine/component_ext/ext_common/
Dext_napi_utils.cpp90 bool ExtNapiUtils::GetBool(napi_env env, napi_value value) in GetBool() function in OHOS::Ace::ExtNapiUtils
/foundation/arkui/ace_engine/frameworks/base/json/
Dnode_object.cpp58 bool NodeObject::GetBool(const std::string& key, bool defaultValue) const in GetBool() function in OHOS::Ace::NodeObject
Djson_util.cpp74 bool JsonValue::GetBool() const in GetBool() function in OHOS::Ace::JsonValue
79 bool JsonValue::GetBool(const std::string& key, bool defaultValue) const in GetBool() function in OHOS::Ace::JsonValue
Duobject.cpp131 bool UObject::GetBool(const std::string& key) const in GetBool() function in OHOS::UObject
/foundation/multimedia/image_effect/frameworks/native/utils/common/
Djson_helper.cpp183 bool EffectJson::GetBool() in GetBool() function in OHOS::Media::Effect::EffectJson
191 bool EffectJson::GetBool(const std::string &key, bool defaultValue) in GetBool() function in OHOS::Media::Effect::EffectJson
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Dvalue_object.cpp139 int ValueObject::GetBool(bool &val) const in GetBool() function in OHOS::NativeRdb::ValueObject
/foundation/distributeddatamgr/preferences/frameworks/native/src/
Dpreferences_base.cpp70 bool PreferencesBase::GetBool(const std::string &key, const bool &defValue = {}) in GetBool() function in OHOS::NativePreferences::PreferencesBase
/foundation/arkui/ace_engine/frameworks/core/components_ng/common_napi_utils/
Dcommon_napi_utils.cpp113 bool CommonNapiUtils::GetBool(napi_env env, napi_value value) in GetBool() function in OHOS::Ace::CommonNapiUtils
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
Dwebgl_rendering_context_common.cpp1185 static napi_value GetBool(napi_env env, napi_callback_info info) in GetBool() function