Home
last modified time | relevance | path

Searched defs:GetServices (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/device/google/trout/hal/dumpstate/1.1/
DServiceSupplier.cpp23 std::vector<ServiceDescriptor> ServiceSupplier::GetServices() const { in GetServices() function in ServiceSupplier
Dserver_main.cpp55 std::vector<ServiceDescriptor> GetServices() const override { return kAvailableServices; } in GetServices() function in CoqosLvSystemdServices
/aosp_15_r20/device/google/trout/hal/dumpstate/1.1/config/
DXmlServiceSupplier.cpp70 std::vector<ServiceDescriptor> XmlServiceSupplier::GetServices() const { in GetServices() function in XmlServiceSupplier
/aosp_15_r20/external/openscreen/discovery/public/
H A Ddns_sd_service_watcher.h125 std::vector<ConstRefT> GetServices() const { in GetServices() function
/aosp_15_r20/external/grpc-grpc/src/compiler/
H A Druby_generator.cc175 std::string GetServices(const FileDescriptor* file) { in GetServices() function
H A Dcsharp_generator.cc798 std::string GetServices(const FileDescriptor* file, bool generate_client, in GetServices() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/
Druby_generator.cc175 std::string GetServices(const FileDescriptor* file) { in GetServices() function
Dcsharp_generator.cc792 std::string GetServices(const FileDescriptor* file, bool generate_client, in GetServices() function
/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dproto_reflection_descriptor_database.cc261 bool ProtoReflectionDescriptorDatabase::GetServices( in GetServices() function in grpc::ProtoReflectionDescriptorDatabase
/aosp_15_r20/external/openthread/src/core/net/
H A Dsrp_client.hpp667 const LinkedList<Service> &GetServices(void) const { return mServices; } in GetServices() function in ot::Srp::Client
H A Dsrp_server.hpp570 const LinkedList<Service> &GetServices(void) const { return mServices; } in GetServices() function in ot::Srp::Server::Host