Home
last modified time | relevance | path

Searched refs:GetMySessionName (Results 1 - 17 of 17) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/getmysessionname_fuzzer/
H A Dgetmysessionname_fuzzer.cpp28 GetMySessionName(size, (char *)data, len); in GetMySessionNameTest()
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_impl_test.cpp122 * @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 Dclient_trans_session_test.cpp650 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 DSession.h56 virtual const std::string &GetMySessionName() const = 0;
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/
H A Dsession_impl.cpp47 const std::string &SessionImpl::GetMySessionName() const in GetMySessionName() function in Communication::SoftBus::SessionImpl
H A Dsession_impl.h47 const std::string &GetMySessionName() const override;
H A Dsession_service_impl.cpp257 auto iterListener = listenerMap_.find(session->GetMySessionName()); in GetSessionListener()
/foundation/communication/dsoftbus/tests/sdk/transmission/demo/transport/
H A Dgetsessioninfo_demo.c109 ret = GetMySessionName(sessionId, sessionName, SESSION_NAME_SIZE_MAX); in main()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/mock/src/
H A Dmock_soft_bus.cpp50 int GetMySessionName(int sessionId, char *sessionName, unsigned int len) in GetMySessionName() function
/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_channel_sink_impl.cpp96 DCameraSoftbusAdapter::GetInstance().sinkSessions_.erase(softbusSession_->GetMySessionName()); in ReleaseSession()
H A Ddcamera_softbus_session.cpp497 std::string DCameraSoftbusSession::GetMySessionName() in GetMySessionName() function in OHOS::DistributedHardware::DCameraSoftbusSession
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dsession.h162 int GetMySessionName(int sessionId, char *sessionName, unsigned int len);
/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dsession.h616 int GetMySessionName(int sessionId, char *sessionName, unsigned int len);
/foundation/distributedhardware/distributed_camera/services/channel/include/
H A Ddcamera_softbus_session.h46 std::string GetMySessionName();
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/
H A Dsoftbus_wrapper.cpp98 int ret = GetMySessionName(sessionId, cSessionName, sizeof(cSessionName)); in GetSoftBusMySessionName()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/
H A Dsoftbus_wrapper.cpp98 int ret = GetMySessionName(sessionId, cSessionName, sizeof(cSessionName)); in GetSoftBusMySessionName()
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_service.c586 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()

Completed in 12 milliseconds