Home
last modified time | relevance | path

Searched refs:ServiceBase (Results 1 – 12 of 12) sorted by relevance

/developtools/profiler/device/services/ipc/include/
Dservice_entry.h45 bool RegisterService(ServiceBase& psb);
47 const ServiceBase* FindServiceByName(const std::string& service_name);
52 std::map<std::string, ServiceBase*> serviceMap_;
Dservice_base.h23 class ServiceBase {
25 virtual ~ServiceBase() {} in ~ServiceBase()
Dsocket_context.h36 class ServiceBase; variable
71 ServiceBase* serviceBase_;
Dunix_socket_client.h27 bool Connect(const std::string addrname, ServiceBase& serviceBase);
/developtools/profiler/device/services/ipc/src/
Dservice_entry.cpp38 bool ServiceEntry::RegisterService(ServiceBase& psb) in RegisterService()
44 const ServiceBase* ServiceEntry::FindServiceByName(const std::string& service_name) in FindServiceByName()
Dclient_connection.cpp43 … serviceBase_ = const_cast<ServiceBase*>(serviceEntry_->FindServiceByName(protoServiceName_)); in RawProtocolProc()
Dunix_socket_client.cpp33 bool UnixSocketClient::Connect(const std::string addrname, ServiceBase& serviceBase) in Connect()
/developtools/profiler/device/services/ipc/test/unittest/
Dunix_socket_client_test.cpp42 ServiceBase serviceBase;
Dservice_base_test.cpp41 ServiceBase serviceBase;
Dunix_socket_server_test.cpp47 ServiceBase serviceBase;
/developtools/profiler/device/plugins/native_daemon/include/
Dhook_service.h26 class HookService : public ServiceBase {
/developtools/profiler/device/plugins/native_hook/include/
Dhook_socket_client.h25 class HookSocketClient : public ServiceBase {