Searched refs:softbusSession_ (Results 1 – 6 of 6) sorted by relevance
86 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 …]
293 channel_->softbusSession_ = nullptr;
29 softbusSession_ = nullptr; in DCameraChannelSinkImpl()39 if (softbusSession_ == nullptr) { in CloseSession()43 int32_t ret = softbusSession_->CloseSession(); in CloseSession()58 if (softbusSession_ != nullptr) { in CreateSession()78 …softbusSession_ = 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 …]
38 std::shared_ptr<DCameraSoftbusSession> softbusSession_; variable
172 std::shared_ptr<SoftbusSession> softbusSession_; variable
74 softbusSession_ = std::make_shared<SoftbusSession>(); in SoftbusConnector()286 return softbusSession_; in GetSoftbusSession()