Searched refs:assetIdArr (Results 1 – 2 of 2) sorted by relevance
48 assetIdArr:[],429 this.assetIdArr.push(this.playerModel.playlist.audioFiles[this.index].assetId);673 for(let i = 0; i < this.assetIdArr.length; i++) {674 if (this.assetIdArr[i] == this.playerModel.playlist.audioFiles[this.index].assetId) {675 …console.info(' ttt AVSessionPlayer[IndexPage] setFavorite1 id:' + this.assetIdArr[i] + " assetId:"…704 this.assetIdArr.push(this.playerModel.playlist.audioFiles[this.index].assetId);710 console.info(' ttt AVSessionPlayer[IndexPage] toggleFavorite' + this.assetIdArr.toString());713 for(let i = 0; i < this.assetIdArr.length; i++) {714 if (this.assetIdArr[i] == this.playerModel.playlist.audioFiles[this.index].assetId) {715 this.assetIdArr.splice(i,1);
573 std::string assetIdArr[] = {"3", "5", "6"}; variable577 EXPECT_EQ(assets.at(i).assetId, assetIdArr[i]);