Home
last modified time | relevance | path

Searched refs:softbusSessions_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_channel_source_impl.cpp38 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()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/include/
H A Ddcamera_channel_source_impl.h38 std::vector<std::shared_ptr<DCameraSoftbusSession>> softbusSessions_; variable