Home
last modified time | relevance | path

Searched refs:GetBooleanByName (Results 1 – 25 of 43) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/resource/
H A Dresource_wrapper.h180 bool GetBooleanByName(const std::string& resName) const in GetBooleanByName() function
184 return resourceAdapter_->GetBooleanByName(resName); in GetBooleanByName()
187 return themeConstants_->GetBooleanByName(resName); in GetBooleanByName()
/ohos5.0/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
/ohos5.0/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.cpp442 bool ResourceAdapterImpl::GetBooleanByName(const std::string& resName) const in GetBooleanByName() function in OHOS::Ace::ResourceAdapterImpl
447 auto state = resourceManager_->GetBooleanByName(actualResName.c_str(), result); in GetBooleanByName()
/ohos5.0/base/global/resource_management/interfaces/cj/src/
H A Dresource_manager_interface.h42 virtual int32_t GetBooleanByName(const char *name, bool &outValue) = 0;
H A Dresource_manager_impl.cpp210 int32_t ResourceManagerImpl::GetBooleanByName(const char *name, bool &outValue) in GetBooleanByName() function in OHOS::Resource::ResourceManagerImpl
212 RState state = resMgr_->GetBooleanByName(name, outValue); in GetBooleanByName()
H A Dresource_manager_impl.h69 int32_t GetBooleanByName(const char *name, bool &outValue) override;
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dresource_manager.h67 virtual RState GetBooleanByName(const char *name, bool &outValue) = 0;
H A Dresource_manager_impl.h185 virtual RState GetBooleanByName(const char *name, bool &outValue);
/ohos5.0/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
/ohos5.0/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
/ohos5.0/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
/ohos5.0/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 Dresource_adapter.h163 virtual bool GetBooleanByName(const std::string& resName) const in GetBooleanByName() function
H A Dtheme_constants.h174 bool GetBooleanByName(const std::string& resName) const;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl.h58 bool GetBooleanByName(const std::string& resName) const override;
H A Dresource_adapter_impl_v2.h61 bool GetBooleanByName(const std::string& resName) const override;
/ohos5.0/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);
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dresource_utils.cpp434 if (GetBooleanByName(iter.first.c_str(), boolValue)) { in SaveAllValue()
477 bool ResourceUtils::GetBooleanByName(std::string name, bool &value) in GetBooleanByName() function in OHOS::Telephony::ResourceUtils
479 Global::Resource::RState state = resourceManager_->GetBooleanByName(name.c_str(), value); in GetBooleanByName()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_test.cpp1071 state = rm->GetBooleanByName("boolean_1", outValue);
1075 state = rm->GetBooleanByName("boolean_ref", outValue);
1091 state = rm->GetBooleanByName(g_nonExistName, outValue);
1701 state = rm->GetBooleanByName("same_name", outValueB);
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_addon.cpp142 DECLARE_NAPI_FUNCTION("getBooleanByName", GetBooleanByName),
397 napi_value ResourceManagerAddon::GetBooleanByName(napi_env env, napi_callback_info info) in GetBooleanByName() function in OHOS::Global::Resource::ResourceManagerAddon
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dresource_utils.h227 bool GetBooleanByName(std::string name, bool &value);
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/include/
H A Dresource_manager_napi_sync_impl.h49 static napi_value GetBooleanByName(napi_env env, napi_callback_info info);

12