Searched refs:FaultLoggerServiceProxy (Results 1 – 4 of 4) sorted by relevance
25 class FaultLoggerServiceProxy : public IRemoteProxy<IFaultLoggerService> {27 explicit FaultLoggerServiceProxy(const sptr<IRemoteObject>& impl) in FaultLoggerServiceProxy() function29 ~FaultLoggerServiceProxy() = default;30 DISALLOW_COPY_AND_MOVE(FaultLoggerServiceProxy);37 static inline BrokerDelegator<FaultLoggerServiceProxy> delegator_;
28 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()
65 sptr<FaultLoggerServiceProxy> GetFaultloggerService() in GetFaultloggerService()79 sptr<FaultLoggerServiceProxy> proxy = new FaultLoggerServiceProxy(service); in GetFaultloggerService()
43 FaultLoggerServiceProxy faultloggerService(service); in ~FaultLogQueryResultImpl()