Home
last modified time | relevance | path

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

/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dresource_manager.h79 virtual RState GetIntArrayByName(const char *name, std::vector<int> &outValue) = 0;
Dresource_manager_impl.h233 virtual RState GetIntArrayByName(const char *name, std::vector<int> &outValue);
/base/telephony/core_service/interfaces/innerkits/include/
Dresource_utils.h227 bool GetIntArrayByName(std::string name, std::vector<int32_t> &value);
/base/telephony/core_service/frameworks/native/src/
Dresource_utils.cpp442 if (GetIntArrayByName(iter.first.c_str(), intVector)) { in SaveAllValue()
498 bool ResourceUtils::GetIntArrayByName(std::string name, std::vector<int32_t> &value) in GetIntArrayByName() function in OHOS::Telephony::ResourceUtils
501 Global::Resource::RState state = resourceManager_->GetIntArrayByName(name.c_str(), value); in GetIntArrayByName()
/base/global/resource_management/interfaces/inner_api/include/
Dresource_manager.h116 virtual RState GetIntArrayByName(const char *name, std::vector<int> &outValue) = 0;
/base/global/resource_management/frameworks/resmgr/include/
Dresource_manager_impl.h297 virtual RState GetIntArrayByName(const char *name, std::vector<int> &outValue);
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dresource_manager_test_common.cpp486 RState state = rm->GetIntArrayByName(intarray1, outValue); in TestGetIntArrayByName()
Dresource_manager_performance_test.cpp960 rm->GetIntArrayByName("intarray_1", outValue);
Dresource_manager_test.cpp721 state = rm->GetIntArrayByName(g_nonExistName, outValue);
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dresource_manager_impl.cpp491 RState ResourceManagerImpl::GetIntArrayByName(const char *name, std::vector<int> &outValue) in GetIntArrayByName() function in OHOS::Global::Resource::ResourceManagerImpl
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dresource_manager_test.cpp1290 state = rm->GetIntArrayByName("intarray_1", outValue);
1309 state = rm->GetIntArrayByName(g_nonExistName, outValue);
Dresource_manager_performance_test.cpp948 rm->GetIntArrayByName("intarray_1", outValue);
/base/global/resource_management/frameworks/resmgr/src/
Dresource_manager_impl.cpp680 RState ResourceManagerImpl::GetIntArrayByName(const char *name, std::vector<int> &outValue) in GetIntArrayByName() function in OHOS::Global::Resource::ResourceManagerImpl