/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
H A D | resource_manager_addon.cpp | 121 DECLARE_NAPI_FUNCTION("getRawFileList", GetRawFileList), in Init() 273 napi_value ResourceManagerAddon::GetRawFileList(napi_env env, napi_callback_info info) in GetRawFileList() function in OHOS::Global::Resource::ResourceManagerAddon
|
/ohos5.0/base/global/resource_management/interfaces/cj/src/ |
H A D | resource_manager_interface.h | 38 …virtual int32_t GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileLis…
|
H A D | resource_manager_impl.cpp | 81 int32_t ResourceManagerImpl::GetRawFileList(const std::string &rawDirPath, std::vector<std::string>… in GetRawFileList() function in OHOS::Resource::ResourceManagerImpl 83 RState state = resMgr_->GetRawFileList(rawDirPath, rawfileList); in GetRawFileList()
|
H A D | resource_manager_impl.h | 45 …int32_t GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList) overr…
|
H A D | resource_manager_ffi.cpp | 133 ret.code = instance->GetRawFileList(path, value); in CJ_GetRawFileList()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | hap_parser.h | 118 static RState GetRawFileList(const std::string &hapPath, const std::string &rawDirPath,
|
H A D | hap_manager.h | 248 RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string> &rawfileList);
|
H A D | resource_manager_impl.h | 499 …virtual RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList…
|
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/include/ |
H A D | resource_manager_napi_async_impl.h | 98 static napi_value GetRawFileList(napi_env env, napi_callback_info info);
|
H A D | resource_manager_addon.h | 151 static napi_value GetRawFileList(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/ |
H A D | resource_manager_addon.h | 118 static napi_value GetRawFileList(napi_env env, napi_callback_info info);
|
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/ |
H A D | resource_manager_addon.cpp | 155 DECLARE_NAPI_FUNCTION("getRawFileList", GetRawFileList), 356 napi_value ResourceManagerAddon::GetRawFileList(napi_env env, napi_callback_info info) in GetRawFileList() function in OHOS::Global::Resource::ResourceManagerAddon
|
H A D | resource_manager_napi_async_impl.cpp | 86 return ResourceManagerNapiAsyncImpl::GetRawFileList(env, info);}}, in __anon06571fda1802() 796 …RState state = dataContext->addon_->GetResMgr()->GetRawFileList(dataContext->path_, dataContext->a… in __anon06571fda2702() 804 napi_value ResourceManagerNapiAsyncImpl::GetRawFileList(napi_env env, napi_callback_info info) in GetRawFileList() function in OHOS::Global::Resource::ResourceManagerNapiAsyncImpl
|
H A D | resource_manager_napi_sync_impl.cpp | 150 RState state = dataContext->addon_->GetResMgr()->GetRawFileList(dataContext->path_.c_str(), in GetRawFileListSync()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/ |
H A D | ohos_file.cpp | 101 auto state = dirResMgr_->GetResMgr()->GetRawFileList(path.data(), fileList); in IsDir()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/ |
H A D | mock_resource_manager_impl.h | 452 …virtual RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList…
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_resource_manager.cpp | 280 RState ResourceManagerImpl::GetRawFileList(const std::string &rawDirPath, std::vector<std::string>&… in GetRawFileList() function in OHOS::Global::Resource::ResourceManagerImpl
|
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/ |
H A D | resource_manager.h | 171 …virtual RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string> &rawfileList…
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | hap_manager.cpp | 822 RState HapManager::GetRawFileList(const std::string &rawDirPath, std::vector<std::string> &fileList) in GetRawFileList() function in OHOS::Global::Resource::HapManager 826 return HapParser::GetRawFileList(hapOrIndexPath, rawDirPath, fileList); in GetRawFileList()
|
H A D | raw_file_manager.cpp | 132 RState state = mgr->resManager->GetRawFileList(dirName, result->fileNameCache.names); in LoadRawDirFromHap()
|
H A D | resource_manager_impl.cpp | 1391 RState ResourceManagerImpl::GetRawFileList(const std::string &rawDirPath, std::vector<std::string>&… in GetRawFileList() function in OHOS::Global::Resource::ResourceManagerImpl 1393 return hapManager_->GetRawFileList(rawDirPath, rawfileList); in GetRawFileList()
|
/ohos5.0/base/global/resource_management/test/fuzztest/resmgr_fuzzer/ |
H A D | resmgr_fuzzer.cpp | 446 result = rm->GetRawFileList(testName.c_str(), outValue); in GetRawFileListFuzzTest()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | resource_manager_test.cpp | 2028 RState state = rm->GetRawFileList("", rawfileList); 2042 RState state = rm->GetRawFileList("no_exist_dir", rawfileList);
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 350 RState HapParser::GetRawFileList(const std::string &hapPath, const std::string &rawDirPath, in GetRawFileList() function in OHOS::Global::Resource::HapParser
|