Searched refs:GetRawFilePathByName (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | raw_file_manager.cpp | 222 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 D | resource_manager_impl.cpp | 1068 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 D | mock_resource_manager_impl.h | 341 virtual RState GetRawFilePathByName(const std::string &name, std::string &outValue);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_resource_manager.cpp | 217 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 D | resource_manager.h | 144 virtual RState GetRawFilePathByName(const std::string &name, std::string &outValue) = 0;
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | resource_manager_impl.h | 380 virtual RState GetRawFilePathByName(const std::string &name, std::string &outValue);
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | resource_manager_test_common.cpp | 170 rm->GetRawFilePathByName(name, outValue); in TestGetRawFilePathByName()
|
/ohos5.0/base/global/resource_management/test/fuzztest/resmgr_fuzzer/ |
H A D | resmgr_fuzzer.cpp | 300 result = rm->GetRawFilePathByName(testName.c_str(), outValue); in GetRawFilePathByNameFuzzTest()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | resource_adapter_impl.cpp | 540 auto state = manager->GetRawFilePathByName(newFileName, outPath); in GetRawfile()
|
H A D | resource_adapter_impl_v2.cpp | 657 auto state = manager->GetRawFilePathByName(newFileName, outPath); in GetRawfile()
|