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_;
29 void FaultLoggerServiceProxy::AddFaultLog(const FaultLogInfoOhos& info) in AddFaultLog()39 if (!data.WriteInterfaceToken(FaultLoggerServiceProxy::GetDescriptor())) { in AddFaultLog()61 sptr<IRemoteObject> FaultLoggerServiceProxy::QuerySelfFaultLog(int32_t faultType, int32_t maxNum) in QuerySelfFaultLog()71 if (!data.WriteInterfaceToken(FaultLoggerServiceProxy::GetDescriptor())) { in QuerySelfFaultLog()95 void FaultLoggerServiceProxy::Destroy() in Destroy()105 if (!data.WriteInterfaceToken(FaultLoggerServiceProxy::GetDescriptor())) { in Destroy()
64 sptr<FaultLoggerServiceProxy> GetFaultloggerService() in GetFaultloggerService()78 sptr<FaultLoggerServiceProxy> proxy = new FaultLoggerServiceProxy(service); in GetFaultloggerService()
43 FaultLoggerServiceProxy faultloggerService(service); in ~FaultLogQueryResultImpl()