Home
last modified time | relevance | path

Searched defs:isPlaying (Results 1 – 6 of 6) sorted by relevance

/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/JsDistributedMusicPlayer/entry/src/main/js/MainAbility/pages/index/
Dindex.js258 isPlaying: this.playerModel.isPlaying property
264 isPlaying: false property
/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/JsDistributedMusicPlayer/entry/src/main/js/MainAbility/model/
DPlayerModel.js40 isPlaying = false field in PlayerModel
119 notifyPlayingStatus(isPlaying) { argument
/applications/standard/app_samples/code/BasicFeature/TaskManagement/ContinuousTask/entry/src/main/ets/feature/
DBackgroundPlayerFeature.ts42 public isPlaying: boolean = false property in PlayerModel
/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/ArkTSDistributedMusicPlayer/entry/src/main/ets/model/
DPlayerModel.ts42 public isPlaying: boolean = false property in PlayerModel
/applications/standard/app_samples/code/SuperFeature/Widget/ArkTSCard/MusicControl/entry/src/main/ets/feature/
DBackgroundPlayerFeature.ts44 public isPlaying: boolean = false; property in PlayerModel
/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/ArkTSDistributedMusicPlayer/entry/src/main/ets/serviceability/
DServiceAbility.ts113 isPlaying: jsonData.isPlaying, variable