Home
last modified time | relevance | path

Searched refs:SocketFactory (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_socket.h364 class BLUETOOTH_API SocketFactory { class
/foundation/communication/bluetooth_service/test/unittest/spp/
H A Dspp_test.cpp60 GTEST_LOG_(INFO) << "SocketFactory::DataListenRfcommByServiceRecord starts"; in SetUp()
61 sppServerSocket_ = SocketFactory::DataListenRfcommByServiceRecord("server", uuid_); in SetUp()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket.cpp893 std::shared_ptr<ClientSocket> SocketFactory::BuildInsecureRfcommDataSocketByServiceRecord( in BuildInsecureRfcommDataSocketByServiceRecord()
905 std::shared_ptr<ClientSocket> SocketFactory::BuildRfcommDataSocketByServiceRecord( in BuildRfcommDataSocketByServiceRecord()
917 std::shared_ptr<ServerSocket> SocketFactory::DataListenInsecureRfcommByServiceRecord( in DataListenInsecureRfcommByServiceRecord()
924 std::shared_ptr<ServerSocket> SocketFactory::DataListenRfcommByServiceRecord(const std::string &name, const UUID &uuid) in DataListenRfcommByServiceRecord()

Completed in 3 milliseconds