Home
last modified time | relevance | path

Searched refs:OpenConnect (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_client.h42 Status OpenConnect(const ISocketListener *listener);
H A Dsoftbus_adapter_standard.cpp209 return OpenConnect(conn, deviceId); in SendData()
219 std::pair<Status, int32_t> SoftBusAdapter::OpenConnect(const std::shared_ptr<SoftBusClient> &conn, in OpenConnect() function in OHOS::AppDistributedKv::SoftBusAdapter
225 conn->OpenConnect(&clientListener_); in OpenConnect()
H A Dsoftbus_adapter.h96 …std::pair<Status, int32_t> OpenConnect(const std::shared_ptr<SoftBusClient> &conn, const DeviceId …
H A Dsoftbus_client.cpp92 Status SoftBusClient::OpenConnect(const ISocketListener *listener) in OpenConnect() function in OHOS::AppDistributedKv::SoftBusClient