/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/storage/ |
H A D | mock_storage.h | 46 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 D | nweb_value_test.cpp | 57 nwebValue->SetBoolean(true); 64 nwebValue->SetBoolean(false);
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/preference/ |
H A D | storage_impl.h | 48 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 D | storage.h | 43 virtual void SetBoolean(const std::string& key, const bool value) = 0;
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/wrapper/ |
H A D | js.h | 57 static void SetBoolean(JSValue target, const char * const prop, const bool value);
|
H A D | js.cpp | 169 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 D | webview_controller.h | 488 void SetBoolean(bool value) in SetBoolean() function 492 data_->SetBoolean(value); in SetBoolean()
|
H A D | napi_webview_controller.h | 411 static napi_value SetBoolean(napi_env env, napi_callback_info info);
|
H A D | webview_javascript_result_callback.cpp | 556 nwebValue->SetBoolean(boolVal); in ParseBasicTypeNapiValue2NwebValue()
|
H A D | napi_webview_controller.cpp | 686 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 D | web_javascript_result_callback.cpp | 101 webViewValue->SetBoolean(webJSValue->GetBoolean()); in GetBasicTypeWebViewValue()
|
H A D | web_javascript_value.h | 270 void SetBoolean(bool value) in SetBoolean() function
|
H A D | web_delegate.cpp | 2818 result->SetBoolean(ret); in OnReceiveValue()
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_value.h | 291 void SetBoolean(bool b) in SetBoolean() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web_controller.cpp | 96 webviewValue->SetBoolean(resultValue->ToBoolean()); in ParseValue()
|