/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/resource/ |
H A D | resource_wrapper.h | 180 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 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
|
/ohos5.0/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 | 442 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 D | resource_manager_interface.h | 42 virtual int32_t GetBooleanByName(const char *name, bool &outValue) = 0;
|
H A D | resource_manager_impl.cpp | 210 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 D | resource_manager_impl.h | 69 int32_t GetBooleanByName(const char *name, bool &outValue) override;
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | resource_manager.h | 67 virtual RState GetBooleanByName(const char *name, bool &outValue) = 0;
|
H A D | resource_manager_impl.h | 185 virtual RState GetBooleanByName(const char *name, bool &outValue);
|
/ohos5.0/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
|
/ohos5.0/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
|
/ohos5.0/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
|
/ohos5.0/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 | resource_adapter.h | 163 virtual bool GetBooleanByName(const std::string& resName) const in GetBooleanByName() function
|
H A D | theme_constants.h | 174 bool GetBooleanByName(const std::string& resName) const;
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | resource_adapter_impl.h | 58 bool GetBooleanByName(const std::string& resName) const override;
|
H A D | resource_adapter_impl_v2.h | 61 bool GetBooleanByName(const std::string& resName) const override;
|
/ohos5.0/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);
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | resource_utils.cpp | 434 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 D | resource_manager_test.cpp | 1071 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 D | resource_manager_addon.cpp | 142 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 D | resource_utils.h | 227 bool GetBooleanByName(std::string name, bool &value);
|
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/include/ |
H A D | resource_manager_napi_sync_impl.h | 49 static napi_value GetBooleanByName(napi_env env, napi_callback_info info);
|