Searched refs:supportedCastCmds_ (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_item.cpp | 902 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 D | avcast_controller_item.h | 99 std::vector<int32_t> supportedCastCmds_; variable
|
H A D | avsession_item.h | 366 std::vector<int32_t> supportedCastCmds_; variable
|