/base/hiviewdfx/hiview/interfaces/js/napi/src/ |
H A D | napi_hiview_js.cpp | 65 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 D | hiview_service_agent.cpp | 62 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 D | hiview_service_agent.h | 43 const std::string& logType, const std::string& logName, const std::string& dest, bool isMove);
|
/base/hiviewdfx/hiview/adapter/service/server/src/ |
H A D | hiview_service_ability.cpp | 203 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 D | hiview_service_ability_stub.cpp | 311 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 D | hiview_service_ability_proxy.h | 53 const std::string& logType, const std::string& logName, const std::string& dest, bool isMove);
|
/base/hiviewdfx/hiview/adapter/service/server/include/ |
H A D | hiview_service_ability.h | 88 const std::string& logType, const std::string& logName, const std::string& dest, bool isMove);
|
H A D | hiview_service_ability_stub.h | 45 int32_t HandleCopyOrMoveRequest(MessageParcel& data, MessageParcel& reply, MessageOption& option, bool isMove);
|
/base/hiviewdfx/hiview/adapter/service/client/src/ |
H A D | hiview_service_ability_proxy.cpp | 85 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
|