/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | network_data_service.hpp | 348 struct ServiceData struct in ot::NetworkData::Service::Manager::DnsSrpUnicast 351 explicit ServiceData(const Ip6::Address &aAddress, uint16_t aPort) in ServiceData() argument 359 const Ip6::Address &GetAddress(void) const { return mAddress; } in GetAddress() 360 uint16_t GetPort(void) const { return BigEndian::HostSwap16(mPort); } in GetPort() 363 uint8_t mServiceNumber; 364 Ip6::Address mAddress; 365 uint16_t mPort;
|
H A D | network_data_types.hpp | 339 class ServiceData : public Data<kWithUint8Length> class
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gatt/ |
H A D | gatt_defs.h | 147 struct ServiceData { struct 160 bool operator==(const ServiceData& other) const { argument
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/ |
H A D | channel_manager.cc | 138 struct ServiceData { struct in bt::l2cap::ChannelManagerImpl 140 ServiceInfo info; 141 Psm psm; 142 inspect::Node node; 143 inspect::StringProperty psm_property;
|
/aosp_15_r20/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/ |
H A D | advertising_data.h | 25 struct ServiceData { struct 47 span<const ServiceData> service_data; argument
|
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/manifest/ |
H A D | ServiceData.java | 8 public class ServiceData extends PackageItemData { class 19 public ServiceData( in ServiceData() method in ServiceData
|
/aosp_15_r20/frameworks/native/libs/binder/ndk/tests/ |
H A D | libbinder_ndk_unit_test.cpp | 304 struct ServiceData { struct 309 ServiceData* d = reinterpret_cast<ServiceData*>(cookie); in fillOnRegister() argument
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/ |
H A D | local_service_manager.cc | 158 class LocalServiceManager::ServiceData final { class in bt::gatt::LocalServiceManager 160 ServiceData(IdType id, in ServiceData() function in bt::gatt::LocalServiceManager::ServiceData
|
H A D | gatt_defs.cc | 19 ServiceData::ServiceData(ServiceKind kind_in, in ServiceData() function in bt::gatt::ServiceData
|
H A D | client_test.cc | 72 void NopSvcCallback(const gatt::ServiceData&) {} in NopSvcCallback()
|
/aosp_15_r20/external/libchrome/device/bluetooth/ |
H A D | bluetooth_advertisement.h | 61 using ServiceData = std::map<std::string, std::vector<uint8_t>>; variable
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/device/bluetooth/ |
D | bluetooth_advertisement.h | 64 using ServiceData = std::map<std::string, std::vector<uint8_t>>; variable
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/device/bluetooth/ |
D | bluetooth_advertisement.h | 64 using ServiceData = std::map<std::string, std::vector<uint8_t>>; variable
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/ |
H A D | advertising_data_test.cc | 289 TEST(AdvertisingDataTest, ServiceData) { in TEST() argument
|