| /base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
| D | resource_manager.h | 79 virtual RState GetIntArrayByName(const char *name, std::vector<int> &outValue) = 0;
|
| D | resource_manager_impl.h | 233 virtual RState GetIntArrayByName(const char *name, std::vector<int> &outValue);
|
| /base/telephony/core_service/interfaces/innerkits/include/ |
| D | resource_utils.h | 227 bool GetIntArrayByName(std::string name, std::vector<int32_t> &value);
|
| /base/telephony/core_service/frameworks/native/src/ |
| D | resource_utils.cpp | 442 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/ |
| D | resource_manager.h | 116 virtual RState GetIntArrayByName(const char *name, std::vector<int> &outValue) = 0;
|
| /base/global/resource_management/frameworks/resmgr/include/ |
| D | resource_manager_impl.h | 297 virtual RState GetIntArrayByName(const char *name, std::vector<int> &outValue);
|
| /base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
| D | resource_manager_test_common.cpp | 486 RState state = rm->GetIntArrayByName(intarray1, outValue); in TestGetIntArrayByName()
|
| D | resource_manager_performance_test.cpp | 960 rm->GetIntArrayByName("intarray_1", outValue);
|
| D | resource_manager_test.cpp | 721 state = rm->GetIntArrayByName(g_nonExistName, outValue);
|
| /base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
| D | resource_manager_impl.cpp | 491 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/ |
| D | resource_manager_test.cpp | 1290 state = rm->GetIntArrayByName("intarray_1", outValue); 1309 state = rm->GetIntArrayByName(g_nonExistName, outValue);
|
| D | resource_manager_performance_test.cpp | 948 rm->GetIntArrayByName("intarray_1", outValue);
|
| /base/global/resource_management/frameworks/resmgr/src/ |
| D | resource_manager_impl.cpp | 680 RState ResourceManagerImpl::GetIntArrayByName(const char *name, std::vector<int> &outValue) in GetIntArrayByName() function in OHOS::Global::Resource::ResourceManagerImpl
|