Home
last modified time | relevance | path

Searched refs:GetIntArrayByName (Results 1 - 22 of 22) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/resource/
H A Dresource_wrapper.h164 std::vector<uint32_t> GetIntArrayByName(const std::string& resName) const in GetIntArrayByName() function in OHOS::Ace::ResourceWrapper
167 return resourceAdapter_->GetIntArrayByName(resName); in GetIntArrayByName()
169 return themeConstants_->GetIntArrayByName(resName); in GetIntArrayByName()
/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
/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
/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.cpp413 std::vector<uint32_t> ResourceAdapterImpl::GetIntArrayByName(const std::string& resName) const in GetIntArrayByName() function in OHOS::Ace::ResourceAdapterImpl
418 auto state = resourceManager_->GetIntArrayByName(actualResName.c_str(), intVectorResult); in GetIntArrayByName()
/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
/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
/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 Dtheme_constants.h198 std::vector<uint32_t> GetIntArrayByName(const std::string& resName) const;
H A Dresource_adapter.h173 virtual std::vector<uint32_t> GetIntArrayByName(const std::string& resName) const in GetIntArrayByName() function in OHOS::Ace::ResourceAdapter
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl_v2.h59 std::vector<uint32_t> GetIntArrayByName(const std::string& resName) const override;
H A Dresource_adapter_impl.h56 std::vector<uint32_t> GetIntArrayByName(const std::string& resName) const override;
H A Dresource_adapter_impl.cpp421 std::vector<uint32_t> ResourceAdapterImpl::GetIntArrayByName(const std::string& resName) const in GetIntArrayByName() function in OHOS::Ace::ResourceAdapterImpl
427 auto state = manager->GetIntArrayByName(actualResName.c_str(), intVectorResult); in GetIntArrayByName()
H A Dresource_adapter_impl_v2.cpp533 std::vector<uint32_t> ResourceAdapterImplV2::GetIntArrayByName(const std::string& resName) const in GetIntArrayByName() function in OHOS::Ace::ResourceAdapterImplV2
539 auto state = manager->GetIntArrayByName(actualResName.c_str(), intVectorResult); in GetIntArrayByName()
/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);
/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
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp6049 result = resourceWrapper->GetIntArrayByName(param->ToString()); in ParseJsIntegerArray()

Completed in 35 milliseconds