Home
last modified time | relevance | path

Searched refs:next_request_id_ (Results 1 – 12 of 12) sorted by relevance

/external/openscreen/cast/sender/
Dcast_platform_client.cc207 return next_request_id_++; in GetNextRequestId()
211 int CastPlatformClient::next_request_id_ = 0; member in openscreen::cast::CastPlatformClient
Dcast_platform_client.h81 static int next_request_id_; variable
/external/openscreen/osp/impl/quic/
Dquic_client.cc184 uint64_t request_id = next_request_id_++; in CreatePendingConnection()
207 uint64_t request_id = next_request_id_++; in StartConnectionRequest()
Dquic_client.h118 uint64_t next_request_id_ = 1; variable
/external/openscreen/cast/standalone_sender/
Dlooping_file_cast_agent.h163 int next_request_id_ = 1; variable
Dlooping_file_cast_agent.cc82 StringPrintf(kLaunchMessageTemplate, next_request_id_++, in OnConnected()
369 kStopMessageTemplate, next_request_id_++, app_session_id_.c_str()); in Shutdown()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dinterface_endpoint_client.cc262 uint64_t request_id = next_request_id_++; in AcceptWithResponder()
264 request_id = next_request_id_++; in AcceptWithResponder()
/external/libchrome/mojo/public/cpp/bindings/
Dinterface_endpoint_client.h175 uint64_t next_request_id_ = 1; variable
/external/cronet/net/url_request/
Durl_request_test_util.h386 int next_request_id_ = 0; variable
Durl_request_test_util.cc561 int id = next_request_id_++; in GetRequestId()
/external/cronet/net/dns/
Dmock_host_resolver.h450 size_t next_request_id_ = 1; variable
Dmock_host_resolver.cc949 size_t id = next_request_id_++; in Resolve()