Searched refs:GetIntArrayById (Results 1 – 10 of 10) sorted by relevance
| /foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
| D | mock_resourceManager_interface1.h | 84 virtual RState GetIntArrayById(uint32_t id, std::vector<int>& outValue) = 0;
|
| D | mock_resourceManager_interface1.cpp | 195 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/ |
| D | mock_resourceManager_interface1.h | 84 virtual RState GetIntArrayById(uint32_t id, std::vector<int>& outValue) = 0;
|
| D | mock_resourceManager_interface1.cpp | 195 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/ |
| D | mock_resource_manager_impl.h | 259 virtual RState GetIntArrayById(uint32_t id, std::vector<int> &outValue);
|
| /foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
| 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
|
| /foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
| D | context_deal.cpp | 330 OHOS::Global::Resource::RState errval = resourceManager_->GetIntArrayById(resId, retv); in GetIntArray()
|
| /foundation/arkui/ace_engine/adapter/preview/osal/ |
| D | resource_adapter_impl_standard.cpp | 389 auto state = resourceManager_->GetIntArrayById(resId, intVectorResult); in GetIntArray()
|
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| D | resource_adapter_impl.cpp | 408 auto state = manager->GetIntArrayById(resId, intVectorResult); in GetIntArray()
|
| D | resource_adapter_impl_v2.cpp | 455 auto state = manager->GetIntArrayById(resId, intVectorResult); in GetIntArray()
|