Home
last modified time | relevance | path

Searched defs:remove (Results 1 – 11 of 11) sorted by relevance

/applications/standard/launcher/common/src/main/ets/default/cache/
DLruCache.ts70 remove(key: string): void { method in LruCache
DDiskLruCache.ts82 remove(key: string): void { method in DiskLruCache
/applications/standard/app_samples/ability/Launcher/base/src/main/ets/default/manager/
DLruCache.ts70 remove(key: string): void { method in LruCache
/applications/standard/systemui/common/src/main/ets/default/abilitymanager/
DnotificationManager.ts47 static remove(tag: string, hashCode: string, callback: AsyncCallback<void>): void { method in NotificationManager
/applications/standard/screenlock/common/src/main/ets/default/abilitymanager/
DnotificationManager.ts44 static remove(tag, hashCode, callback) { method in NotificationManager
/applications/standard/app_samples/UI/JsAnimationStyle/entry/src/main/js/default/i18n/
Dzh-CN.json20 "remove": "MAIN TITLE", string
Den-US.json20 "remove": "MAIN TITLE", string
/applications/standard/screenlock/features/noticeitem/src/main/ets/com/ohos/noticeItem/model/
DNotificationManager.ts52 static remove(tag, hashCode, callback, isClickItem?: boolean) { method in NotificationManager
DNotificationService.ts62 public remove(code: string, isClickItem?: boolean) { method in NotificationService
/applications/standard/systemui/features/noticeitem/src/main/ets/com/ohos/noticeItem/model/
DNotificationService.ts63 remove(code: string, isClickItem?: boolean): void { method in NotificationService
DNotificationManager.ts54 static remove(tag: string, hashCode,callback, isClickItem?: boolean): void { method in NotificationManager