Home
last modified time | relevance | path

Searched refs:GenerateFileInfoResult (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/interfaces/js/napi/include/
H A Dhiview_napi_util.h34 …static napi_value GenerateFileInfoResult(const napi_env env, const std::vector<HiviewFileInfo>& fi…
/ohos5.0/base/hiviewdfx/hiview/interfaces/js/napi/src/
H A Dnapi_hiview_js.cpp58 return HiviewNapiUtil::GenerateFileInfoResult(env, fileInfos); in List()
H A Dhiview_napi_util.cpp138 napi_value HiviewNapiUtil::GenerateFileInfoResult(const napi_env env, const std::vector<HiviewFileI… in GenerateFileInfoResult() function in OHOS::HiviewDFX::HiviewNapiUtil