Home
last modified time | relevance | path

Searched refs:HiviewFileParams (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hiview/interfaces/js/napi/src/
H A Dhiview_napi_adapter.cpp30 void HiviewNapiAdapter::Copy(napi_env env, HiviewFileParams* params) in Copy()
41 HiviewFileParams* params = reinterpret_cast<HiviewFileParams*>(data); in CopyFileExecution()
45 void HiviewNapiAdapter::Move(napi_env env, HiviewFileParams* params) in Move()
56 HiviewFileParams* params = reinterpret_cast<HiviewFileParams*>(data); in MoveFileExecution()
62 HiviewFileParams* params = reinterpret_cast<HiviewFileParams*>(data); in FileOperationCompleteCallback()
H A Dnapi_hiview_js.cpp98 HiviewFileParams* hiviewFileParams = new(std::nothrow) HiviewFileParams(logType, logName, destDir); in CopyOrMoveFile()
/base/hiviewdfx/hiview/interfaces/js/napi/include/
H A Dhiview_napi_adapter.h24 struct HiviewFileParams { struct
25 HiviewFileParams(const std::string& logType, const std::string& logName, const std::string& destDir) in HiviewFileParams() function
38 static void Copy(napi_env env, HiviewFileParams* params);
39 static void Move(napi_env env, HiviewFileParams* params);

Completed in 1 milliseconds