Searched refs:HiviewServiceInterfaceCode (Results 1 - 4 of 4) sorted by relevance
/base/hiviewdfx/hiview/adapter/service/server/src/ |
H A D | hiview_service_ability_stub.cpp | 39 {static_cast<uint32_t>(HiviewServiceInterfaceCode::HIVIEW_SERVICE_ID_LIST), 41 {static_cast<uint32_t>(HiviewServiceInterfaceCode::HIVIEW_SERVICE_ID_COPY), 43 {static_cast<uint32_t>(HiviewServiceInterfaceCode::HIVIEW_SERVICE_ID_MOVE), 45 {static_cast<uint32_t>(HiviewServiceInterfaceCode::HIVIEW_SERVICE_ID_REMOVE), 47 {static_cast<uint32_t>(HiviewServiceInterfaceCode::HIVIEW_SERVICE_ID_OPEN_SNAPSHOT_TRACE), 49 {static_cast<uint32_t>(HiviewServiceInterfaceCode::HIVIEW_SERVICE_ID_DUMP_SNAPSHOT_TRACE), 51 {static_cast<uint32_t>(HiviewServiceInterfaceCode::HIVIEW_SERVICE_ID_OPEN_RECORDING_TRACE), 53 {static_cast<uint32_t>(HiviewServiceInterfaceCode::HIVIEW_SERVICE_ID_RECORDING_TRACE_ON), 55 {static_cast<uint32_t>(HiviewServiceInterfaceCode::HIVIEW_SERVICE_ID_RECORDING_TRACE_OFF), 57 {static_cast<uint32_t>(HiviewServiceInterfaceCode [all...] |
/base/hiviewdfx/hiview/adapter/service/client/src/ |
H A D | hiview_service_ability_proxy.cpp | 45 static_cast<uint32_t>(HiviewServiceInterfaceCode::HIVIEW_SERVICE_ID_LIST), data, reply, option); in List() 101 isMove ? static_cast<uint32_t>(HiviewServiceInterfaceCode::HIVIEW_SERVICE_ID_MOVE) : in CopyOrMoveFile() 102 static_cast<uint32_t>(HiviewServiceInterfaceCode::HIVIEW_SERVICE_ID_COPY), data, reply, option); in CopyOrMoveFile() 131 static_cast<uint32_t>(HiviewServiceInterfaceCode::HIVIEW_SERVICE_ID_REMOVE), data, reply, option); in Remove() 150 return SendTraceRequest<int32_t>(HiviewServiceInterfaceCode::HIVIEW_SERVICE_ID_OPEN_SNAPSHOT_TRACE, in OpenSnapshotTrace() 160 HiviewServiceInterfaceCode::HIVIEW_SERVICE_ID_DUMP_SNAPSHOT_TRACE, parcelHandler); in DumpSnapshotTrace() 168 return SendTraceRequest<int32_t>(HiviewServiceInterfaceCode::HIVIEW_SERVICE_ID_OPEN_RECORDING_TRACE, in OpenRecordingTrace() 177 return SendTraceRequest<int32_t>(HiviewServiceInterfaceCode::HIVIEW_SERVICE_ID_RECORDING_TRACE_ON, in RecordingTraceOn() 187 HiviewServiceInterfaceCode::HIVIEW_SERVICE_ID_RECORDING_TRACE_OFF, parcelHandler); in RecordingTraceOff() 195 return SendTraceRequest<int32_t>(HiviewServiceInterfaceCode in CloseTrace() [all...] |
/base/hiviewdfx/hiview/adapter/service/common/include/ |
H A D | hiview_service_ipc_interface_code.h | 22 enum class HiviewServiceInterfaceCode {
class
|
/base/hiviewdfx/hiview/adapter/service/client/include/ |
H A D | hiview_service_ability_proxy.h | 57 HiviewServiceInterfaceCode requestCode, std::function<bool(MessageParcel&)> parcelHandler) in SendTraceRequest()
|
Completed in 3 milliseconds