Home
last modified time | relevance | path

Searched refs:FaultLogQueryResultImpl (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/
Dfaultlog_query_result.h24 class FaultLogQueryResultImpl; variable
27 FaultLogQueryResult(FaultLogQueryResultImpl* impl) : impl_(impl) {}; in FaultLogQueryResult()
37 FaultLogQueryResultImpl* impl_;
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/impl/
Dfaultlog_query_result_impl.h27 class FaultLogQueryResultImpl {
29 explicit FaultLogQueryResultImpl(sptr<FaultLogQueryResultProxy> impl) : impl_(impl){}; in FaultLogQueryResultImpl() function
30 virtual ~FaultLogQueryResultImpl();
Dfaultlog_query_result_impl.cpp31 FaultLogQueryResultImpl::~FaultLogQueryResultImpl() in ~FaultLogQueryResultImpl()
47 std::unique_ptr<FaultLogInfo> FaultLogQueryResultImpl::GetNext() in GetNext()
70 bool FaultLogQueryResultImpl::HasNext() in HasNext()
Dfaultlogger_client.cpp139 return std::make_unique<FaultLogQueryResult>(new FaultLogQueryResultImpl(proxy)); in QuerySelfFaultLog()