Lines Matching refs:notifyChange
414 … is registered, the subscriber will receive a notification when the **notifyChange()** API is call…
451 … is registered, the subscriber will receive a notification when the **notifyChange()** API is call…
1952 ### notifyChange subsection
1954 notifyChange(uri: string, callback: AsyncCallback<void>): void
1981 (dataShareHelper as dataShare.DataShareHelper).notifyChange(uri, () => {
1982 console.info("***** notifyChange *****");
1987 ### notifyChange subsection
1989 notifyChange(uri: string): Promise<void>
2021 (dataShareHelper as dataShare.DataShareHelper).notifyChange(uri);
2025 ### notifyChange<sup>12+</sup>
2027 notifyChange(data: ChangeInfo): Promise<void>
2066 (dataShareHelper as dataShare.DataShareHelper).notifyChange(changeData);