Home
last modified time | relevance | path

Searched refs:GetPeerSessionName (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/getpeersessionname_fuzzer/
H A Dgetpeersessionname_fuzzer.cpp30 GetPeerSessionName(size, (char *)data, len); in GetPeerSessionNameTest()
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_service_test.cpp412 int32_t ret = GetPeerSessionName(TRANS_TEST_INVALID_SESSION_ID, sessionName, SESSION_NAME_SIZE_MAX); in HWTEST_F()
414 ret = GetPeerSessionName(TRANS_TEST_SESSION_ID, NULL, SESSION_NAME_SIZE_MAX); in HWTEST_F()
416 ret = GetPeerSessionName(TRANS_TEST_SESSION_ID, sessionName, SESSION_NAME_SIZE_MAX + 1); in HWTEST_F()
418 ret = GetPeerSessionName(TRANS_TEST_SESSION_ID, sessionName, SESSION_NAME_SIZE_MAX); in HWTEST_F()
422 ret = GetPeerSessionName(sessionId, sessionName, SESSION_NAME_SIZE_MAX); in HWTEST_F()
H A Dclient_trans_session_test.cpp667 int32_t ret = GetPeerSessionName(TRANS_TEST_INVALID_SESSION_ID, sessionName, SESSION_NAME_SIZE_MAX); in HWTEST_F()
669 ret = GetPeerSessionName(TRANS_TEST_SESSION_ID, NULL, SESSION_NAME_SIZE_MAX); in HWTEST_F()
671 ret = GetPeerSessionName(TRANS_TEST_SESSION_ID, sessionName, SESSION_NAME_SIZE_MAX + 1); in HWTEST_F()
673 ret = GetPeerSessionName(TRANS_TEST_SESSION_ID, sessionName, SESSION_NAME_SIZE_MAX); in HWTEST_F()
677 ret = GetPeerSessionName(sessionId, sessionName, SESSION_NAME_SIZE_MAX); in HWTEST_F()
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/include/
H A DSession.h58 virtual const std::string &GetPeerSessionName() const = 0;
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/
H A Dsession_impl.cpp57 const std::string &SessionImpl::GetPeerSessionName() const in GetPeerSessionName() function in Communication::SoftBus::SessionImpl
H A Dsession_impl.h51 const std::string &GetPeerSessionName() const override;
/foundation/communication/dsoftbus/tests/sdk/transmission/demo/transport/
H A Dgetsessioninfo_demo.c117 ret = GetPeerSessionName(sessionId, peerSessionName, SESSION_NAME_SIZE_MAX); in main()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/mock/src/
H A Dmock_soft_bus.cpp54 int GetPeerSessionName(int sessionId, char *sessionName, unsigned int len) in GetPeerSessionName() function
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dsession.h164 int GetPeerSessionName(int sessionId, char *sessionName, unsigned int len);
/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dsession.h630 int GetPeerSessionName(int sessionId, char *sessionName, unsigned int len);
/foundation/distributedhardware/distributed_camera/services/channel/include/
H A Ddcamera_softbus_session.h45 std::string GetPeerSessionName();
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/
H A Dsoftbus_wrapper.cpp109 int ret = GetPeerSessionName(sessionId, cSessionName, sizeof(cSessionName)); in GetSoftBusPeerSessionName()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/
H A Dsoftbus_wrapper.cpp109 int ret = GetPeerSessionName(sessionId, cSessionName, sizeof(cSessionName)); in GetSoftBusPeerSessionName()
/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_softbus_session.cpp492 std::string DCameraSoftbusSession::GetPeerSessionName() in GetPeerSessionName() function in OHOS::DistributedHardware::DCameraSoftbusSession
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_service.c596 int GetPeerSessionName(int sessionId, char *sessionName, unsigned int len) in GetPeerSessionName() function

Completed in 11 milliseconds