Lines Matching refs:notifyDataChange
414 ### notifyDataChange subsection
416 static notifyDataChange(accountId: string, bundleName: string, callback: AsyncCallback<void>)…
451 cloudData.Config.notifyDataChange(account, bundleName, (err: BusinessError) => {
464 ### notifyDataChange subsection
466 static notifyDataChange(accountId: string,bundleName: string): Promise<void>
506 cloudData.Config.notifyDataChange(account, bundleName).then(() => {
517 ### notifyDataChange<sup>11+</sup>
519 **static** notifyDataChange(extInfo: ExtraData, callback: AsyncCallback<void>):void
553 cloudData.Config.notifyDataChange({
568 ### notifyDataChange<sup>11+</sup>
570 static notifyDataChange(extInfo: ExtraData, userId: number,callback: AsyncCallback<void>):void
606 cloudData.Config.notifyDataChange({
621 ### notifyDataChange<sup>11+</sup>
623 **static** notifyDataChange(extInfo: ExtraData, userId?: number): Promise<void>
664 cloudData.Config.notifyDataChange({