Home
last modified time | relevance | path

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

/applications/standard/systemui/features/volumepanelcomponent/src/main/ets/com/ohos/model/
DVolumePanelService.ts279 this.execInterfaceCallQueueNext().then(() => {
287 this.execInterfaceCallQueueNext().then(() => {
295 this.execInterfaceCallQueueNext().then(() => {
303 this.execInterfaceCallQueueNext().then(() => {
311 async execInterfaceCallQueueNext(): Promise<void> { method in VolumePanelService