Home
last modified time | relevance | path

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

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