Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
Dmock_resourceManager_interface1.h84 virtual RState GetIntArrayById(uint32_t id, std::vector<int>& outValue) = 0;
Dmock_resourceManager_interface1.cpp195 virtual RState GetIntArrayById(uint32_t id, std::vector<int>& outValue) in GetIntArrayById() function in OHOS::Global::Resource::ResourceManagerTestInstance
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_native_test/include/
Dmock_resourceManager_interface1.h84 virtual RState GetIntArrayById(uint32_t id, std::vector<int>& outValue) = 0;
Dmock_resourceManager_interface1.cpp195 virtual RState GetIntArrayById(uint32_t id, std::vector<int>& outValue) in GetIntArrayById() function in OHOS::Global::Resource::ResourceManagerTestInstance
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
Dmock_resource_manager_impl.h259 virtual RState GetIntArrayById(uint32_t id, std::vector<int> &outValue);
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
Dmock_resource_manager.cpp167 RState ResourceManagerImpl::GetIntArrayById(uint32_t id, std::vector<int32_t> &outValue) in GetIntArrayById() function in OHOS::Global::Resource::ResourceManagerImpl
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
Dcontext_deal.cpp330 OHOS::Global::Resource::RState errval = resourceManager_->GetIntArrayById(resId, retv); in GetIntArray()
/foundation/arkui/ace_engine/adapter/preview/osal/
Dresource_adapter_impl_standard.cpp389 auto state = resourceManager_->GetIntArrayById(resId, intVectorResult); in GetIntArray()
/foundation/arkui/ace_engine/adapter/ohos/osal/
Dresource_adapter_impl.cpp408 auto state = manager->GetIntArrayById(resId, intVectorResult); in GetIntArray()
Dresource_adapter_impl_v2.cpp455 auto state = manager->GetIntArrayById(resId, intVectorResult); in GetIntArray()