Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_channel_source_impl.cpp39 if (softbusSessions_.empty()) { in CloseSession()
44 for (auto iter = softbusSessions_.begin(); iter != softbusSessions_.end(); iter++) { in CloseSession()
65 if (!softbusSessions_.empty()) { in CreateSession()
93 softbusSessions_.push_back(softbusSess); in CreateSession()
102 for (auto iter = softbusSessions_.begin(); iter != softbusSessions_.end(); iter++) { in ReleaseSession()
108 std::vector<std::shared_ptr<DCameraSoftbusSession>>().swap(softbusSessions_); in ReleaseSession()
114 if (softbusSessions_.empty()) { in SendData()
119 for (auto iter = softbusSessions_ in SendData()
[all...]
/foundation/distributedhardware/distributed_camera/services/channel/include/
H A Ddcamera_channel_source_impl.h38 std::vector<std::shared_ptr<DCameraSoftbusSession>> softbusSessions_; member in OHOS::DistributedHardware::DCameraChannelSourceImpl

Completed in 2 milliseconds