Home
last modified time | relevance | path

Searched refs:isMove (Results 1 - 9 of 9) sorted by relevance

/base/hiviewdfx/hiview/interfaces/js/napi/src/
H A Dnapi_hiview_js.cpp65 static napi_value CopyOrMoveFile(napi_env env, napi_callback_info info, bool isMove) in CopyOrMoveFile() argument
67 if (isMove) { in CopyOrMoveFile()
113 isMove ? HiviewNapiAdapter::Move(env, hiviewFileParams) : HiviewNapiAdapter::Copy(env, hiviewFileParams); in CopyOrMoveFile()
H A Dhiview_service_agent.cpp62 const std::string& logType, const std::string& logName, const std::string& dest, bool isMove) in CopyOrMoveFile()
74 return isMove ? proxy.Move(logType, logName, dest) : proxy.Copy(logType, logName, dest); in CopyOrMoveFile()
61 CopyOrMoveFile( const std::string& logType, const std::string& logName, const std::string& dest, bool isMove) CopyOrMoveFile() argument
/base/hiviewdfx/hiview/interfaces/js/napi/include/
H A Dhiview_service_agent.h43 const std::string& logType, const std::string& logName, const std::string& dest, bool isMove);
/base/hiviewdfx/hiview/adapter/service/server/src/
H A Dhiview_service_ability.cpp203 const std::string& logType, const std::string& logName, const std::string& dest, bool isMove) in CopyOrMoveFile()
214 if (isMove && configInfoPtr->isReadOnly) { in CopyOrMoveFile()
219 HIVIEW_LOGI("uid %{public}d, isMove: %{public}d, type:%{public}s, name:%{public}s", in CopyOrMoveFile()
220 uid, isMove, logType.c_str(), StringUtil::HideSnInfo(logName).c_str()); in CopyOrMoveFile()
231 return isMove ? service->Move(sourceFile, fullPath) : service->Copy(sourceFile, fullPath); in CopyOrMoveFile()
202 CopyOrMoveFile( const std::string& logType, const std::string& logName, const std::string& dest, bool isMove) CopyOrMoveFile() argument
H A Dhiview_service_ability_stub.cpp311 MessageParcel& data, MessageParcel& reply, MessageOption& option, bool isMove) in HandleCopyOrMoveRequest()
332 int32_t ret = isMove ? Move(logType, logName, dest) : Copy(logType, logName, dest); in HandleCopyOrMoveRequest()
310 HandleCopyOrMoveRequest( MessageParcel& data, MessageParcel& reply, MessageOption& option, bool isMove) HandleCopyOrMoveRequest() argument
/base/hiviewdfx/hiview/adapter/service/client/include/
H A Dhiview_service_ability_proxy.h53 const std::string& logType, const std::string& logName, const std::string& dest, bool isMove);
/base/hiviewdfx/hiview/adapter/service/server/include/
H A Dhiview_service_ability.h88 const std::string& logType, const std::string& logName, const std::string& dest, bool isMove);
H A Dhiview_service_ability_stub.h45 int32_t HandleCopyOrMoveRequest(MessageParcel& data, MessageParcel& reply, MessageOption& option, bool isMove);
/base/hiviewdfx/hiview/adapter/service/client/src/
H A Dhiview_service_ability_proxy.cpp85 const std::string& logType, const std::string& logName, const std::string& dest, bool isMove) in CopyOrMoveFile()
101 isMove ? static_cast<uint32_t>(HiviewServiceInterfaceCode::HIVIEW_SERVICE_ID_MOVE) : in CopyOrMoveFile()
84 CopyOrMoveFile( const std::string& logType, const std::string& logName, const std::string& dest, bool isMove) CopyOrMoveFile() argument

Completed in 5 milliseconds