Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Ddatabus_socket_listener.h72 int32_t StartServerListener(const std::string &ownName);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddatabus_socket_listener.cpp140 int32_t DatabusSocketListener::StartServerListener(const std::string &ownName) in StartServerListener() function in OHOS::DatabusSocketListener
H A Dipc_process_skeleton.cpp1263 int32_t socketId = listener->StartServerListener(name); in CreateSoftbusServer()