Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc_operator/constants/
Dsignaling_constants.h38 constexpr auto kConnectType = "connect"; variable
/device/google/cuttlefish/host/frontend/webrtc_operator/
Dclient_handler.cpp65 if (type == webrtc_signaling::kConnectType) { in handleMessage()