/foundation/arkui/ace_engine/frameworks/core/common/resource/ |
H A D | resource_wrapper.h | 148 bool GetBooleanByName(const std::string& resName) const in GetBooleanByName() function in OHOS::Ace::ResourceWrapper 151 return resourceAdapter_->GetBooleanByName(resName); in GetBooleanByName() 153 return themeConstants_->GetBooleanByName(resName); in GetBooleanByName()
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | resource_adapter_impl_standard.h | 55 bool GetBooleanByName(const std::string& resName) const override;
|
H A D | resource_adapter_impl_standard.cpp | 443 bool ResourceAdapterImpl::GetBooleanByName(const std::string& resName) const in GetBooleanByName() function in OHOS::Ace::ResourceAdapterImpl 448 auto state = resourceManager_->GetBooleanByName(actualResName.c_str(), result); in GetBooleanByName()
|
/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_theme_constants.cpp | 135 bool ThemeConstants::GetBooleanByName(const std::string& resName) const in GetBooleanByName() function in OHOS::Ace::ThemeConstants
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
H A D | resource_manager_addon.cpp | 108 DECLARE_NAPI_FUNCTION("getBooleanByName", GetBooleanByName), in Init() 313 napi_value ResourceManagerAddon::GetBooleanByName(napi_env env, napi_callback_info info) in GetBooleanByName() function in OHOS::Global::Resource::ResourceManagerAddon
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_resourceManager_interface1.h | 74 virtual RState GetBooleanByName(const char* name, bool& outValue) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 170 virtual RState GetBooleanByName(const char* name, bool& outValue) in GetBooleanByName() function in OHOS::Global::Resource::ResourceManagerTestInstance
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/ |
H A D | mock_resourceManager_interface1.h | 74 virtual RState GetBooleanByName(const char* name, bool& outValue) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 170 virtual RState GetBooleanByName(const char* name, bool& outValue) in GetBooleanByName() function in OHOS::Global::Resource::ResourceManagerTestInstance
|
/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | theme_constants.cpp | 338 bool ThemeConstants::GetBooleanByName(const std::string& resName) const in GetBooleanByName() function in OHOS::Ace::ThemeConstants 343 return resAdapter_->GetBooleanByName(resName); in GetBooleanByName()
|
H A D | theme_constants.h | 174 bool GetBooleanByName(const std::string& resName) const;
|
H A D | resource_adapter.h | 163 virtual bool GetBooleanByName(const std::string& resName) const in GetBooleanByName() function in OHOS::Ace::ResourceAdapter
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/ |
H A D | resource_manager_addon.h | 92 static napi_value GetBooleanByName(napi_env env, napi_callback_info info);
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | resource_adapter_impl_v2.h | 61 bool GetBooleanByName(const std::string& resName) const override;
|
H A D | resource_adapter_impl.h | 58 bool GetBooleanByName(const std::string& resName) const override;
|
H A D | resource_adapter_impl.cpp | 450 bool ResourceAdapterImpl::GetBooleanByName(const std::string& resName) const in GetBooleanByName() function in OHOS::Ace::ResourceAdapterImpl 456 auto state = manager->GetBooleanByName(actualResName.c_str(), result); in GetBooleanByName()
|
H A D | resource_adapter_impl_v2.cpp | 563 bool ResourceAdapterImplV2::GetBooleanByName(const std::string& resName) const in GetBooleanByName() function in OHOS::Ace::ResourceAdapterImplV2 569 auto state = manager->GetBooleanByName(actualResName.c_str(), result); in GetBooleanByName()
|
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/ |
H A D | mock_resource_manager_impl.h | 201 virtual RState GetBooleanByName(const char *name, bool &outValue);
|
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_resource_manager.cpp | 132 RState ResourceManagerImpl::GetBooleanByName(const char *name, bool &outValue)
in GetBooleanByName() function in OHOS::Global::Resource::ResourceManagerImpl
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 5975 result = resourceWrapper->GetBooleanByName(param->ToString()); in ParseJsBool()
|