Home
last modified time | relevance | path

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

/interface/sdk-js/api/
D@ohos.resourceschedule.usageStatistics.d.ts179 interface DeviceEventStats { interface
926 …viceEventStats(begin: number, end: number, callback: AsyncCallback<Array<DeviceEventStats>>): void;
950 function queryDeviceEventStats(begin: number, end: number): Promise<Array<DeviceEventStats>>;
974 …tionEventStats(begin: number, end: number, callback: AsyncCallback<Array<DeviceEventStats>>): void;
998 …function queryNotificationEventStats(begin: number, end: number): Promise<Array<DeviceEventStats>>;