Home
last modified time | relevance | path

Searched refs:services_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_cache.cpp35 services_.clear(); in Clear()
41 if (it != services_.end()) { in AddIncludeService()
53 if (it != services_.end()) { in AddCharacteristic()
68 for (auto &sIt : services_) { in AddDescriptor()
85 if (svc != services_.end()) { in GetCharacteristic()
102 if (svc == services_.end()) { in GetDescriptor()
119 if (svc == services_.end()) { in GetCharacteristicEndHandle()
137 return services_; in GetServices()
143 if (service != services_.end()) { in GetIncludeServices()
152 if (service != services_.end()) { in GetCharacteristics()
[all …]
H A Dgatt_database.cpp86 auto sIt = services_.find(handle); in DeleteService()
87 if (sIt == services_.end()) { in DeleteService()
105 services_.erase(sIt); in DeleteService()
113 services_.clear(); in RemoveAllServices()
207 return std::any_of(services_.begin(), services_.end(), [&handle](auto &svc) { in IsReferenced()
217 return services_; in GetServices()
223 if (service != services_.end()) { in GetIncludeServices()
231 for (auto &svc : services_) { in GetIncludeService()
246 if (service != services_.end()) { in GetCharacteristics()
255 if (service != services_.end()) { in GetService()
[all …]
H A Dgatt_server_service.cpp36 explicit ServerApplication(std::shared_ptr<IGattServerCallback> callback) : services_() in ServerApplication()
43 std::set<uint16_t> services_; member
691 server.value()->second.services_.emplace(service.handle_); in AddService()
740 server.value()->second.services_.erase(handle); in RemoveService()
751 std::copy(server.value()->second.services_.begin(), in ClearServices()
752 server.value()->second.services_.end(), in ClearServices()
1272 auto service = server->second.services_.find(handle); in GetValidApplicationService()
1273 if (service != server->second.services_.end()) { in GetValidApplicationService()
H A Dgatt_cache.h138 std::map<uint16_t, Service> services_ = {}; variable
H A Dgatt_database.h226 std::map<uint16_t, Service> services_ = {}; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dimpl_class.cpp172 for (uint32_t serviceFlag : services_) { in IsSupport()
221 return services_; in GetServices()
296 services_.insert(MakeServiceFlag(interfaceID, serviceType)); in AnalysisServices()
H A Dimpl_class.h87 std::set<uint32_t> services_; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dplugins_manager_src_framework_test.cpp1058 implClass.services_.insert(0x0000);