Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Draw_file_manager.cpp222 RState state = mgr->resManager->GetRawFilePathByName(fileName, filePath); in OH_ResourceManager_OpenRawFile()
485 RState state = mgr->resManager->GetRawFilePathByName(fileName, filePath); in OH_ResourceManager_OpenRawFile64()
H A Dresource_manager_impl.cpp1068 RState ResourceManagerImpl::GetRawFilePathByName(const std::string &name, std::string &outValue) in GetRawFilePathByName() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h341 virtual RState GetRawFilePathByName(const std::string &name, std::string &outValue);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp217 RState ResourceManagerImpl::GetRawFilePathByName(const std::string &name, std::string &outValue) in GetRawFilePathByName() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h144 virtual RState GetRawFilePathByName(const std::string &name, std::string &outValue) = 0;
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h380 virtual RState GetRawFilePathByName(const std::string &name, std::string &outValue);
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_common.cpp170 rm->GetRawFilePathByName(name, outValue); in TestGetRawFilePathByName()
/ohos5.0/base/global/resource_management/test/fuzztest/resmgr_fuzzer/
H A Dresmgr_fuzzer.cpp300 result = rm->GetRawFilePathByName(testName.c_str(), outValue); in GetRawFilePathByNameFuzzTest()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl.cpp540 auto state = manager->GetRawFilePathByName(newFileName, outPath); in GetRawfile()
H A Dresource_adapter_impl_v2.cpp657 auto state = manager->GetRawFilePathByName(newFileName, outPath); in GetRawfile()