Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davcast_control_command.h33 CAST_CONTROL_CMD_STOP = 2, enumerator
80 CAST_CONTROL_CMD_STOP,
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_stream_player.cpp94 case AVCastControlCommand::CAST_CONTROL_CMD_STOP: in SendControlCommand()
797 supportedCastCmds.push_back(AVCastControlCommand::CAST_CONTROL_CMD_STOP); in checkCmdsFromAbility()
833 case AVCastControlCommand::CAST_CONTROL_CMD_STOP: in checkAbilityFromCmds()
H A Davsession_item.cpp987 supportedCastCmds_.push_back(AVCastControlCommand::CAST_CONTROL_CMD_STOP); in AddSupportCastCommand()
1019 …supportedCastCmds_.begin(), supportedCastCmds_.end(), AVCastControlCommand::CAST_CONTROL_CMD_STOP); in DeleteSupportCastCommand()
1379 cmd.SetCommand(AVCastControlCommand::CAST_CONTROL_CMD_STOP); in StopCast()
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/
H A Dhw_cast_stream_player_test.cpp137 AVCastControlCommand::CAST_CONTROL_CMD_STOP,
658 validAbilityList.push_back(AVCastControlCommand::CAST_CONTROL_CMD_STOP);
H A Dhw_cast_test.cpp142 cmd.SetCommand(OHOS::AVSession::AVCastControlCommand::CAST_CONTROL_CMD_STOP);
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_cast_control_command.cpp26 { "stop", { GetNoneParam, SetNoneParam, AVCastControlCommand::CAST_CONTROL_CMD_STOP } },