Home
last modified time | relevance | path

Searched refs:SetPeerDeviceId (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_impl_test.cpp148 * @tc.desc: Test SetPeerDeviceId when name is empty.
155 sessionImpl_.SetPeerDeviceId(name); in HWTEST_F()
161 * @tc.desc: Test SetPeerDeviceId when name is not empty.
168 sessionImpl_.SetPeerDeviceId(name); in HWTEST_F()
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/include/
H A DSession.h82 virtual void SetPeerDeviceId(const std::string &name) = 0;
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/
H A Dsession_impl.cpp62 void SessionImpl::SetPeerDeviceId(const std::string &name) in SetPeerDeviceId() function in Communication::SoftBus::SessionImpl
H A Dsession_impl.h53 void SetPeerDeviceId(const std::string &name) override;
H A Dsession_service_impl.cpp172 session->SetPeerDeviceId(peerNetworkId); in CreateSession()
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/sessionimpl_fuzzer/
H A Dsessionimpl_fuzzer.cpp44 session.SetPeerDeviceId(deviceId); in SetOpeTest()
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/
H A Dsoftbus_wrapper.h52 void SetPeerDeviceId(const std::string &peerDeviceId);
H A Dsoftbus_wrapper.cpp192 void SoftBusWrapper::SetPeerDeviceId(const std::string &peerDeviceId) in SetPeerDeviceId() function in OHOS::CastEngine::CastEngineService::SoftBusWrapper
H A Dsoftbus_connection.cpp395 softbus_.SetPeerDeviceId(request.remoteDeviceInfo.deviceId); in StashConnectionInfo()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/
H A Dsoftbus_wrapper.h52 void SetPeerDeviceId(const std::string &peerDeviceId);
H A Dsoftbus_wrapper.cpp192 void SoftBusWrapper::SetPeerDeviceId(const std::string &peerDeviceId) in SetPeerDeviceId() function in OHOS::CastEngine::CastEngineService::SoftBusWrapper
H A Dsoftbus_connection.cpp392 softbus_.SetPeerDeviceId(request.remoteDeviceInfo.deviceId); in StashConnectionInfo()

Completed in 7 milliseconds