Home
last modified time | relevance | path

Searched refs:assetIdArr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/test/resource/
H A Dplayer_index_js.md48 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);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_db_proxy_test.cpp573 std::string assetIdArr[] = {"3", "5", "6"}; variable
577 EXPECT_EQ(assets.at(i).assetId, assetIdArr[i]);