Home
last modified time | relevance | path

Searched defs:SetBoolean (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/capability/preference/
Dstorage_impl.h48 void SetBoolean(const std::string& key, const bool value) override in SetBoolean() function
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
Dweb_javascript_value.h70 void SetBoolean(bool value) in SetBoolean() function
/foundation/arkui/ace_engine/adapter/ohos/capability/distributed/storage/
Ddistributed_storage.cpp217 void DistributedStorage::SetBoolean(const std::string& key, const bool value) in SetBoolean() function in OHOS::Ace::DistributedStorage
/foundation/arkui/ace_engine_lite/frameworks/src/core/wrapper/
Djs.cpp169 void JSObject::SetBoolean(JSValue target, const char * const prop, const bool value) in SetBoolean() function in OHOS::ACELite::JSObject