| /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 | webview_javascript_result_callback.cpp | 189 napi_get_boolean(env, value->GetBoolean(), &napiValue); in ParseNwebValue2NapiValue()
|
| D | napi_webview_controller.h | 222 static napi_value GetBoolean(napi_env env, napi_callback_info info);
|
| D | napi_webview_controller.cpp | 255 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/ |
| D | nweb_value_test.cpp | 59 bool value = nwebValue->GetBoolean(); 65 value = nwebValue->GetBoolean();
|
| /base/hiviewdfx/hiview/base/utility/include/ |
| D | parameter_ex.h | 35 bool GetBoolean(const std::string& key, const bool defaultValue);
|
| /base/hiviewdfx/hiview/base/utility/test/unittest/common/ |
| D | system_service_ohos_test.cpp | 71 auto ret2 = Parameter::GetBoolean("TEST_KEY2", true);
|
| /base/web/webview/ohos_nweb/include/ |
| D | nweb_value.h | 52 bool GetBoolean() { return data_.b; } in GetBoolean() function
|
| /base/hiviewdfx/hiview/base/utility/ |
| D | parameter_ex.cpp | 39 bool GetBoolean(const std::string& key, const bool defaultValue) in GetBoolean() function
|
| /base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
| D | napi_util.cpp | 135 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()
|
| D | napi_hiappevent_builder.cpp | 156 appEventPack_->AddParam(key, NapiUtil::GetBoolean(env, value)); in AddParam2EventPack()
|
| /base/hiviewdfx/hiappevent/frameworks/js/napi/include/ |
| D | napi_util.h | 38 bool GetBoolean(const napi_env env, const napi_value value);
|
| /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/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 | 127 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
|
| D | resource_manager_napi_sync_impl.cpp | 39 {"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/ |
| D | resource_manager_impl.h | 551 RState GetBoolean(const IdItem *idItem, bool &outValue);
|
| /base/global/resource_management/frameworks/resmgr/src/ |
| D | resource_manager_impl.cpp | 453 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/ |
| D | napi_parse_utils.cpp | 47 bool value = src->GetBoolean(); in ConvertToNapiHandlerOfBoolean()
|
| /base/hiviewdfx/hiview/base/ |
| D | libhiviewbase.map | 268 …"OHOS::HiviewDFX::Parameter::GetBoolean(std::__h::basic_string<char, std::__h::char_traits<char>, …
|