Home
last modified time | relevance | path

Searched refs:GetOwnName (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Ddatabus_socket_listener.h43 std::string GetOwnName() const;
49 return (info.GetOwnName().compare(ownName_) == 0 &&
63 return std::hash<std::string>()(info.GetOwnName()) ^ in operator()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddatabus_socket_listener.cpp32 std::string DBinderSocketInfo::GetOwnName() const in GetOwnName() function in OHOS::DBinderSocketInfo
174 socketInfo.GetOwnName().c_str(), socketInfo.GetPeerName().c_str(), in QueryOrNewInfoMutex()