Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davsession_item.cpp902 auto iter = std::find(supportedCastCmds_.begin(), supportedCastCmds_.end(), in InitializeCastCommands()
908 iter = std::find(supportedCastCmds_.begin(), supportedCastCmds_.end(), in InitializeCastCommands()
914 iter = std::find(supportedCastCmds_.begin(), supportedCastCmds_.end(), in InitializeCastCommands()
972 supportedCastCmds_.erase(iter, supportedCastCmds_.end()); in RemoveSessionCommandFromCast()
1012 supportedCastCmds_.erase(iter, supportedCastCmds_.end()); in DeleteSupportCastCommand()
1016 supportedCastCmds_.erase(iter, supportedCastCmds_.end()); in DeleteSupportCastCommand()
1020 supportedCastCmds_.erase(iter, supportedCastCmds_.end()); in DeleteSupportCastCommand()
1023 supportedCastCmds_.erase(iter, supportedCastCmds_.end()); in DeleteSupportCastCommand()
1027 supportedCastCmds_.erase(iter, supportedCastCmds_.end()); in DeleteSupportCastCommand()
1031 supportedCastCmds_.erase(iter, supportedCastCmds_.end()); in DeleteSupportCastCommand()
[all …]
H A Davcast_controller_item.h99 std::vector<int32_t> supportedCastCmds_; variable
H A Davsession_item.h366 std::vector<int32_t> supportedCastCmds_; variable