Home
last modified time | relevance | path

Searched refs:GetIntArrayById (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dresource_manager.h77 virtual RState GetIntArrayById(uint32_t id, std::vector<int> &outValue) = 0;
H A Dresource_manager_impl.h225 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 Dmock_resourceManager_interface1.h84 virtual RState GetIntArrayById(uint32_t id, std::vector<int>& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp195 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 Dmock_resourceManager_interface1.h84 virtual RState GetIntArrayById(uint32_t id, std::vector<int>& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp195 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 Dmock_resource_manager_impl.h259 virtual RState GetIntArrayById(uint32_t id, std::vector<int> &outValue);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp167 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 Dresource_manager.h128 virtual RState GetIntArrayById(uint32_t id, std::vector<int> &outValue) = 0;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dcontext_deal.cpp330 OHOS::Global::Resource::RState errval = resourceManager_->GetIntArrayById(resId, retv); in GetIntArray()
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h298 virtual RState GetIntArrayById(uint32_t id, std::vector<int> &outValue);
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl_standard.cpp401 auto state = resourceManager_->GetIntArrayById(resId, intVectorResult); in GetIntArray()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_test.cpp1256 state = rm->GetIntArrayById(id, outValue);
1275 state = rm->GetIntArrayById(NON_EXIST_ID, outValue);
H A Dresource_manager_performance_test.cpp922 rm->GetIntArrayById(id, outValue);
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dresource_manager_impl.cpp485 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 Dresource_manager_test_common.cpp589 RState state = rm->GetIntArrayById(id, outValue); in TestGetIntArrayById()
H A Dresource_manager_performance_test.cpp929 rm->GetIntArrayById(id, outValue);
H A Dresource_manager_test.cpp748 state = rm->GetIntArrayById(NON_EXIST_ID, outValue);
/ohos5.0/base/global/resource_management/test/fuzztest/resmgr_fuzzer/
H A Dresmgr_fuzzer.cpp256 result = rm->GetIntArrayById(testId, outValue); in GetIntArrayByIdFuzzTest()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl.cpp409 auto state = manager->GetIntArrayById(resId, intVectorResult); in GetIntArray()
H A Dresource_adapter_impl_v2.cpp522 auto state = manager->GetIntArrayById(resId, intVectorResult); in GetIntArray()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp940 RState ResourceManagerImpl::GetIntArrayById(uint32_t id, std::vector<int> &outValue) in GetIntArrayById() function in OHOS::Global::Resource::ResourceManagerImpl