/external/pigweed/pw_bluetooth_sapphire/host/gatt/ |
D | remote_service_manager_test.cc | 82 RemoteService::WeakPtr SetUpFakeService(const ServiceData& data) { in SetUpFakeService() 83 std::vector<ServiceData> fake_services{{data}}; in SetUpFakeService() 123 const ServiceData& data, in SetupServiceWithChrcs() 133 ServiceData data(ServiceKind::PRIMARY, 1, 4, kTestServiceUuid1); in SetupNotifiableService() 208 ServiceData svc1(ServiceKind::PRIMARY, 1, 1, kTestServiceUuid1); in TEST_F() 209 ServiceData svc2(ServiceKind::PRIMARY, 2, 2, kTestServiceUuid2); in TEST_F() 210 std::vector<ServiceData> fake_services{{svc1, svc2}}; in TEST_F() 275 ServiceData svc(ServiceKind::PRIMARY, 1, 1, kTestServiceUuid1); in TEST_F() 350 ServiceData svc1(ServiceKind::PRIMARY, 1, 1, kTestServiceUuid1); in TEST_F() 351 ServiceData svc2(ServiceKind::PRIMARY, 2, 2, kTestServiceUuid2); in TEST_F() [all …]
|
D | remote_service_manager.cc | 355 void RemoteServiceManager::AddService(const ServiceData& service_data) { in AddService() 385 ServiceCallback svc_cb = [self](const ServiceData& service_data) { in DiscoverServicesOfKind() 426 ServiceCallback svc_cb = [self](const ServiceData& service_data) { in DiscoverServices() 620 ServiceCallback svc_cb = [self](const ServiceData& service_data) { in MaybeHandleNextServiceChangedNotification() 664 std::vector<ServiceData> added_data; in ProcessServiceChangedDiscoveryResults() 665 std::vector<std::pair<ServiceMap::iterator, ServiceData>> in ProcessServiceChangedDiscoveryResults() 719 for (ServiceData service_data : added_data) { in ProcessServiceChangedDiscoveryResults() 742 std::vector<ServiceData>& added_services, in CalculateServiceChanges() 743 std::vector<std::pair<ServiceMap::iterator, ServiceData>>& in CalculateServiceChanges() 798 [](const std::map<att::Handle, ServiceData>::value_type& value) { in CalculateServiceChanges()
|
D | gatt_defs.cc | 19 ServiceData::ServiceData(ServiceKind kind_in, in ServiceData() function in bt::gatt::ServiceData
|
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/ |
D | gatt2_client_server_test.cc | 74 bt::gatt::ServiceData svc_data_0(bt::gatt::ServiceKind::PRIMARY, in TEST_F() 123 bt::gatt::ServiceData svc_data_1(bt::gatt::ServiceKind::PRIMARY, in TEST_F() 148 bt::gatt::ServiceData svc_data_0(bt::gatt::ServiceKind::PRIMARY, in TEST_F() 156 bt::gatt::ServiceData svc_data_1(bt::gatt::ServiceKind::PRIMARY, in TEST_F() 198 bt::gatt::ServiceData svc_data_2(bt::gatt::ServiceKind::PRIMARY, in TEST_F() 211 bt::gatt::ServiceData svc_data_3(bt::gatt::ServiceKind::PRIMARY, in TEST_F() 229 bt::gatt::ServiceData svc_data_0(bt::gatt::ServiceKind::PRIMARY, in TEST_F() 237 bt::gatt::ServiceData svc_data_1(bt::gatt::ServiceKind::PRIMARY, in TEST_F() 279 bt::gatt::ServiceData svc_data_2(bt::gatt::ServiceKind::PRIMARY, in TEST_F() 321 bt::gatt::ServiceData svc_data_3(bt::gatt::ServiceKind::PRIMARY, in TEST_F() [all …]
|
D | gatt_client_server_test.cc | 50 bt::gatt::ServiceData data1(bt::gatt::ServiceKind::PRIMARY, 1, 1, kHeartRate); in TEST_F() 51 bt::gatt::ServiceData data2(bt::gatt::ServiceKind::SECONDARY, 2, 2, kHid); in TEST_F()
|
/external/pigweed/pw_bluetooth_sapphire/host/gatt/public/pw_bluetooth_sapphire/internal/host/gatt/ |
D | remote_service_manager.h | 98 std::map<att::Handle, ServiceData> services; 123 void AddService(const ServiceData& service_data); 128 using ServiceCallback = fit::function<void(const ServiceData&)>; 172 std::vector<ServiceData>& added_services, 173 std::vector<std::pair<ServiceMap::iterator, ServiceData>>&
|
D | gatt_defs.h | 152 struct ServiceData { struct 153 ServiceData() = default; 154 ServiceData(ServiceKind kind, 165 bool operator==(const ServiceData& other) const { argument
|
D | local_service_manager.h | 128 class ServiceData; 134 std::unordered_map<IdType, std::unique_ptr<ServiceData>> services_;
|
D | remote_service.h | 57 RemoteService(const ServiceData& service_data, Client::WeakPtr client); 67 const ServiceData& info() const { return service_data_; } in info() 301 ServiceData service_data_;
|
/external/libchrome/device/bluetooth/ |
D | bluetooth_advertisement.h | 61 using ServiceData = std::map<std::string, std::vector<uint8_t>>; variable 79 std::unique_ptr<ServiceData> service_data() { in service_data() 93 void set_service_data(std::unique_ptr<ServiceData> service_data) { in set_service_data() 108 std::unique_ptr<ServiceData> service_data_;
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/health/ |
D | default_health_check_service.cc | 65 ServiceData& service_data = p.second; in SetServingStatus() 75 ServiceData& service_data = p.second; in Shutdown() 86 const ServiceData& service_data = it->second; in GetServingStatus() 94 ServiceData& service_data = services_map_[service_name]; in RegisterWatch() 105 ServiceData& service_data = it->second; in UnregisterWatch() 121 void DefaultHealthCheckService::ServiceData::SetServingStatus( in SetServingStatus() 129 void DefaultHealthCheckService::ServiceData::AddWatch( in AddWatch() 134 void DefaultHealthCheckService::ServiceData::RemoveWatch( in RemoveWatch()
|
D | default_health_check_service.h | 117 class ServiceData { 142 std::map<std::string, ServiceData> services_map_ ABSL_GUARDED_BY(&mu_);
|
/external/grpc-grpc/src/cpp/server/health/ |
D | default_health_check_service.cc | 65 ServiceData& service_data = p.second; in SetServingStatus() 75 ServiceData& service_data = p.second; in Shutdown() 86 const ServiceData& service_data = it->second; in GetServingStatus() 94 ServiceData& service_data = services_map_[service_name]; in RegisterWatch() 105 ServiceData& service_data = it->second; in UnregisterWatch() 121 void DefaultHealthCheckService::ServiceData::SetServingStatus( in SetServingStatus() 129 void DefaultHealthCheckService::ServiceData::AddWatch( in AddWatch() 134 void DefaultHealthCheckService::ServiceData::RemoveWatch( in RemoveWatch()
|
D | default_health_check_service.h | 117 class ServiceData { 142 std::map<std::string, ServiceData> services_map_ ABSL_GUARDED_BY(&mu_);
|
/external/openthread/src/core/thread/ |
D | network_data_service.cpp | 56 ServiceData serviceData; in AddService() 67 ServiceData serviceData; in RemoveService() 78 ServiceData serviceData; in GetServiceId() 93 ServiceData serviceData; in GetBackboneRouterPrimary() 167 ServiceData serviceData; in GetNextDnsSrpAnycastInfo() 309 ServiceData serviceData; in GetNextDnsSrpUnicastInfo() 319 … if (DnsSrpUnicast::ServiceData::ParseFrom(*aIterator.mServiceTlv, aInfo) == kErrorNone) in GetNextDnsSrpUnicastInfo()
|
D | network_data_service.hpp | 169 return AddService(DnsSrpUnicast::ServiceData(aAddress, aPort, aVersion)); in AddDnsSrpUnicastServiceWithAddrInServiceData() 186 return RemoveService(DnsSrpUnicast::ServiceData(aAddress, aPort, aVersion)); in RemoveDnsSrpUnicastServiceWithAddrInServiceData() 365 class ServiceData class in ot::NetworkData::Service::Manager::DnsSrpUnicast 370 ServiceData(const Ip6::Address &aAddress, uint16_t aPort, uint8_t aVersion) in ServiceData() function in ot::NetworkData::Service::Manager::DnsSrpUnicast::ServiceData 391 static_assert(ServiceData::kMinLength + sizeof(uint8_t) == sizeof(ServiceData),
|
D | network_data.hpp | 431 const ServiceData &aServiceData, 450 const ServiceData &aServiceData, 467 const ServiceData &aServiceData, 546 const ServiceData &aServiceData, 663 const ServiceData &aServiceData, in FindService()
|
D | network_data_local.hpp | 144 const ServiceData &aServiceData, 157 Error RemoveService(uint32_t aEnterpriseNumber, const ServiceData &aServiceData);
|
D | network_data_types.hpp | 315 class ServiceData : public Data<kWithUint8Length> class 368 …void GetServiceData(ServiceData &aServiceData) const { aServiceData.Init(mServiceData, mServiceDat… in GetServiceData()
|
D | network_data.cpp | 418 const ServiceData &aServiceData, in FindService() 437 const ServiceData &aServiceData, in FindNextService() 458 const ServiceData &aServiceData, in FindNextThreadService() 466 const ServiceData &aServiceData, in MatchService() 470 ServiceData serviceData; in MatchService()
|
/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/ |
D | advertising_data.h | 25 struct ServiceData { struct 47 span<const ServiceData> service_data; argument
|
/external/robolectric/resources/src/main/java/org/robolectric/manifest/ |
D | ServiceData.java | 8 public class ServiceData extends PackageItemData { class 19 public ServiceData( in ServiceData() method in ServiceData
|
/external/openthread/src/core/api/ |
D | server_api.cpp | 50 NetworkData::ServiceData serviceData; in otServerAddService() 65 NetworkData::ServiceData serviceData; in otServerRemoveService()
|
/external/openthread/tests/unit/ |
D | test_network_data.cpp | 533 Error AddService(const ServiceData &aServiceData) in AddService() 538 Error ValidateServiceData(const ServiceTlv *aServiceTlv, const ServiceData &aServiceData) const in ValidateServiceData() 541 ServiceData serviceData; in ValidateServiceData() 562 ServiceData serviceData1; in Test() 563 ServiceData serviceData2; in Test() 564 ServiceData serviceData3; in Test() 565 ServiceData serviceData4; in Test() 566 ServiceData serviceData5; in Test()
|
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/measure_tape/ |
D | hlcpp_measure_tape_for_peer.cc | 185 void Measure(const ::fuchsia::bluetooth::le::ServiceData& value) { in Measure() 190 void MeasureOutOfLine(const ::fuchsia::bluetooth::le::ServiceData& value) { in MeasureOutOfLine()
|