Searched refs:ownName (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | databus_socket_listener.cpp | 28 DBinderSocketInfo::DBinderSocketInfo(const std::string &ownName, const std::string &peerName, in DBinderSocketInfo() argument 29 const std::string &networkId) : ownName_(ownName), peerName_(peerName), networkId_(networkId) in DBinderSocketInfo() 140 int32_t DatabusSocketListener::StartServerListener(const std::string &ownName) in StartServerListener() argument 145 .name = const_cast<char*>(ownName.c_str()), in StartServerListener() 160 ZLOGI(LABEL, "Listen ok, socketId:%{public}d, ownName:%{public}s", socketId, ownName.c_str()); in StartServerListener() 182 int32_t DatabusSocketListener::CreateClientSocket(const std::string &ownName, const std::string &pe… in CreateClientSocket() argument 185 DBinderSocketInfo info(ownName, peerName, networkId); in CreateClientSocket() 202 .name = const_cast<char*>(ownName.c_str()), in CreateClientSocket() 217 ret, socketId, ownName.c_str(), peerName.c_str(), in CreateClientSocket() 224 "socketId:%{public}d", ownName.c_str(), peerName.c_str(), in CreateClientSocket()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/ |
H A D | databus_socket_listener.h | 40 …DBinderSocketInfo(const std::string &ownName, const std::string &peerName, const std::string &netw… 72 int32_t StartServerListener(const std::string &ownName); 73 int32_t CreateClientSocket(const std::string &ownName, const std::string &peerName,
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/ |
H A D | dbinder_databus_invoker.cpp | 545 std::string ownName = current->GetDatabusName(); in UpdateClientSession() local 546 if (ownName.empty()) { in UpdateClientSession() 558 int32_t socketId = listener->CreateClientSocket(ownName, in UpdateClientSession() 574 "socketId:%{public}d", ownName.c_str(), serviceName.c_str(), in UpdateClientSession()
|