Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Ddatabus_socket_listener.h38 class DBinderSocketInfo {
40DBinderSocketInfo(const std::string &ownName, const std::string &peerName, const std::string &netw…
41 DBinderSocketInfo() = default;
42 virtual ~DBinderSocketInfo() = default;
47 bool operator==(const DBinderSocketInfo &info) const
61 size_t operator()(const DBinderSocketInfo &info) const in operator()
82 static void EraseDeviceLock(DBinderSocketInfo info);
86 std::shared_ptr<std::mutex> QueryOrNewInfoMutex(DBinderSocketInfo socketInfo);
93 …static inline std::unordered_map<DBinderSocketInfo, std::shared_ptr<std::mutex>, SocketInfoHash> i…
94 static inline std::unordered_map<DBinderSocketInfo, int32_t, SocketInfoHash> socketInfoMap_ {};
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddatabus_socket_listener.cpp28 DBinderSocketInfo::DBinderSocketInfo(const std::string &ownName, const std::string &peerName, in DBinderSocketInfo() function in OHOS::DBinderSocketInfo
32 std::string DBinderSocketInfo::GetOwnName() const in GetOwnName()
37 std::string DBinderSocketInfo::GetPeerName() const in GetPeerName()
42 std::string DBinderSocketInfo::GetNetworkId() const in GetNetworkId()
111 DBinderSocketInfo socketInfo; in ClientOnShutdown()
164 std::shared_ptr<std::mutex> DatabusSocketListener::QueryOrNewInfoMutex(DBinderSocketInfo socketInfo) in QueryOrNewInfoMutex()
185 DBinderSocketInfo info(ownName, peerName, networkId); in CreateClientSocket()
235 DBinderSocketInfo socketInfo; in ShutdownSocket()
251 void DatabusSocketListener::EraseDeviceLock(DBinderSocketInfo info) in EraseDeviceLock()