/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | resource_manager.h | 77 virtual RState GetIntArrayById(uint32_t id, std::vector<int> &outValue) = 0;
|
H A D | resource_manager_impl.h | 225 virtual RState GetIntArrayById(uint32_t id, 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 | 84 virtual RState GetIntArrayById(uint32_t id, std::vector<int>& outValue) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 195 virtual RState GetIntArrayById(uint32_t id, std::vector<int>& outValue) in GetIntArrayById() 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 | 84 virtual RState GetIntArrayById(uint32_t id, std::vector<int>& outValue) = 0;
|
H A D | mock_resourceManager_interface1.cpp | 195 virtual RState GetIntArrayById(uint32_t id, std::vector<int>& outValue) in GetIntArrayById() function in OHOS::Global::Resource::ResourceManagerTestInstance
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/ |
H A D | mock_resource_manager_impl.h | 259 virtual RState GetIntArrayById(uint32_t id, std::vector<int> &outValue);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_resource_manager.cpp | 167 RState ResourceManagerImpl::GetIntArrayById(uint32_t id, std::vector<int32_t> &outValue) in GetIntArrayById() function in OHOS::Global::Resource::ResourceManagerImpl
|
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/ |
H A D | resource_manager.h | 128 virtual RState GetIntArrayById(uint32_t id, std::vector<int> &outValue) = 0;
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | context_deal.cpp | 330 OHOS::Global::Resource::RState errval = resourceManager_->GetIntArrayById(resId, retv); in GetIntArray()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | resource_manager_impl.h | 298 virtual RState GetIntArrayById(uint32_t id, std::vector<int> &outValue);
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | resource_adapter_impl_standard.cpp | 401 auto state = resourceManager_->GetIntArrayById(resId, intVectorResult); in GetIntArray()
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | resource_manager_test.cpp | 1256 state = rm->GetIntArrayById(id, outValue); 1275 state = rm->GetIntArrayById(NON_EXIST_ID, outValue);
|
H A D | resource_manager_performance_test.cpp | 922 rm->GetIntArrayById(id, outValue);
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | resource_manager_impl.cpp | 485 RState ResourceManagerImpl::GetIntArrayById(uint32_t id, std::vector<int> &outValue) in GetIntArrayById() function in OHOS::Global::Resource::ResourceManagerImpl
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | resource_manager_test_common.cpp | 589 RState state = rm->GetIntArrayById(id, outValue); in TestGetIntArrayById()
|
H A D | resource_manager_performance_test.cpp | 929 rm->GetIntArrayById(id, outValue);
|
H A D | resource_manager_test.cpp | 748 state = rm->GetIntArrayById(NON_EXIST_ID, outValue);
|
/ohos5.0/base/global/resource_management/test/fuzztest/resmgr_fuzzer/ |
H A D | resmgr_fuzzer.cpp | 256 result = rm->GetIntArrayById(testId, outValue); in GetIntArrayByIdFuzzTest()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | resource_adapter_impl.cpp | 409 auto state = manager->GetIntArrayById(resId, intVectorResult); in GetIntArray()
|
H A D | resource_adapter_impl_v2.cpp | 522 auto state = manager->GetIntArrayById(resId, intVectorResult); in GetIntArray()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | resource_manager_impl.cpp | 940 RState ResourceManagerImpl::GetIntArrayById(uint32_t id, std::vector<int> &outValue) in GetIntArrayById() function in OHOS::Global::Resource::ResourceManagerImpl
|