Searched refs:UserSnapshotServer (Results 1 – 3 of 3) sorted by relevance
49 UserSnapshotServer::UserSnapshotServer() { in UserSnapshotServer() function in android::snapshot::UserSnapshotServer55 UserSnapshotServer::~UserSnapshotServer() { in ~UserSnapshotServer()62 std::string UserSnapshotServer::GetDaemonStatus() { in GetDaemonStatus()73 void UserSnapshotServer::Parsemsg(std::string const& msg, const char delim, in Parsemsg()83 void UserSnapshotServer::ShutdownThreads() { in ShutdownThreads()88 bool UserSnapshotServer::Sendmsg(android::base::borrowed_fd fd, const std::string& msg) { in Sendmsg()102 bool UserSnapshotServer::Recv(android::base::borrowed_fd fd, std::string* data) { in Recv()113 bool UserSnapshotServer::Receivemsg(android::base::borrowed_fd fd, const std::string& str) { in Receivemsg()238 bool UserSnapshotServer::Start(const std::string& socketname) { in Start()254 bool UserSnapshotServer::StartWithSocket(bool start_listening) { in StartWithSocket()[all …]
46 class UserSnapshotServer {77 UserSnapshotServer();78 ~UserSnapshotServer();
51 UserSnapshotServer user_server_;