/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/getpeersessionname_fuzzer/ |
H A D | getpeersessionname_fuzzer.cpp | 30 GetPeerSessionName(size, (char *)data, len); in GetPeerSessionNameTest()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_session_service_test.cpp | 412 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 D | client_trans_session_test.cpp | 667 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 D | Session.h | 58 virtual const std::string &GetPeerSessionName() const = 0;
|
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/ |
H A D | session_impl.cpp | 57 const std::string &SessionImpl::GetPeerSessionName() const in GetPeerSessionName() function in Communication::SoftBus::SessionImpl
|
H A D | session_impl.h | 51 const std::string &GetPeerSessionName() const override;
|
/foundation/communication/dsoftbus/tests/sdk/transmission/demo/transport/ |
H A D | getsessioninfo_demo.c | 117 ret = GetPeerSessionName(sessionId, peerSessionName, SESSION_NAME_SIZE_MAX); in main()
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/mock/src/ |
H A D | mock_soft_bus.cpp | 54 int GetPeerSessionName(int sessionId, char *sessionName, unsigned int len)
in GetPeerSessionName() function
|
/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | session.h | 164 int GetPeerSessionName(int sessionId, char *sessionName, unsigned int len);
|
/foundation/communication/dsoftbus/interfaces/kits/transport/ |
H A D | session.h | 630 int GetPeerSessionName(int sessionId, char *sessionName, unsigned int len);
|
/foundation/distributedhardware/distributed_camera/services/channel/include/ |
H A D | dcamera_softbus_session.h | 45 std::string GetPeerSessionName();
|
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/ |
H A D | softbus_wrapper.cpp | 109 int ret = GetPeerSessionName(sessionId, cSessionName, sizeof(cSessionName)); in GetSoftBusPeerSessionName()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/ |
H A D | softbus_wrapper.cpp | 109 int ret = GetPeerSessionName(sessionId, cSessionName, sizeof(cSessionName)); in GetSoftBusPeerSessionName()
|
/foundation/distributedhardware/distributed_camera/services/channel/src/ |
H A D | dcamera_softbus_session.cpp | 492 std::string DCameraSoftbusSession::GetPeerSessionName() in GetPeerSessionName() function in OHOS::DistributedHardware::DCameraSoftbusSession
|
/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_session_service.c | 596 int GetPeerSessionName(int sessionId, char *sessionName, unsigned int len) in GetPeerSessionName() function
|