Home
last modified time | relevance | path

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

/interface/sdk-js/api/
D@ohos.notificationSubscribe.d.ts209 function remove(hashCode: string, reason: RemoveReason, callback: AsyncCallback<void>): void;
228 function remove(hashCode: string, reason: RemoveReason): Promise<void>;
D@ohos.notification.d.ts574 function remove(hashCode: string, reason: RemoveReason, callback: AsyncCallback<void>): void;
584 function remove(hashCode: string, reason: RemoveReason): Promise<void>;
/interface/sdk-js/api/notification/
DnotificationSorting.d.ts29 readonly hashCode: string; property
DnotificationRequest.d.ts181 readonly hashCode?: string; property