Home
last modified time | relevance | path

Searched refs:SetBoolean (Results 1 – 15 of 15) sorted by relevance

/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/test/unittest/nweb_value_test/
H A Dnweb_value_test.cpp57 nwebValue->SetBoolean(true);
64 nwebValue->SetBoolean(false);
/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/frameworks/core/common/storage/
H A Dstorage.h43 virtual void SetBoolean(const std::string& key, const bool value) = 0;
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/wrapper/
H A Djs.h57 static void SetBoolean(JSValue target, const char * const prop, const bool value);
H A Djs.cpp169 void JSObject::SetBoolean(JSValue target, const char * const prop, const bool value) in SetBoolean() function in OHOS::ACELite::JSObject
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h488 void SetBoolean(bool value) in SetBoolean() function
492 data_->SetBoolean(value); in SetBoolean()
H A Dnapi_webview_controller.h411 static napi_value SetBoolean(napi_env env, napi_callback_info info);
H A Dwebview_javascript_result_callback.cpp556 nwebValue->SetBoolean(boolVal); in ParseBasicTypeNapiValue2NwebValue()
H A Dnapi_webview_controller.cpp686 DECLARE_NAPI_FUNCTION("setBoolean", NapiWebMessageExt::SetBoolean), in Init()
1660 napi_value NapiWebMessageExt::SetBoolean(napi_env env, napi_callback_info info) in SetBoolean() function in OHOS::NWeb::NapiWebMessageExt
1695 webMessageExt->SetBoolean(value); in SetBoolean()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_javascript_result_callback.cpp101 webViewValue->SetBoolean(webJSValue->GetBoolean()); in GetBasicTypeWebViewValue()
H A Dweb_javascript_value.h270 void SetBoolean(bool value) in SetBoolean() function
H A Dweb_delegate.cpp2818 result->SetBoolean(ret); in OnReceiveValue()
/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/bridge/declarative_frontend/jsview/
H A Djs_web_controller.cpp96 webviewValue->SetBoolean(resultValue->ToBoolean()); in ParseValue()