Home
last modified time | relevance | path

Searched +defs:val +defs:socket (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
H A Dsoftbus_adapter.cpp45 int socket = ::Socket(info); in CreateSessionServer() local
81 std::string val = std::string(sessionName) + std::string(packageName); in RemoveSessionServer() local
82 int32_t socket = SoftbusAdapter::GetInstance().GetSocketNameFromMap(val); in RemoveSessionServer() local
94 void SoftbusAdapter::OnBind(int socket, PeerSocketInfo info) in OnBind()
113 void SoftbusAdapter::OnShutdown(int32_t socket, ShutdownReason reason) in OnShutdown()
132 void SoftbusAdapter::OnBytes(int socket, const void *data, unsigned int dataLen) in OnBytes()
197 void SoftbusAdapter::OnFile(int32_t socket, FileEvent *event) in OnFile()
216 int32_t socket = Socket(info); in OpenSession() local
301 int32_t socket = -1; in GetSocketNameFromMap() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp365 for (const auto &val : uuids) { in OnRemoteUuidChanged() local
618 sptr<BluetoothSocketServer> socket = new BluetoothSocketServer(); in createServers() local