Home
last modified time | relevance | path

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

/external/openscreen/osp/public/
Dendpoint_request_ids.cc14 uint64_t& next_request_id = request_ids_by_endpoint_id_[endpoint_id]; in GetNextRequestId() local
15 uint64_t request_id = next_request_id + (role_ == Role::kServer); in GetNextRequestId()
16 next_request_id += 2; in GetNextRequestId()