Home
last modified time | relevance | path

Searched refs:GetBooleanByName (Results 1 - 20 of 20) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/resource/
H A Dresource_wrapper.h148 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 Dresource_adapter_impl_standard.h55 bool GetBooleanByName(const std::string& resName) const override;
H A Dresource_adapter_impl_standard.cpp443 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 Dmock_theme_constants.cpp135 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 Dresource_manager_addon.cpp108 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 Dmock_resourceManager_interface1.h74 virtual RState GetBooleanByName(const char* name, bool& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp170 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 Dmock_resourceManager_interface1.h74 virtual RState GetBooleanByName(const char* name, bool& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp170 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 Dtheme_constants.cpp338 bool ThemeConstants::GetBooleanByName(const std::string& resName) const in GetBooleanByName() function in OHOS::Ace::ThemeConstants
343 return resAdapter_->GetBooleanByName(resName); in GetBooleanByName()
H A Dtheme_constants.h174 bool GetBooleanByName(const std::string& resName) const;
H A Dresource_adapter.h163 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 Dresource_manager_addon.h92 static napi_value GetBooleanByName(napi_env env, napi_callback_info info);
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl_v2.h61 bool GetBooleanByName(const std::string& resName) const override;
H A Dresource_adapter_impl.h58 bool GetBooleanByName(const std::string& resName) const override;
H A Dresource_adapter_impl.cpp450 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 Dresource_adapter_impl_v2.cpp563 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 Dmock_resource_manager_impl.h201 virtual RState GetBooleanByName(const char *name, bool &outValue);
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp132 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 Djs_view_abstract.cpp5975 result = resourceWrapper->GetBooleanByName(param->ToString()); in ParseJsBool()

Completed in 31 milliseconds