Home
last modified time | relevance | path

Searched defs:fileInfos (Results 1 – 8 of 8) sorted by relevance

/base/hiviewdfx/hiview/adapter/service/test/unittest/common/
Dadapter_loglibrary_ability_test.cpp69 std::vector<HiviewFileInfo> fileInfos; variable
82 std::vector<HiviewFileInfo> fileInfos; variable
/base/hiviewdfx/hiview/interfaces/js/napi/test/unittest/common/
Dloglibrary_agent_test.cpp55 std::vector<HiviewFileInfo> fileInfos; variable
/base/hiviewdfx/hiview/adapter/service/server/src/
Dhiview_service_ability.cpp159 …32_t HiviewServiceAbility::List(const std::string& logType, std::vector<HiviewFileInfo>& fileInfos) in List()
170 …iceAbility::GetFileInfoUnderDir(const std::string& dirPath, std::vector<HiviewFileInfo>& fileInfos) in GetFileInfoUnderDir()
Dhiview_service_ability_stub.cpp263 std::vector<HiviewFileInfo> fileInfos; in HandleListRequest() local
/base/hiviewdfx/hiview/interfaces/js/napi/src/
Dnapi_hiview_js.cpp54 std::vector<HiviewFileInfo> fileInfos; in List() local
Dhiview_service_agent.cpp40 int32_t HiviewServiceAgent::List(const std::string& logType, std::vector<HiviewFileInfo>& fileInfos) in List()
Dhiview_napi_util.cpp138 …wNapiUtil::GenerateFileInfoResult(const napi_env env, const std::vector<HiviewFileInfo>& fileInfos) in GenerateFileInfoResult()
/base/hiviewdfx/hiview/adapter/service/client/src/
Dhiview_service_ability_proxy.cpp28 …HiviewServiceAbilityProxy::List(const std::string& logType, std::vector<HiviewFileInfo>& fileInfos) in List()