Home
last modified time | relevance | path

Searched refs:GetServices (Results 1 – 19 of 19) sorted by relevance

/external/openscreen/discovery/public/
Ddns_sd_service_watcher_unittest.cc120 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 …]
Ddns_sd_service_watcher.h125 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/
Druby_generator.h26 grpc::string GetServices(const grpc::protobuf::FileDescriptor* file);
Dcsharp_generator.h28 grpc::string GetServices(const grpc::protobuf::FileDescriptor* file,
Druby_plugin.cc36 grpc::string code = grpc_ruby_generator::GetServices(file); in Generate()
Dcsharp_plugin.cc55 grpc::string code = grpc_csharp_generator::GetServices( in Generate()
Druby_generator.cc149 grpc::string GetServices(const FileDescriptor* file) { in GetServices() function
Dcsharp_generator.cc648 grpc::string GetServices(const FileDescriptor* file, bool generate_client, in GetServices() function
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Druby_generator.h26 std::string GetServices(const grpc::protobuf::FileDescriptor* file);
Dcsharp_generator.h28 std::string GetServices(const grpc::protobuf::FileDescriptor* file,
Druby_plugin.cc40 std::string code = grpc_ruby_generator::GetServices(file); in Generate()
Dcsharp_plugin.cc59 std::string code = grpc_csharp_generator::GetServices( in Generate()
Druby_generator.cc145 std::string GetServices(const FileDescriptor* file) { in GetServices() function
Dcsharp_generator.cc772 std::string GetServices(const FileDescriptor* file, bool generate_client, in GetServices() function
/external/grpc-grpc/test/cpp/util/
Dproto_reflection_descriptor_database.h77 bool GetServices(std::vector<grpc::string>* output);
Dproto_file_parser.cc74 reflection_db_->GetServices(&service_list); in ProtoFileParser()
Dproto_reflection_descriptor_database.cc256 bool ProtoReflectionDescriptorDatabase::GetServices( in GetServices() function in grpc::ProtoReflectionDescriptorDatabase
Dgrpc_tool.cc341 if (!desc_db.GetServices(&service_list)) { in ListServices()
/external/grpc-grpc/test/cpp/end2end/
Dproto_server_reflection_test.cc134 desc_db_->GetServices(&services); in TEST_F()