/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/getmysessionname_fuzzer/ |
H A D | getmysessionname_fuzzer.cpp | 28 GetMySessionName(size, (char *)data, len); in GetMySessionNameTest()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_session_impl_test.cpp | 122 * @tc.desc: Test when GetMySessionName is called then it returns the correct session name. 130 const std::string &actualSessionName = sessionImpl_.GetMySessionName(); in HWTEST_F() 136 * @tc.desc: Test when GetMySessionName is called then it returns an empty string if no session name is set. 142 const std::string &actualSessionName = sessionImpl_.GetMySessionName(); in HWTEST_F()
|
H A D | client_trans_session_test.cpp | 650 int32_t ret = GetMySessionName(TRANS_TEST_INVALID_SESSION_ID, sessionName, SESSION_NAME_SIZE_MAX); in HWTEST_F() 652 ret = GetMySessionName(TRANS_TEST_SESSION_ID, NULL, SESSION_NAME_SIZE_MAX); in HWTEST_F() 654 ret = GetMySessionName(TRANS_TEST_SESSION_ID, sessionName, SESSION_NAME_SIZE_MAX + 1); in HWTEST_F()
|
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/include/ |
H A D | Session.h | 56 virtual const std::string &GetMySessionName() const = 0;
|
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/ |
H A D | session_impl.cpp | 47 const std::string &SessionImpl::GetMySessionName() const in GetMySessionName() function in Communication::SoftBus::SessionImpl
|
H A D | session_impl.h | 47 const std::string &GetMySessionName() const override;
|
H A D | session_service_impl.cpp | 257 auto iterListener = listenerMap_.find(session->GetMySessionName()); in GetSessionListener()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/demo/transport/ |
H A D | getsessioninfo_demo.c | 109 ret = GetMySessionName(sessionId, sessionName, SESSION_NAME_SIZE_MAX); in main()
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/mock/src/ |
H A D | mock_soft_bus.cpp | 50 int GetMySessionName(int sessionId, char *sessionName, unsigned int len)
in GetMySessionName() function
|
/foundation/distributedhardware/distributed_camera/services/channel/src/ |
H A D | dcamera_channel_sink_impl.cpp | 96 DCameraSoftbusAdapter::GetInstance().sinkSessions_.erase(softbusSession_->GetMySessionName()); in ReleaseSession()
|
H A D | dcamera_softbus_session.cpp | 497 std::string DCameraSoftbusSession::GetMySessionName() in GetMySessionName() function in OHOS::DistributedHardware::DCameraSoftbusSession
|
/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | session.h | 162 int GetMySessionName(int sessionId, char *sessionName, unsigned int len);
|
/foundation/communication/dsoftbus/interfaces/kits/transport/ |
H A D | session.h | 616 int GetMySessionName(int sessionId, char *sessionName, unsigned int len);
|
/foundation/distributedhardware/distributed_camera/services/channel/include/ |
H A D | dcamera_softbus_session.h | 46 std::string GetMySessionName();
|
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/ |
H A D | softbus_wrapper.cpp | 98 int ret = GetMySessionName(sessionId, cSessionName, sizeof(cSessionName)); in GetSoftBusMySessionName()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/ |
H A D | softbus_wrapper.cpp | 98 int ret = GetMySessionName(sessionId, cSessionName, sizeof(cSessionName)); in GetSoftBusMySessionName()
|
/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_session_service.c | 586 int GetMySessionName(int sessionId, char *sessionName, unsigned int len) in GetMySessionName() function 681 int32_t ret = GetMySessionName(sessionId, sessionName, SESSION_NAME_SIZE_MAX); in IsValidDFSSession()
|