Searched refs:GetServices (Results 1 – 19 of 19) sorted by relevance
/external/openscreen/discovery/public/ |
D | dns_sd_service_watcher_unittest.cc | 120 ConvertRefs(watcher_.GetServices()); in CreateNewInstance() 133 ConvertRefs(watcher_.GetServices()); in CreateNewInstance() 142 ConvertRefs(watcher_.GetServices()); in CreateExistingInstance() 155 ConvertRefs(watcher_.GetServices()); in CreateExistingInstance() 164 ConvertRefs(watcher_.GetServices()); in UpdateExistingInstance() 177 ConvertRefs(watcher_.GetServices()); in UpdateExistingInstance() 186 ConvertRefs(watcher_.GetServices()); in DeleteExistingInstance() 199 ConvertRefs(watcher_.GetServices()); in DeleteExistingInstance() 205 ConvertRefs(watcher_.GetServices()); in UpdateNonExistingInstance() 213 ConvertRefs(watcher_.GetServices()); in UpdateNonExistingInstance() [all …]
|
D | dns_sd_service_watcher.h | 125 std::vector<ConstRefT> GetServices() const { in GetServices() function 154 …callback_(GetServices(), *records_[GetKey(new_endpoint)].get(), ServicesUpdatedState::EndpointCrea… in OnEndpointCreated() 170 callback_(GetServices(), *it->second.get(), ServicesUpdatedState::EndpointUpdated); in OnEndpointUpdated() 183 callback_(GetServices(), *ptr.get(), ServicesUpdatedState::EndpointDeleted); in OnEndpointDeleted()
|
/external/grpc-grpc/src/compiler/ |
D | ruby_generator.h | 26 grpc::string GetServices(const grpc::protobuf::FileDescriptor* file);
|
D | csharp_generator.h | 28 grpc::string GetServices(const grpc::protobuf::FileDescriptor* file,
|
D | ruby_plugin.cc | 36 grpc::string code = grpc_ruby_generator::GetServices(file); in Generate()
|
D | csharp_plugin.cc | 55 grpc::string code = grpc_csharp_generator::GetServices( in Generate()
|
D | ruby_generator.cc | 149 grpc::string GetServices(const FileDescriptor* file) { in GetServices() function
|
D | csharp_generator.cc | 648 grpc::string GetServices(const FileDescriptor* file, bool generate_client, in GetServices() function
|
/external/rust/crates/grpcio-sys/grpc/src/compiler/ |
D | ruby_generator.h | 26 std::string GetServices(const grpc::protobuf::FileDescriptor* file);
|
D | csharp_generator.h | 28 std::string GetServices(const grpc::protobuf::FileDescriptor* file,
|
D | ruby_plugin.cc | 40 std::string code = grpc_ruby_generator::GetServices(file); in Generate()
|
D | csharp_plugin.cc | 59 std::string code = grpc_csharp_generator::GetServices( in Generate()
|
D | ruby_generator.cc | 145 std::string GetServices(const FileDescriptor* file) { in GetServices() function
|
D | csharp_generator.cc | 772 std::string GetServices(const FileDescriptor* file, bool generate_client, in GetServices() function
|
/external/grpc-grpc/test/cpp/util/ |
D | proto_reflection_descriptor_database.h | 77 bool GetServices(std::vector<grpc::string>* output);
|
D | proto_file_parser.cc | 74 reflection_db_->GetServices(&service_list); in ProtoFileParser()
|
D | proto_reflection_descriptor_database.cc | 256 bool ProtoReflectionDescriptorDatabase::GetServices( in GetServices() function in grpc::ProtoReflectionDescriptorDatabase
|
D | grpc_tool.cc | 341 if (!desc_db.GetServices(&service_list)) { in ListServices()
|
/external/grpc-grpc/test/cpp/end2end/ |
D | proto_server_reflection_test.cc | 134 desc_db_->GetServices(&services); in TEST_F()
|