Home
last modified time | relevance | path

Searched refs:endpoint_ids (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/py-vsts/vsts-0.1.25/vsts/service_endpoint/v4_1/models/
H A Dservice_endpoint_execution_records_input.py26 def __init__(self, data=None, endpoint_ids=None): argument
29 self.endpoint_ids = endpoint_ids
/dports/devel/py-vsts/vsts-0.1.25/vsts/task_agent/v4_0/models/
H A Dservice_endpoint_execution_records_input.py26 def __init__(self, data=None, endpoint_ids=None): argument
29 self.endpoint_ids = endpoint_ids
/dports/devel/py-vsts/vsts-0.1.25/vsts/task_agent/v4_1/models/
H A Dservice_endpoint_execution_records_input.py26 def __init__(self, data=None, endpoint_ids=None): argument
29 self.endpoint_ids = endpoint_ids
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nearby/src/cpp/core/internal/
H A Dpayload_manager.cc174 EndpointIds endpoint_ids; in EndpointsToEndpointIds() local
175 endpoint_ids.reserve(endpoints.size()); in EndpointsToEndpointIds()
178 endpoint_ids.emplace_back(item->id); in EndpointsToEndpointIds()
181 return endpoint_ids; in EndpointsToEndpointIds()
201 for (const auto& id : endpoint_ids) { in ToString()
309 ToString(endpoint_ids).c_str()); in SendPayload()
504 for (const auto& endpoint_id : endpoint_ids) { in GetOptimalChunkSize()
618 const EndpointIds& endpoint_ids, in SendControlMessage() argument
957 for (const auto& id : endpoint_ids) { in PendingPayload()
1007 const EndpointIds& endpoint_ids) { in RemoveEndpoints() argument
[all …]
H A Dpayload_manager.h51 void SendPayload(ClientProxy* client, const EndpointIds& endpoint_ids,
93 const EndpointIds& endpoint_ids, bool is_incoming);
172 static std::string ToString(const EndpointIds& endpoint_ids);
206 int GetOptimalChunkSize(EndpointIds endpoint_ids);
218 const EndpointIds& endpoint_ids)
232 const EndpointIds& endpoint_ids,
H A Dendpoint_manager.h125 const std::vector<std::string>& endpoint_ids);
129 const std::vector<std::string>& endpoint_ids);
202 const std::vector<std::string>& endpoint_ids,
H A Dendpoint_manager.cc433 const std::vector<std::string>& endpoint_ids) { in SendPayloadChunk() argument
437 return SendTransferFrameBytes(endpoint_ids, bytes, payload_header.id(), in SendPayloadChunk()
457 const std::vector<std::string>& endpoint_ids) { in SendControlMessage() argument
460 return SendTransferFrameBytes(endpoint_ids, bytes, header.id(), in SendControlMessage()
526 const std::vector<std::string>& endpoint_ids, const ByteArray& bytes, in SendTransferFrameBytes() argument
530 for (const std::string& endpoint_id : endpoint_ids) { in SendTransferFrameBytes()
H A Doffline_service_controller.cc83 ClientProxy* client, const std::vector<std::string>& endpoint_ids, in SendPayload() argument
85 payload_manager_.SendPayload(client, endpoint_ids, std::move(payload)); in SendPayload()
H A Dservice_controller_router.cc262 ClientProxy* client, absl::Span<const std::string> endpoint_ids, in SendPayload() argument
272 std::vector<std::string>(endpoint_ids.begin(), endpoint_ids.end()); in SendPayload()
H A Dservice_controller_router_test.cc207 const std::vector<std::string>& endpoint_ids, in SendPayload() argument
212 for (const auto& endpoint_id : endpoint_ids) { in SendPayload()
219 router_.SendPayload(client, absl::MakeSpan(endpoint_ids), in SendPayload()
H A Dservice_controller.h82 const std::vector<std::string>& endpoint_ids,
H A Dmock_service_controller.h76 const std::vector<std::string>& endpoint_ids, Payload payload),
H A Doffline_service_controller.h71 const std::vector<std::string>& endpoint_ids,
H A Dservice_controller_router.h94 absl::Span<const std::string> endpoint_ids, Payload payload,
/dports/devel/py-vsts/vsts-0.1.25/vsts/service_endpoint/v4_1/
H A Dservice_endpoint_client.py103 …def get_service_endpoints(self, project, type=None, auth_schemes=None, endpoint_ids=None, include_… argument
122 if endpoint_ids is not None:
123 endpoint_ids = ",".join(endpoint_ids)
124 … query_parameters['endpointIds'] = self._serialize.query('endpoint_ids', endpoint_ids, 'str')
/dports/net-im/jitsi-videobridge/jitsi-videobridge-dbddd16/resources/
H A Dtimeseries-cli.py123 endpoint_ids = [args.endpoint_id] if args.endpoint_id else df['endpoint_id'].unique()
125 for endpoint_id in endpoint_ids:
166 endpoint_ids = [args.endpoint_id] if args.endpoint_id else df['endpoint_id'].unique()
168 for endpoint_id in endpoint_ids:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nearby/src/cpp/core/
H A Dcore.cc103 void Core::SendPayload(absl::Span<const std::string> endpoint_ids, in SendPayload() argument
106 assert(!endpoint_ids.empty()); in SendPayload()
108 router_.SendPayload(&client_, endpoint_ids, std::move(payload), callback); in SendPayload()
H A Dcore.h189 void SendPayload(absl::Span<const std::string> endpoint_ids, Payload payload,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/services/sharing/nearby/
H A Dnearby_connections_unittest.cc776 const std::vector<std::string>& endpoint_ids, in TEST_F()
778 ASSERT_EQ(1u, endpoint_ids.size()); in TEST_F()
779 EXPECT_EQ(endpoint_data.remote_endpoint_id, endpoint_ids.front()); in TEST_F()
820 const std::vector<std::string>& endpoint_ids, in TEST_F()
822 ASSERT_EQ(1u, endpoint_ids.size()); in TEST_F()
823 EXPECT_EQ(endpoint_data.remote_endpoint_id, endpoint_ids.front()); in TEST_F()
875 const std::vector<std::string>& endpoint_ids, in TEST_F()
877 ASSERT_EQ(1u, endpoint_ids.size()); in TEST_F()
878 EXPECT_EQ(endpoint_data.remote_endpoint_id, endpoint_ids.front()); in TEST_F()
H A Dnearby_connections.cc92 const std::vector<std::string>& endpoint_ids, in SendPayload() argument
94 inner_service_controller_->SendPayload(client, endpoint_ids, in SendPayload()
519 const std::vector<std::string>& endpoint_ids, in SendPayload() argument
541 ->SendPayload(absl::MakeSpan(endpoint_ids), std::move(core_payload), in SendPayload()
H A Dnearby_connections.h129 const std::vector<std::string>& endpoint_ids,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/nearby/public/cpp/
H A Dmock_nearby_connections.h107 const std::vector<std::string>& endpoint_ids,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/nearby_sharing/
H A Dnearby_connections_manager_impl_unittest.cc343 const std::vector<std::string>& endpoint_ids, in SendPayload()
346 ASSERT_EQ(1u, endpoint_ids.size()); in SendPayload()
348 EXPECT_EQ(kRemoteEndpointId, endpoint_ids.front()); in SendPayload()
774 const std::vector<std::string>& endpoint_ids, in TEST_F()
778 ASSERT_EQ(1u, endpoint_ids.size()); in TEST_F()
779 EXPECT_EQ(kRemoteEndpointId, endpoint_ids.front()); in TEST_F()
/dports/devel/py-vsts/vsts-0.1.25/vsts/task_agent/v4_0/
H A Dtask_agent_client.py1839 …def get_service_endpoints(self, project, type=None, auth_schemes=None, endpoint_ids=None, include_… argument
1858 if endpoint_ids is not None:
1859 endpoint_ids = ",".join(endpoint_ids)
1860 … query_parameters['endpointIds'] = self._serialize.query('endpoint_ids', endpoint_ids, 'str')
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/secure_channel/
H A Dnearby_connection_broker_impl_unittest.cc194 const std::vector<std::string>& endpoint_ids, in SendMessage()

12