Home
last modified time | relevance | path

Searched refs:GetRawFileList (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dresource_manager_addon.cpp121 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 Dresource_manager_interface.h38 …virtual int32_t GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileLis…
H A Dresource_manager_impl.cpp81 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 Dresource_manager_impl.h45 …int32_t GetRawFileList(const std::string &rawDirPath, std::vector<std::string>& rawfileList) overr…
H A Dresource_manager_ffi.cpp133 ret.code = instance->GetRawFileList(path, value); in CJ_GetRawFileList()
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_parser.h118 static RState GetRawFileList(const std::string &hapPath, const std::string &rawDirPath,
H A Dhap_manager.h248 RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string> &rawfileList);
H A Dresource_manager_impl.h499 …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 Dresource_manager_napi_async_impl.h98 static napi_value GetRawFileList(napi_env env, napi_callback_info info);
H A Dresource_manager_addon.h151 static napi_value GetRawFileList(napi_env env, napi_callback_info info);
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/
H A Dresource_manager_addon.h118 static napi_value GetRawFileList(napi_env env, napi_callback_info info);
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_addon.cpp155 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 Dresource_manager_napi_async_impl.cpp86 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 Dresource_manager_napi_sync_impl.cpp150 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 Dohos_file.cpp101 auto state = dirResMgr_->GetResMgr()->GetRawFileList(path.data(), fileList); in IsDir()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h452 …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 Dmock_resource_manager.cpp280 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 Dresource_manager.h171 …virtual RState GetRawFileList(const std::string &rawDirPath, std::vector<std::string> &rawfileList…
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_manager.cpp822 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 Draw_file_manager.cpp132 RState state = mgr->resManager->GetRawFileList(dirName, result->fileNameCache.names); in LoadRawDirFromHap()
H A Dresource_manager_impl.cpp1391 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 Dresmgr_fuzzer.cpp446 result = rm->GetRawFileList(testName.c_str(), outValue); in GetRawFileListFuzzTest()
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test.cpp2028 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 Dhap_parser.cpp350 RState HapParser::GetRawFileList(const std::string &hapPath, const std::string &rawDirPath, in GetRawFileList() function in OHOS::Global::Resource::HapParser