Home
last modified time | relevance | path

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

/external/openscreen/cast/receiver/
Dapplication_agent.cc212 const Json::Value& app_ids = request[kMessageKeyAppId]; in HandleGetAppAvailability()
238 const Json::Value& app_id = request[kMessageKeyAppId]; in HandleLaunch()
374 details[kMessageKeyAppId] = launched_via_app_id_; in PopulateReceiverStatus()
/external/openscreen/cast/sender/channel/
Dmessage_util.cc46 dict[kMessageKeyAppId] = std::move(app_id_value); in CreateAppAvailabilityRequest()
/external/openscreen/cast/sender/testing/
Dtest_helpers.cc57 value.find(JSON_EXPAND_FIND_CONSTANT_ARGS(kMessageKeyAppId)); in VerifyAppAvailabilityRequest()
/external/openscreen/cast/common/channel/
Dmessage_util.h48 static constexpr char kMessageKeyAppId[] = "appId"; variable
/external/openscreen/cast/standalone_sender/
Dlooping_file_cast_agent.cc195 ExtractStringFieldValue(details, kMessageKeyAppId); in HandleReceiverStatus()