Home
last modified time | relevance | path

Searched refs:softbusSession_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Ddcamera_softbus_session_test.cpp86 softbusSession_ = nullptr; in TearDown()
97 EXPECT_NE(nullptr, softbusSession_);
98 softbusSession_->sessionId_ = 2;
112 EXPECT_NE(nullptr, softbusSession_);
225 softbusSession_->nowSeq_ = 1;
227 softbusSession_->nowSubSeq_ = 1;
250 softbusSession_->nowSeq_ = 1;
253 softbusSession_->nowSubSeq_ = 0;
257 softbusSession_->offset_ = 5;
258 softbusSession_->totalLen_ = 2;
[all …]
H A Ddcamera_channel_sink_impl_test.cpp293 channel_->softbusSession_ = nullptr;
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_channel_sink_impl.cpp29 softbusSession_ = nullptr; in DCameraChannelSinkImpl()
39 if (softbusSession_ == nullptr) { in CloseSession()
43 int32_t ret = softbusSession_->CloseSession(); in CloseSession()
58 if (softbusSession_ != nullptr) { in CreateSession()
78softbusSession_ = std::make_shared<DCameraSoftbusSession>(myDevId, mySessionName_, peerDevId, peer… in CreateSession()
80 DCameraSoftbusAdapter::GetInstance().sinkSessions_[mySessionName_] = softbusSession_; in CreateSession()
88 if (softbusSession_ == nullptr) { in ReleaseSession()
91 DCameraSoftbusAdapter::GetInstance().sinkSessions_.erase(softbusSession_->GetMySessionName()); in ReleaseSession()
97 softbusSession_ = nullptr; in ReleaseSession()
103 if (softbusSession_ == nullptr) { in SendData()
[all …]
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/include/
H A Ddcamera_channel_sink_impl.h38 std::shared_ptr<DCameraSoftbusSession> softbusSession_; variable
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_connector.h172 std::shared_ptr<SoftbusSession> softbusSession_; variable
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp74 softbusSession_ = std::make_shared<SoftbusSession>(); in SoftbusConnector()
286 return softbusSession_; in GetSoftbusSession()