Home
last modified time | relevance | path

Searched refs:GetStringArrayById (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dresource_manager.h45 virtual RState GetStringArrayById(uint32_t id, std::vector<std::string> &outValue) = 0;
H A Dresource_manager_impl.h93 virtual RState GetStringArrayById(uint32_t id, std::vector<std::string> &outValue);
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_resourceManager_interface1.h49 virtual RState GetStringArrayById(uint32_t id, std::vector<std::string>& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp79 virtual RState GetStringArrayById(uint32_t id, std::vector<std::string>& outValue) in GetStringArrayById() 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.h49 virtual RState GetStringArrayById(uint32_t id, std::vector<std::string>& outValue) = 0;
H A Dmock_resourceManager_interface1.cpp79 virtual RState GetStringArrayById(uint32_t id, std::vector<std::string>& outValue) in GetStringArrayById() function in OHOS::Global::Resource::ResourceManagerTestInstance
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h109 virtual RState GetStringArrayById(uint32_t id, std::vector<std::string> &outValue);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp77 RState ResourceManagerImpl::GetStringArrayById(uint32_t id, std::vector<std::string> &outValue) in GetStringArrayById() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h92 virtual RState GetStringArrayById(uint32_t id, std::vector<std::string> &outValue) = 0;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dcontext_deal.cpp313 OHOS::Global::Resource::RState errval = resourceManager_->GetStringArrayById(resId, retv); in GetStringArray()
/ohos5.0/base/global/resource_management/interfaces/cj/src/
H A Dresource_manager_impl.cpp128 RState state = resMgr_->GetStringArrayById(resId, outValue); in GetStringArrayValue()
H A Dresource_manager_ffi.cpp256 ret.code = resMgr->GetStringArrayById(resId, value); in CJ_GetStringArrayValueByResource()
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h148 virtual RState GetStringArrayById(uint32_t id, std::vector<std::string> &outValue);
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl_standard.cpp323 auto state = resourceManager_->GetStringArrayById(resId, strResults); in GetStringArray()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_test.cpp552 state = rm->GetStringArrayById(id, outValue);
577 state = rm->GetStringArrayById(NON_EXIST_ID, outValue);
H A Dresource_manager_performance_test.cpp455 rm->GetStringArrayById(id, outValue);
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dresource_manager_impl.cpp126 RState ResourceManagerImpl::GetStringArrayById(uint32_t id, std::vector<std::string> &outValue) in GetStringArrayById() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_common.cpp382 RState state = rm->GetStringArrayById(id, outValue); in TestGetStringArrayById()
H A Dresource_manager_performance_test.cpp462 rm->GetStringArrayById(id, outValue);
H A Dresource_manager_test_string.cpp995 state = rm->GetStringArrayById(NON_EXIST_ID, outValue);
/ohos5.0/base/global/resource_management/test/fuzztest/resmgr_fuzzer/
H A Dresmgr_fuzzer.cpp102 result = rm->GetStringArrayById(testId, outValue); in GetStringArrayByIdFuzzTest()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl.cpp336 manager->GetStringArrayById(resId, strResults); in GetStringArray()
H A Dresource_adapter_impl_v2.cpp442 auto state = manager->GetStringArrayById(resId, strResults); in GetStringArray()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dnative_resource_manager.cpp421 RState state = mgr->resManager->GetStringArrayById(resId, tempResultValue); in OH_ResourceManager_GetStringArray()
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_async_impl.cpp479 state = resMgr->GetStringArrayById(resId, dataContext->arrayValue_); in __anon06571fda1d02()

12