Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_database.cpp80 services_.emplace(dbService.handle_, std::move(dbService)); in AddService()
86 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()
222 auto service = services_.find(serviceHandle); in GetIncludeServices()
223 if (service != services_ in GetIncludeServices()
[all...]
H A Dgatt_cache.cpp26 auto it = services_.emplace(service.handle_, service); in AddService()
35 services_.clear(); in Clear()
40 auto it = services_.find(serviceHandle); in AddIncludeService()
41 if (it != services_.end()) { in AddIncludeService()
52 auto it = services_.find(serviceHandle); in AddCharacteristic()
53 if (it != services_.end()) { in AddCharacteristic()
68 for (auto &sIt : services_) { in AddDescriptor()
84 auto svc = services_.find(it->second.first); in GetCharacteristic()
85 if (svc != services_.end()) { in GetCharacteristic()
101 auto svc = services_ in GetDescriptor()
[all...]
H A Dgatt_cache.h138 std::map<uint16_t, Service> services_ = {}; member in OHOS::bluetooth::GattCache
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_database.h226 std::map<uint16_t, Service> services_ = {}; member in OHOS::bluetooth::GattDatabase
/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_; member in OHOS::MultimediaPlugin::final
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dplugins_manager_src_framework_test.cpp1058 implClass.services_.insert(0x0000); in HWTEST_F()

Completed in 8 milliseconds