Home
last modified time | relevance | path

Searched refs:UserSnapshotServer (Results 1 – 3 of 3) sorted by relevance

/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dsnapuserd_server.cpp49 UserSnapshotServer::UserSnapshotServer() { in UserSnapshotServer() function in android::snapshot::UserSnapshotServer
55 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 …]
Dsnapuserd_server.h46 class UserSnapshotServer {
77 UserSnapshotServer();
78 ~UserSnapshotServer();
/system/core/fs_mgr/libsnapshot/snapuserd/
Dsnapuserd_daemon.h51 UserSnapshotServer user_server_;