Home
last modified time | relevance | path

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

/external/openscreen/cast/receiver/
Dapplication_agent.cc249 const Json::Value& session_id = request[kMessageKeySessionId]; in HandleStop()
360 details[kMessageKeySessionId] = launched_app_->GetSessionId(); in PopulateReceiverStatus()
/external/openscreen/cast/common/channel/
Dmessage_util.h57 static constexpr char kMessageKeySessionId[] = "sessionId"; variable
/external/openscreen/cast/standalone_sender/
Dlooping_file_cast_agent.cc178 if (!json::TryParseString(details[kMessageKeySessionId], &session_id) || in HandleReceiverStatus()