Home
last modified time | relevance | path

Searched refs:ServiceEntry (Results 1 – 16 of 16) sorted by relevance

/developtools/profiler/device/services/ipc/src/
Dservice_entry.cpp21 ServiceEntry::ServiceEntry() in ServiceEntry() function in ServiceEntry
25 ServiceEntry::~ServiceEntry() {} in ~ServiceEntry()
26 bool ServiceEntry::StartServer(const std::string& addrname) in StartServer()
38 bool ServiceEntry::RegisterService(ServiceBase& psb) in RegisterService()
44 const ServiceBase* ServiceEntry::FindServiceByName(const std::string& service_name) in FindServiceByName()
Dclient_connection.cpp24 ClientConnection::ClientConnection(int sfd, ServiceEntry& serviceEntry) in ClientConnection()
Dclient_map.cpp33 int ClientMap::PutClientSocket(int socketFileDescriptor, ServiceEntry& p) in PutClientSocket()
Dunix_socket_server.cpp104 bool UnixSocketServer::StartServer(const std::string& addrname, ServiceEntry& p) in StartServer()
/developtools/profiler/device/services/ipc/include/
Dunix_socket_server.h26 class ServiceEntry; variable
34 bool StartServer(const std::string& addrname, ServiceEntry& p);
38 ServiceEntry* serviceEntry_;
Dservice_entry.h38 class ServiceEntry {
40 ServiceEntry();
41 ~ServiceEntry();
Dclient_map.h22 class ServiceEntry; variable
27 int PutClientSocket(int socketFileDescriptor, ServiceEntry& p);
Dclient_connection.h25 ClientConnection(int sfd, ServiceEntry& serviceEntry);
30 ServiceEntry* serviceEntry_;
/developtools/profiler/device/services/ipc/test/unittest/
Dclient_map_test.cpp41 ServiceEntry serviceEntry;
42 ServiceEntry serviceTest;
Dunix_socket_server_test.cpp43 ServiceEntry serviceEntry;
Dclient_connection_test.cpp42 ServiceEntry serviceEntry;
Dservice_entry_test.cpp48 ServiceEntry serviceEntry;
/developtools/profiler/device/plugins/native_daemon/include/
Dhook_service.h38 std::shared_ptr<ServiceEntry> serviceEntry_;
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_service.cpp49 serviceEntry_ = std::make_shared<ServiceEntry>(); in StartService()
/developtools/profiler/device/services/plugin_service/include/
Dplugin_service.h123 std::shared_ptr<ServiceEntry> serviceEntry_;
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service.cpp88 serviceEntry_ = std::make_shared<ServiceEntry>(); in StartService()