Searched defs:SetBoolean (Results 1 – 7 of 7) sorted by relevance
48 void SetBoolean(const std::string& key, const bool value) override in SetBoolean() function
46 void SetBoolean(const std::string& key, const bool value) override {}; in SetBoolean() function77 void SetBoolean(const std::string& key, const bool value) override {}; in SetBoolean() function
488 void SetBoolean(bool value) in SetBoolean() function
1660 napi_value NapiWebMessageExt::SetBoolean(napi_env env, napi_callback_info info) in SetBoolean() function in OHOS::NWeb::NapiWebMessageExt
291 void SetBoolean(bool b) in SetBoolean() function
270 void SetBoolean(bool value) in SetBoolean() function
169 void JSObject::SetBoolean(JSValue target, const char * const prop, const bool value) in SetBoolean() function in OHOS::ACELite::JSObject