/base/hiviewdfx/hiview/base/utility/test/unittest/common/ |
H A D | system_service_ohos_test.cpp | 55 auto ret2 = Parameter::GetBoolean("TEST_KEY2", true); in HWTEST_F()
|
/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_javascript_execute_callback.cpp | 77 bool WebJsMessageExtImpl::GetBoolean() in GetBoolean() function in OHOS::Webview::WebJsMessageExtImpl 80 return value_->GetBoolean(); in GetBoolean()
|
H A D | webview_message_ffi.cpp | 227 WEBVIEWLOGD("FfiOHOSWebMessageExtImplGetBoolean::GetBoolean start"); in FfiOHOSWebMessageExtImplGetBoolean() 230 WEBVIEWLOGE("FfiOHOSWebMessageExtImplGetBoolean::GetBoolean error"); in FfiOHOSWebMessageExtImplGetBoolean() 241 WEBVIEWLOGE("FfiOHOSWebMessageExtImplGetBoolean::GetBoolean error"); in FfiOHOSWebMessageExtImplGetBoolean() 245 double boolean = data->GetBoolean(); in FfiOHOSWebMessageExtImplGetBoolean() 645 WEBVIEWLOGD("FfiOHOSJsMessageExtImplGetBoolean::GetBoolean start"); in FfiOHOSJsMessageExtImplGetBoolean() 648 WEBVIEWLOGE("FfiOHOSJsMessageExtImplGetBoolean::GetBoolean error"); in FfiOHOSJsMessageExtImplGetBoolean() 659 WEBVIEWLOGE("FfiOHOSJsMessageExtImplGetBoolean::GetBoolean error"); in FfiOHOSJsMessageExtImplGetBoolean() 663 double boolean = data->GetBoolean(); in FfiOHOSJsMessageExtImplGetBoolean()
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_javascript_execute_callback.h | 47 static napi_value GetBoolean(napi_env env, napi_callback_info info); 61 bool GetBoolean();
|
H A 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
|
H A D | napi_webview_controller.h | 403 static napi_value GetBoolean(napi_env env, napi_callback_info info);
|
/base/hiviewdfx/hiview/base/utility/ |
H A D | parameter_ex.cpp | 43 bool GetBoolean(const std::string& key, const bool defaultValue) in GetBoolean() function 77 return GetBoolean(KEY_DEVELOPER_MODE_STATE, false); in IsDeveloperMode()
|
/base/web/webview/test/unittest/nweb_value_test/ |
H A D | nweb_value_test.cpp | 59 bool value = nwebValue->GetBoolean(); in HWTEST_F() 65 value = nwebValue->GetBoolean(); in HWTEST_F()
|
/base/hiviewdfx/hiview/base/utility/include/ |
H A D | parameter_ex.h | 33 bool GetBoolean(const std::string& key, const bool defaultValue);
|
/base/web/webview/interfaces/kits/cj/include/ |
H A D | webview_javascript_execute_callback.h | 60 bool GetBoolean();
|
/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/mock/ |
H A D | mock_parameter_ex.cpp | 47 bool GetBoolean(const std::string& key, const bool defaultValue) in GetBoolean() function
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A 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/ |
H A D | napi_util.cpp | 147 bool GetBoolean(const napi_env env, const napi_value value)
in GetBoolean() function 165 bools.push_back(GetBoolean(env, element));
in GetBooleans() 474 result = GetBoolean(env, value) ? "true" : "false";
in ConvertToString()
|
H A D | napi_hiappevent_builder.cpp | 161 appEventPack_->AddParam(key, NapiUtil::GetBoolean(env, value));
in AddParam2EventPack()
|
H A D | napi_hiappevent_processor.cpp | 102 out = NapiUtil::GetBoolean(env, value);
in GenConfigBoolProp()
|
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/ |
H A D | napi_util.h | 41 bool GetBoolean(const napi_env env, const napi_value value);
|
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | resource_manager_impl.h | 296 RState GetBoolean(const IdItem *idItem, bool &outValue);
|
/base/global/resource_management/interfaces/js/innerkits/core/src/ |
H A D | resource_manager_addon.cpp | 140 DECLARE_NAPI_FUNCTION("getBoolean", GetBoolean), 382 napi_value ResourceManagerAddon::GetBoolean(napi_env env, napi_callback_info info) in GetBoolean() function in OHOS::Global::Resource::ResourceManagerAddon 384 return AddonGetResource(env, info, "GetBoolean", FunctionType::SYNC); in GetBoolean()
|
H A D | resource_manager_napi_sync_impl.cpp | 44 {"GetBoolean", [](napi_env& env, napi_callback_info& info) -> napi_value { 45 return ResourceManagerNapiSyncImpl::GetBoolean(env, info);}}, 490 RESMGR_HILOGE(RESMGR_JS_TAG, "Failed to get resMgr in GetBoolean"); in ProcessBoolResource() 495 dataContext->SetErrorMsg("Failed to GetBoolean state", true); in ProcessBoolResource() 501 napi_value ResourceManagerNapiSyncImpl::GetBoolean(napi_env env, napi_callback_info info) in GetBoolean() function in OHOS::Global::Resource::ResourceManagerNapiSyncImpl 509 dataContext->SetErrorMsg("Failed to init para in GetBoolean", true); in GetBoolean() 516 dataContext->SetErrorMsg("Failed to process bool resource in GetBoolean", true); in GetBoolean()
|
/base/global/resource_management/interfaces/js/innerkits/core/include/ |
H A D | resource_manager_addon.h | 123 static napi_value GetBoolean(napi_env env, napi_callback_info info);
|
H A D | resource_manager_napi_sync_impl.h | 47 static napi_value GetBoolean(napi_env env, napi_callback_info info);
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_value.h | 285 bool GetBoolean() in GetBoolean() function in OHOS::NWeb::NWebValue
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | resource_manager_impl.cpp | 539 RState state = GetBoolean(idItem, outValue); in GetBooleanById() 553 RState state = GetBoolean(idItem, outValue); in GetBooleanByName() 560 RState ResourceManagerImpl::GetBoolean(const std::shared_ptr<IdItem> idItem, bool &outValue) in GetBoolean() function in OHOS::Global::Resource::ResourceManagerImpl
|
/base/global/resource_management/frameworks/resmgr/include/ |
H A D | resource_manager_impl.h | 750 RState GetBoolean(const std::shared_ptr<IdItem> idItem, bool &outValue);
|
/base/web/webview/interfaces/kits/napi/common/ |
H A D | napi_parse_utils.cpp | 56 bool value = src->GetBoolean(); in ConvertToNapiHandlerOfBoolean()
|