Lines Matching defs:const
36 UDSSession(const std::string &programName, const int32_t moduleType, const int32_t fd, const int32_t uid,
37 const int32_t pid);
41 bool SendMsg(const char *buf, size_t size) const;
42 bool SendMsg(NetPacket &pkt) const;
45 int32_t GetUid() const
50 int32_t GetPid() const
55 int32_t GetModuleType() const
65 int32_t GetFd() const
70 const std::string& GetDescript() const
75 const std::string GetProgramName() const
95 int32_t GetTokenType() const
108 int64_t GetEarliestEventTime(int32_t type = 0) const;
110 void ReportSocketBufferFull() const;
121 const std::string programName_;
122 const int32_t moduleType_ { -1 };
124 const int32_t uid_ { -1 };
125 const int32_t pid_ { -1 };