| /base/web/webview/interfaces/kits/napi/webviewcontroller/ |
| D | webview_javascript_execute_callback.h | 47 static napi_value GetBoolean(napi_env env, napi_callback_info info); 61 bool GetBoolean();
|
| D | webview_javascript_execute_callback.cpp | 56 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
|
| D | napi_webview_controller.h | 244 static napi_value GetBoolean(napi_env env, napi_callback_info info);
|
| D | webview_javascript_result_callback.cpp | 365 s = napi_get_boolean(env, value->GetBoolean(), &napiValue); in ParseBasicTypeNwebValue2NapiValue()
|
| D | napi_webview_controller.cpp | 285 DECLARE_NAPI_FUNCTION("getBoolean", NapiWebMessageExt::GetBoolean), in Init() 964 napi_value NapiWebMessageExt::GetBoolean(napi_env env, napi_callback_info info) in GetBoolean() function in OHOS::NWeb::NapiWebMessageExt
|
| /base/hiviewdfx/hiview/base/utility/include/ |
| D | parameter_ex.h | 35 bool GetBoolean(const std::string& key, const bool defaultValue);
|
| /base/web/webview/test/unittest/nweb_value_test/ |
| D | nweb_value_test.cpp | 59 bool value = nwebValue->GetBoolean(); 65 value = nwebValue->GetBoolean();
|
| /base/hiviewdfx/hiview/base/utility/test/unittest/common/ |
| D | system_service_ohos_test.cpp | 71 auto ret2 = Parameter::GetBoolean("TEST_KEY2", true);
|
| /base/hiviewdfx/hiview/base/utility/ |
| D | parameter_ex.cpp | 39 bool GetBoolean(const std::string& key, const bool defaultValue) in GetBoolean() function
|
| /base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
| D | resource_manager_impl.cpp | 378 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/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
| D | napi_util.cpp | 142 bool GetBoolean(const napi_env env, const napi_value value) in GetBoolean() function 160 bools.push_back(GetBoolean(env, element)); in GetBooleans() 469 result = GetBoolean(env, value) ? "true" : "false"; in ConvertToString()
|
| D | napi_hiappevent_builder.cpp | 155 appEventPack_->AddParam(key, NapiUtil::GetBoolean(env, value)); in AddParam2EventPack()
|
| D | napi_hiappevent_processor.cpp | 96 out = NapiUtil::GetBoolean(env, value); in GenConfigBoolProp()
|
| /base/hiviewdfx/hiappevent/frameworks/js/napi/include/ |
| D | napi_util.h | 41 bool GetBoolean(const napi_env env, const napi_value value);
|
| /base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
| D | resource_manager_impl.h | 296 RState GetBoolean(const IdItem *idItem, bool &outValue);
|
| /base/global/resource_management/interfaces/js/innerkits/core/include/ |
| D | resource_manager_napi_sync_impl.h | 47 static napi_value GetBoolean(napi_env env, napi_callback_info info);
|
| D | resource_manager_addon.h | 115 static napi_value GetBoolean(napi_env env, napi_callback_info info);
|
| /base/global/resource_management/interfaces/js/innerkits/core/src/ |
| D | resource_manager_addon.cpp | 129 DECLARE_NAPI_FUNCTION("getBoolean", GetBoolean), 366 napi_value ResourceManagerAddon::GetBoolean(napi_env env, napi_callback_info info) in GetBoolean() function in OHOS::Global::Resource::ResourceManagerAddon
|
| D | resource_manager_napi_sync_impl.cpp | 41 {"GetBoolean", std::bind(&ResourceManagerNapiSyncImpl::GetBoolean, _1, _2)}, 461 napi_value ResourceManagerNapiSyncImpl::GetBoolean(napi_env env, napi_callback_info info) in GetBoolean() function in OHOS::Global::Resource::ResourceManagerNapiSyncImpl
|
| /base/web/webview/ohos_nweb/include/ |
| D | nweb_value.h | 280 bool GetBoolean() in GetBoolean() function
|
| /base/web/webview/interfaces/kits/napi/common/ |
| D | napi_parse_utils.cpp | 47 bool value = src->GetBoolean(); in ConvertToNapiHandlerOfBoolean()
|
| /base/global/resource_management/frameworks/resmgr/include/ |
| D | resource_manager_impl.h | 640 RState GetBoolean(const IdItem *idItem, bool &outValue);
|
| /base/global/resource_management/frameworks/resmgr/src/ |
| D | resource_manager_impl.cpp | 470 RState state = GetBoolean(idItem, outValue); in GetBooleanById() 484 RState state = GetBoolean(idItem, outValue); in GetBooleanByName() 491 RState ResourceManagerImpl::GetBoolean(const IdItem *idItem, bool &outValue) in GetBoolean() function in OHOS::Global::Resource::ResourceManagerImpl
|
| /base/hiviewdfx/hiview/base/ |
| D | libhiviewbase.map | 279 …"OHOS::HiviewDFX::Parameter::GetBoolean(std::__h::basic_string<char, std::__h::char_traits<char>, …
|