Home
last modified time | relevance | path

Searched refs:cIt (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/
H A Dgeneric_access_service.cpp42 auto cIt = std::find_if(service_.instance_->characteristics_.begin(), variable
48 if (cIt != service_.instance_->characteristics_.end()) {
49 Characteristic result(characteristic.handle_, cIt->value_.get(), cIt->length_);
60 auto cIt = std::find_if(service_.instance_->characteristics_.begin(), variable
66 if (cIt != service_.instance_->characteristics_.end()) {
67 Characteristic result(characteristic.handle_, cIt->value_.get(), cIt->length_);
273 auto cIt = std::find_if(instance_->characteristics_.begin(), in OnDeviceNameChanged() local
279 if (cIt ! in OnDeviceNameChanged()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_service.cpp153 auto cIt = clientSockets_.begin(); in ShutDownInternal() local
154 while (cIt != clientSockets_.end()) { in ShutDownInternal()
156 (*cIt)->CloseSocket(false); in ShutDownInternal()
160 cIt++; in ShutDownInternal()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/dis/
H A Ddevice_information_service.cpp59 auto cIt = std::find_if(service_.instance_->characteristics_.begin(), variable
65 if (cIt != service_.instance_->characteristics_.end()) {
66 Characteristic result(characteristic.handle_, cIt->value_.get(), cIt->length_);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_cache.cpp69 auto cIt = sIt.second.characteristics_.find(cccHandle); in AddDescriptor() local
70 if (cIt != sIt.second.characteristics_.end()) { in AddDescriptor()
71 cIt->second.descriptors_.emplace(descriptor.handle_, descriptor); in AddDescriptor()
72 valueHandleMap_.emplace(descriptor.handle_, std::make_pair(sIt.second.handle_, cIt->second.handle_)); in AddDescriptor()

Completed in 3 milliseconds