Home
last modified time | relevance | path

Searched defs:addrname (Results 1 – 6 of 6) sorted by relevance

/developtools/profiler/device/services/ipc/src/
Dunix_socket_client.cpp33 bool UnixSocketClient::Connect(const std::string addrname, ServiceBase& serviceBase, void (*callbac… in Connect()
Dservice_entry.cpp26 bool ServiceEntry::StartServer(const std::string& addrname, void (*callback)(int)) in StartServer()
Dunix_socket_server.cpp148 bool UnixSocketServer::StartServer(const std::string& addrname, ServiceEntry& p, void (*callback)(i… in StartServer()
/developtools/profiler/device/plugins/network_profiler/client/src/
Dnetwork_profiler_socker_client.cpp47 bool NetworkProfilerSocketClient::Connect(const std::string addrname, void (*disableHookCallback)()) in Connect()
/developtools/profiler/device/plugins/ffrt_profiler/client/src/
Dffrt_profiler_socker_client.cpp48 bool FfrtProfilerSocketClient::Connect(const std::string addrname) in Connect()
/developtools/profiler/device/plugins/native_hook/src/
Dhook_socket_client.cpp109 bool HookSocketClient::Connect(const std::string addrname) in Connect()