Home
last modified time | relevance | path

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

/foundation/filemanagement/dfs_service/utils/preference/src/
Dcloud_pref_impl.cpp84 void CloudPrefImpl::GetBool(const std::string& key, bool& value) in GetBool() function in OHOS::FileManagement::CloudSync::CloudPrefImpl
/foundation/arkui/ace_engine/frameworks/base/json/
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
Dnode_object.cpp63 bool NodeObject::GetBool(const std::string& key, bool defaultValue) const in GetBool() function in OHOS::Ace::NodeObject
Duobject.cpp109 bool UObject::GetBool(const std::string& key) const in GetBool() function in OHOS::UObject
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Dvalue_object.cpp128 int ValueObject::GetBool(bool &val) const in GetBool() function in OHOS::NativeRdb::ValueObject
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
Dmock_preferences.cpp51 bool MockPreferences::GetBool(const std::string &key, const bool &defValue) in GetBool() function in OHOS::NativePreferences::MockPreferences
/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/src/
Ddk_record_field.cpp153 DKLocalErrorCode DKRecordField::GetBool(bool &val) const in GetBool() function in DriveKit::DKRecordField
/foundation/distributeddatamgr/preferences/frameworks/native/include/
Dpreferences_impl.h76 bool GetBool(const std::string &key, const bool &defValue) override in GetBool() function
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/data_sync/gallery_data_sync/
Ddata_convertor.cpp129 int32_t DataConvertor::GetBool(const string &key, bool &val, NativeRdb::ResultSet &resultSet) in GetBool() function in OHOS::FileManagement::CloudSync::DataConvertor
/foundation/arkui/ace_engine/frameworks/core/components_ng/common_napi_utils/
Dcommon_napi_utils.cpp114 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/webgl/src/
Dwebgl_rendering_context.cpp1186 static napi_value GetBool(napi_env env, napi_callback_info info) in GetBool() function