/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/resource/ |
H A D | resource_wrapper.h | 200 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 D | theme_mock.h | 48 std::vector<uint32_t> GetIntArrayByName(const std::string& resName) const override;
|
H A D | theme_mock.cpp | 252 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 D | theme_mock.h | 48 std::vector<uint32_t> GetIntArrayByName(const std::string& resName) const override;
|
H A D | mock_theme_constants.cpp | 150 std::vector<uint32_t> ThemeConstants::GetIntArrayByName(const std::string& resName) const in GetIntArrayByName() function in OHOS::Ace::ThemeConstants
|
H A D | theme_mock.cpp | 252 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 D | resource_adapter_impl_standard.h | 53 std::vector<uint32_t> GetIntArrayByName(const std::string& resName) const override;
|
H A D | resource_adapter_impl_standard.cpp | 412 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 D | resource_manager.h | 79 virtual RState GetIntArrayByName(const char *name, std::vector<int> &outValue) = 0;
|
H A D | resource_manager_impl.h | 233 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 D | mock_resourceManager_interface1.h | 87 virtual RState GetIntArrayByName(const char* name, std::vector<int>& outValue) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 212 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 D | mock_resourceManager_interface1.h | 87 virtual RState GetIntArrayByName(const char* name, std::vector<int>& outValue) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 212 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 D | theme_constants.cpp | 365 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 D | resource_adapter.h | 173 virtual std::vector<uint32_t> GetIntArrayByName(const std::string& resName) const in GetIntArrayByName() function
|
H A D | theme_constants.h | 198 std::vector<uint32_t> GetIntArrayByName(const std::string& resName) const;
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | resource_adapter_impl.h | 56 std::vector<uint32_t> GetIntArrayByName(const std::string& resName) const override;
|
H A D | resource_adapter_impl_v2.h | 59 std::vector<uint32_t> GetIntArrayByName(const std::string& resName) const override;
|
H A D | resource_adapter_impl.cpp | 422 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 D | resource_utils.cpp | 444 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 D | resource_utils.h | 229 bool GetIntArrayByName(std::string name, std::vector<int32_t> &value);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/ |
H A D | mock_resource_manager_impl.h | 267 virtual RState GetIntArrayByName(const char *name, std::vector<int> &outValue);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_resource_manager.cpp | 172 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 D | resource_manager.h | 130 virtual RState GetIntArrayByName(const char *name, std::vector<int> &outValue) = 0;
|