Home
last modified time | relevance | path

Searched refs:GetBoolean (Results 1 – 23 of 23) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_javascript_execute_callback.h47 static napi_value GetBoolean(napi_env env, napi_callback_info info);
61 bool GetBoolean();
Dwebview_javascript_execute_callback.cpp56 DECLARE_NAPI_FUNCTION("getBoolean", NapiJsMessageExt::GetBoolean), in InitJSExcute()
293 bool WebJsMessageExt::GetBoolean() in GetBoolean() function in OHOS::NWeb::WebJsMessageExt
296 return value_->GetBoolean(); in GetBoolean()
385 napi_value NapiJsMessageExt::GetBoolean(napi_env env, napi_callback_info info) in GetBoolean() function in OHOS::NWeb::NapiJsMessageExt
Dwebview_javascript_result_callback.cpp189 napi_get_boolean(env, value->GetBoolean(), &napiValue); in ParseNwebValue2NapiValue()
Dnapi_webview_controller.h222 static napi_value GetBoolean(napi_env env, napi_callback_info info);
Dnapi_webview_controller.cpp255 DECLARE_NAPI_FUNCTION("getBoolean", NapiWebMessageExt::GetBoolean), in Init()
880 napi_value NapiWebMessageExt::GetBoolean(napi_env env, napi_callback_info info) in GetBoolean() function in OHOS::NWeb::NapiWebMessageExt
/base/web/webview/test/unittest/nweb_value_test/
Dnweb_value_test.cpp59 bool value = nwebValue->GetBoolean();
65 value = nwebValue->GetBoolean();
/base/hiviewdfx/hiview/base/utility/include/
Dparameter_ex.h35 bool GetBoolean(const std::string& key, const bool defaultValue);
/base/hiviewdfx/hiview/base/utility/test/unittest/common/
Dsystem_service_ohos_test.cpp71 auto ret2 = Parameter::GetBoolean("TEST_KEY2", true);
/base/web/webview/ohos_nweb/include/
Dnweb_value.h52 bool GetBoolean() { return data_.b; } in GetBoolean() function
/base/hiviewdfx/hiview/base/utility/
Dparameter_ex.cpp39 bool GetBoolean(const std::string& key, const bool defaultValue) in GetBoolean() function
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_util.cpp135 bool GetBoolean(const napi_env env, const napi_value value) in GetBoolean() function
153 bools.push_back(GetBoolean(env, element)); in GetBooleans()
416 result = GetBoolean(env, value) ? "true" : "false"; in ConvertToString()
Dnapi_hiappevent_builder.cpp156 appEventPack_->AddParam(key, NapiUtil::GetBoolean(env, value)); in AddParam2EventPack()
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
Dnapi_util.h38 bool GetBoolean(const napi_env env, const napi_value value);
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dresource_manager_impl.cpp378 return GetBoolean(idItem, outValue); in GetBooleanById()
384 return GetBoolean(idItem, outValue); in GetBooleanByName()
387 RState ResourceManagerImpl::GetBoolean(const IdItem *idItem, bool &outValue) in GetBoolean() function in OHOS::Global::Resource::ResourceManagerImpl
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dresource_manager_impl.h296 RState GetBoolean(const IdItem *idItem, bool &outValue);
/base/global/resource_management/interfaces/js/innerkits/core/include/
Dresource_manager_napi_sync_impl.h47 static napi_value GetBoolean(napi_env env, napi_callback_info info);
Dresource_manager_addon.h115 static napi_value GetBoolean(napi_env env, napi_callback_info info);
/base/global/resource_management/interfaces/js/innerkits/core/src/
Dresource_manager_addon.cpp127 DECLARE_NAPI_FUNCTION("getBoolean", GetBoolean),
361 napi_value ResourceManagerAddon::GetBoolean(napi_env env, napi_callback_info info) in GetBoolean() function in OHOS::Global::Resource::ResourceManagerAddon
Dresource_manager_napi_sync_impl.cpp39 {"GetBoolean", std::bind(&ResourceManagerNapiSyncImpl::GetBoolean, _1, _2)},
414 napi_value ResourceManagerNapiSyncImpl::GetBoolean(napi_env env, napi_callback_info info) in GetBoolean() function in OHOS::Global::Resource::ResourceManagerNapiSyncImpl
/base/global/resource_management/frameworks/resmgr/include/
Dresource_manager_impl.h551 RState GetBoolean(const IdItem *idItem, bool &outValue);
/base/global/resource_management/frameworks/resmgr/src/
Dresource_manager_impl.cpp453 RState state = GetBoolean(idItem, outValue); in GetBooleanById()
467 RState state = GetBoolean(idItem, outValue); in GetBooleanByName()
474 RState ResourceManagerImpl::GetBoolean(const IdItem *idItem, bool &outValue) in GetBoolean() function in OHOS::Global::Resource::ResourceManagerImpl
/base/web/webview/interfaces/kits/napi/common/
Dnapi_parse_utils.cpp47 bool value = src->GetBoolean(); in ConvertToNapiHandlerOfBoolean()
/base/hiviewdfx/hiview/base/
Dlibhiviewbase.map268 …"OHOS::HiviewDFX::Parameter::GetBoolean(std::__h::basic_string<char, std::__h::char_traits<char>, …