Home
last modified time | relevance | path

Searched refs:GetIntArrayByName (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/resource/
H A Dresource_wrapper.h200 std::vector<uint32_t> GetIntArrayByName(const std::string& resName) const in GetIntArrayByName() function
204 return resourceAdapter_->GetIntArrayByName(resName); in GetIntArrayByName()
207 return themeConstants_->GetIntArrayByName(resName); in GetIntArrayByName()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/theme/
H A Dtheme_mock.h48 std::vector<uint32_t> GetIntArrayByName(const std::string& resName) const override;
H A Dtheme_mock.cpp252 std::vector<uint32_t> ResourceAdapterMock::GetIntArrayByName(const std::string& resName) const in GetIntArrayByName() function in OHOS::Ace::ResourceAdapterMock
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dtheme_mock.h48 std::vector<uint32_t> GetIntArrayByName(const std::string& resName) const override;
H A Dmock_theme_constants.cpp150 std::vector<uint32_t> ThemeConstants::GetIntArrayByName(const std::string& resName) const in GetIntArrayByName() function in OHOS::Ace::ThemeConstants
H A Dtheme_mock.cpp252 std::vector<uint32_t> ResourceAdapterMock::GetIntArrayByName(const std::string& resName) const in GetIntArrayByName() function in OHOS::Ace::ResourceAdapterMock
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl_standard.h53 std::vector<uint32_t> GetIntArrayByName(const std::string& resName) const override;
H A Dresource_adapter_impl_standard.cpp412 std::vector<uint32_t> ResourceAdapterImpl::GetIntArrayByName(const std::string& resName) const in GetIntArrayByName() function in OHOS::Ace::ResourceAdapterImpl
417 auto state = resourceManager_->GetIntArrayByName(actualResName.c_str(), intVectorResult); in GetIntArrayByName()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dresource_manager.h79 virtual RState GetIntArrayByName(const char *name, std::vector<int> &outValue) = 0;
H A Dresource_manager_impl.h233 virtual RState GetIntArrayByName(const char *name, std::vector<int> &outValue);
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_resourceManager_interface1.h87 virtual RState GetIntArrayByName(const char* name, std::vector<int>& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp212 virtual RState GetIntArrayByName(const char* name, std::vector<int>& outValue) in GetIntArrayByName() 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.h87 virtual RState GetIntArrayByName(const char* name, std::vector<int>& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp212 virtual RState GetIntArrayByName(const char* name, std::vector<int>& outValue) in GetIntArrayByName() function in OHOS::Global::Resource::ResourceManagerTestInstance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_constants.cpp365 std::vector<uint32_t> ThemeConstants::GetIntArrayByName(const std::string& resName) const in GetIntArrayByName() function in OHOS::Ace::ThemeConstants
370 return resAdapter_->GetIntArrayByName(resName); in GetIntArrayByName()
H A Dresource_adapter.h173 virtual std::vector<uint32_t> GetIntArrayByName(const std::string& resName) const in GetIntArrayByName() function
H A Dtheme_constants.h198 std::vector<uint32_t> GetIntArrayByName(const std::string& resName) const;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl.h56 std::vector<uint32_t> GetIntArrayByName(const std::string& resName) const override;
H A Dresource_adapter_impl_v2.h59 std::vector<uint32_t> GetIntArrayByName(const std::string& resName) const override;
H A Dresource_adapter_impl.cpp422 std::vector<uint32_t> ResourceAdapterImpl::GetIntArrayByName(const std::string& resName) const in GetIntArrayByName() function in OHOS::Ace::ResourceAdapterImpl
428 auto state = manager->GetIntArrayByName(actualResName.c_str(), intVectorResult); in GetIntArrayByName()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dresource_utils.cpp444 if (GetIntArrayByName(iter.first.c_str(), intVector)) { in SaveAllValue()
500 bool ResourceUtils::GetIntArrayByName(std::string name, std::vector<int32_t> &value) in GetIntArrayByName() function in OHOS::Telephony::ResourceUtils
503 Global::Resource::RState state = resourceManager_->GetIntArrayByName(name.c_str(), value); in GetIntArrayByName()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dresource_utils.h229 bool GetIntArrayByName(std::string name, std::vector<int32_t> &value);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h267 virtual RState GetIntArrayByName(const char *name, std::vector<int> &outValue);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp172 RState ResourceManagerImpl::GetIntArrayByName(const char *name, std::vector<int32_t> &outValue) in GetIntArrayByName() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h130 virtual RState GetIntArrayByName(const char *name, std::vector<int> &outValue) = 0;

12