Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/include/
Dfaultlogger_service_proxy.h25 class FaultLoggerServiceProxy : public IRemoteProxy<IFaultLoggerService> {
27 explicit FaultLoggerServiceProxy(const sptr<IRemoteObject>& impl) in FaultLoggerServiceProxy() function
29 ~FaultLoggerServiceProxy() = default;
30 DISALLOW_COPY_AND_MOVE(FaultLoggerServiceProxy);
37 static inline BrokerDelegator<FaultLoggerServiceProxy> delegator_;
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/src/
Dfaultlogger_service_proxy.cpp28 void FaultLoggerServiceProxy::AddFaultLog(const FaultLogInfoOhos& info) in AddFaultLog()
38 if (!data.WriteInterfaceToken(FaultLoggerServiceProxy::GetDescriptor())) { in AddFaultLog()
54 sptr<IRemoteObject> FaultLoggerServiceProxy::QuerySelfFaultLog(int32_t faultType, int32_t maxNum) in QuerySelfFaultLog()
64 if (!data.WriteInterfaceToken(FaultLoggerServiceProxy::GetDescriptor())) { in QuerySelfFaultLog()
88 void FaultLoggerServiceProxy::Destroy() in Destroy()
98 if (!data.WriteInterfaceToken(FaultLoggerServiceProxy::GetDescriptor())) { in Destroy()
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/impl/
Dfaultlogger_client.cpp65 sptr<FaultLoggerServiceProxy> GetFaultloggerService() in GetFaultloggerService()
79 sptr<FaultLoggerServiceProxy> proxy = new FaultLoggerServiceProxy(service); in GetFaultloggerService()
Dfaultlog_query_result_impl.cpp43 FaultLoggerServiceProxy faultloggerService(service); in ~FaultLogQueryResultImpl()