Searched refs:softbusSessions_ (Results 1 – 2 of 2) sorted by relevance
38 if (softbusSessions_.empty()) { in CloseSession()43 for (auto iter = softbusSessions_.begin(); iter != softbusSessions_.end(); iter++) { in CloseSession()64 if (!softbusSessions_.empty()) { in CreateSession()91 softbusSessions_.push_back(softbusSess); in CreateSession()101 for (auto iter = softbusSessions_.begin(); iter != softbusSessions_.end(); iter++) { in ReleaseSession()108 std::vector<std::shared_ptr<DCameraSoftbusSession>>().swap(softbusSessions_); in ReleaseSession()119 if (softbusSessions_.empty()) { in SendData()124 for (auto iter = softbusSessions_.begin(); iter != softbusSessions_.end(); iter++) { in SendData()
38 std::vector<std::shared_ptr<DCameraSoftbusSession>> softbusSessions_; variable