Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/preference/
H A Dstorage_impl.h48 void SetBoolean(const std::string& key, const bool value) override in SetBoolean() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/storage/
H A Dmock_storage.h46 void SetBoolean(const std::string& key, const bool value) override {}; in SetBoolean() function
77 void SetBoolean(const std::string& key, const bool value) override {}; in SetBoolean() function
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h488 void SetBoolean(bool value) in SetBoolean() function
H A Dnapi_webview_controller.cpp1660 napi_value NapiWebMessageExt::SetBoolean(napi_env env, napi_callback_info info) in SetBoolean() function in OHOS::NWeb::NapiWebMessageExt
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_value.h291 void SetBoolean(bool b) in SetBoolean() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_javascript_value.h270 void SetBoolean(bool value) in SetBoolean() function
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/wrapper/
H A Djs.cpp169 void JSObject::SetBoolean(JSValue target, const char * const prop, const bool value) in SetBoolean() function in OHOS::ACELite::JSObject