Home
last modified time | relevance | path

Searched refs:mySessionName_ (Results 1 - 13 of 13) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_channel_sink_impl.cpp39 DHLOGI("DCameraChannelSinkImpl CloseSession name: %{public}s", GetAnonyString(mySessionName_).c_str()); in CloseSession()
41 DHLOGE("DCameraChannelSinkImpl CloseSession %{public}s failed", GetAnonyString(mySessionName_).c_str()); in CloseSession()
47 GetAnonyString(mySessionName_).c_str(), ret); in CloseSession()
68 mySessionName_ = SESSION_HEAD + camIndexs[0].dhId_ + std::string("_") + sessionFlag; in CreateSession()
70 mySessionName_ = SESSION_HEAD + camIndexs[0].dhId_ + std::string("_") + sessionFlag + "_sender"; in CreateSession()
77 softbusSession_ = std::make_shared<DCameraSoftbusSession>(myDevId, mySessionName_, peerDevId, peerSessionName, in CreateSession()
84 DCameraSoftbusAdapter::GetInstance().sinkSessions_[mySessionName_] = softbusSession_; in CreateSession()
91 DHLOGI("DCameraChannelSinkImpl ReleaseSession name: %{public}s", GetAnonyString(mySessionName_).c_str()); in ReleaseSession()
104 DHLOGE("DCameraChannelSinkImpl SendData %{public}s failed", GetAnonyString(mySessionName_).c_str()); in SendData()
110 GetAnonyString(mySessionName_) in SendData()
[all...]
H A Ddcamera_channel_source_impl.cpp38 DHLOGI("DCameraChannelSourceImpl CloseSession name: %{public}s", GetAnonyString(mySessionName_).c_str()); in CloseSession()
40 DHLOGE("DCameraChannelSourceImpl CloseSession %{public}s failed", GetAnonyString(mySessionName_).c_str()); in CloseSession()
51 GetAnonyString(mySessionName_).c_str(), retOpen); in CloseSession()
77 mySessionName_ = SESSION_HEAD + sessionFlag; in CreateSession()
80 GetAnonyString(mySessionName_).c_str(), GetAnonyString(myDevId).c_str()); in CreateSession()
86 mySessionName_, peerDevId, peerSessionName, listener, sessionMode); in CreateSession()
101 DHLOGI("DCameraChannelSourceImpl ReleaseSession name: %{public}s", GetAnonyString(mySessionName_).c_str()); in ReleaseSession()
115 DHLOGE("DCameraChannelSourceImpl SendData %{public}s failed", GetAnonyString(mySessionName_).c_str()); in SendData()
126 GetAnonyString(mySessionName_).c_str(), retSend); in SendData()
H A Ddcamera_softbus_session.cpp39 : myDevId_(myDevId), mySessionName_(mySessionName), peerDevId_(peerDevId), peerSessionName_(peerSessionName), in DCameraSoftbusSession()
138 bufferSize, mySessionName_.c_str(), peerSessionName_.c_str()); in PackRecvData()
149 mySessionName_.c_str(), peerSessionName_.c_str()); in PackRecvData()
169 "%{public}s peerSess: %{public}s", headerPara.dataLen, headerPara.totalLen, mySessionName_.c_str(), in AssembleNoFrag()
182 ret, mySessionName_.c_str(), peerSessionName_.c_str()); in AssembleNoFrag()
205 ret, mySessionName_.c_str(), peerSessionName_.c_str()); in AssembleFrag()
224 "%{public}s", ret, mySessionName_.c_str(), peerSessionName_.c_str()); in AssembleFrag()
241 mySessionName_.c_str(), peerSessionName_.c_str()); in CheckUnPackBuffer()
247 "%{public}s peerSess: %{public}s", nowSeq_, headerPara.seqNum, mySessionName_.c_str(), in CheckUnPackBuffer()
254 "sess: %{public}s peerSess: %{public}s", nowSubSeq_, headerPara.subSeq, mySessionName_ in CheckUnPackBuffer()
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/
H A Dsoftbus_wrapper.cpp63 std::string peerSessionName = mySessionName_; in OpenSoftBusSession()
67 mySessionName_.c_str(), peerNetworkId.c_str(), groupId.c_str(), attribute_.dataType, in OpenSoftBusSession()
70 int sessionId = OpenSession(mySessionName_.c_str(), peerSessionName.c_str(), peerNetworkId.c_str(), in OpenSoftBusSession()
179 sessionIdToNameMap_.insert(std::pair<int, std::string> { sessionId, mySessionName_ }); in SetSessionId()
184 mySessionName_ = sessionName; in SetMySessionName()
204 return mySessionName_; in GetSpecMySessionName()
H A Dsoftbus_wrapper.h69 std::string mySessionName_; member in OHOS::CastEngine::CastEngineService::SoftBusWrapper
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/
H A Dsoftbus_wrapper.cpp63 std::string peerSessionName = mySessionName_; in OpenSoftBusSession()
67 mySessionName_.c_str(), peerNetworkId.c_str(), groupId.c_str(), attribute_.dataType, in OpenSoftBusSession()
70 int sessionId = OpenSession(mySessionName_.c_str(), peerSessionName.c_str(), peerNetworkId.c_str(), in OpenSoftBusSession()
179 sessionIdToNameMap_.insert(std::pair<int, std::string> { sessionId, mySessionName_ }); in SetSessionId()
184 mySessionName_ = sessionName; in SetMySessionName()
204 return mySessionName_; in GetSpecMySessionName()
H A Dsoftbus_wrapper.h69 std::string mySessionName_; member in OHOS::CastEngine::CastEngineService::SoftBusWrapper
/foundation/distributedhardware/distributed_camera/services/channel/include/
H A Ddcamera_channel_source_impl.h39 std::string mySessionName_; member in OHOS::DistributedHardware::DCameraChannelSourceImpl
H A Ddcamera_channel_sink_impl.h39 std::string mySessionName_; member in OHOS::DistributedHardware::DCameraChannelSinkImpl
H A Ddcamera_softbus_session.h114 std::string mySessionName_; member in OHOS::DistributedHardware::DCameraSoftbusSession
/foundation/distributedhardware/distributed_input/services/sink/transport/include/
H A Ddistributed_input_sink_transport.h101 std::string mySessionName_; member in OHOS::DistributedHardware::DistributedInput::DistributedInputSinkTransport
/foundation/distributedhardware/distributed_input/services/source/transport/include/
H A Ddistributed_input_source_transport.h146 std::string mySessionName_ = ""; member in OHOS::DistributedHardware::DistributedInput::DistributedInputSourceTransport
/foundation/distributedhardware/distributed_input/services/sink/transport/src/
H A Ddistributed_input_sink_transport.cpp44 DistributedInputSinkTransport::DistributedInputSinkTransport() : mySessionName_("") in DistributedInputSinkTransport()

Completed in 6 milliseconds