Home
last modified time | relevance | path

Searched refs:notifyDataChange (Results 1 – 25 of 41) sorted by relevance

12

/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/
H A Djs-apis-file-cloudsyncmanager-sys.md103 ## cloudSyncManager.notifyDataChange
105 notifyDataChange(accountId: string, bundleName: string): Promise<void>
140 cloudSyncManager.notifyDataChange(accountId, bundleName).then(() => {
141 console.info("notifyDataChange successfully");
147 ## cloudSyncManager.notifyDataChange
183 console.info("notifyDataChange successfully");
199 ## cloudSyncManager.notifyDataChange<sup>11+</sup>
239 cloudSyncManager.notifyDataChange(userId, extraData).then(() => {
240 console.info("notifyDataChange successfully");
246 ## cloudSyncManager.notifyDataChange<sup>11+</sup>
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/
H A Djs-apis-file-cloudsyncmanager-sys.md103 ## cloudSyncManager.notifyDataChange
105 notifyDataChange(accountId: string, bundleName: string): Promise&lt;void&gt;
140 cloudSyncManager.notifyDataChange(accountId, bundleName).then(() => {
141 console.info("notifyDataChange successfully");
147 ## cloudSyncManager.notifyDataChange
183 console.info("notifyDataChange successfully");
199 ## cloudSyncManager.notifyDataChange<sup>11+</sup>
239 cloudSyncManager.notifyDataChange(userId, extraData).then(() => {
240 console.info("notifyDataChange successfully");
246 ## cloudSyncManager.notifyDataChange<sup>11+</sup>
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/clouddata/unittest/src/
H A DCloudSyncConfigCallback.js200 cloudData.Config.notifyDataChange(account, null, function (err) {
228 cloudData.Config.notifyDataChange(account, function (err) {
255 cloudData.Config.notifyDataChange(null, function(err) {
282 cloudData.Config.notifyDataChange(function (err) {
H A DCloudSyncConfigPromise.js178 await cloudData.Config.notifyDataChange(account, null).then((data) => {
202 await cloudData.Config.notifyDataChange(account).then(() => {
225 await cloudData.Config.notifyDataChange(null).then(() => {
248 await cloudData.Config.notifyDataChange().then(() => {
/ohos5.0/foundation/arkui/advanced_ui_component/source/TreeView/
H A DTreeView.ets232 notifyDataChange(index: number): void {
1563 this.notifyDataChange(value); // call notifyDataChange to update data.
1598 this.notifyDataChange(index);
1997 this.notifyDataChange(index);
2007 this.notifyDataChange(index);
2053 this.notifyDataChange(lastIndex);
2060 this.notifyDataChange(index);
2061 this.notifyDataChange(index + 1);
2068 this.notifyDataChange(index);
2080 this.notifyDataChange(index);
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-data-cloudData-sys.md414 ### notifyDataChange subsection
451 cloudData.Config.notifyDataChange(account, bundleName, (err: BusinessError) => {
464 ### notifyDataChange subsection
466 static notifyDataChange(accountId: string,bundleName: string): Promise&lt;void&gt;
506 cloudData.Config.notifyDataChange(account, bundleName).then(() => {
517 ### notifyDataChange<sup>11+</sup>
553 cloudData.Config.notifyDataChange({
568 ### notifyDataChange<sup>11+</sup>
606 cloudData.Config.notifyDataChange({
621 ### notifyDataChange<sup>11+</sup>
[all …]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/source/
H A Dtreeview.ets2366 this.notifyDataChange(value); // call notifyDataChange to update data.
2400 this.notifyDataChange(index);
2849 this.notifyDataChange(index);
2859 this.notifyDataChange(index);
2909 this.notifyDataChange(lastIndex);
2916 this.notifyDataChange(index);
2917 this.notifyDataChange(index + 1);
2924 this.notifyDataChange(index);
2936 this.notifyDataChange(index);
2960 this.notifyDataChange(showIndex);
[all …]
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Darkts-performance-improvement-recommendation.md61 notifyDataChange(index: number): void {
165 notifyDataChange(index: number): void {
H A Dlist-perf-improvment.md129 notifyDataChange(index: number): void {
H A Dreduce-redundant-operations-when-render-first-frame.md91 notifyDataChange(index: number): void {
/ohos5.0/docs/en/application-dev/performance/
H A Darkts-performance-improvement-recommendation.md68 notifyDataChange(index: number): void {
191 notifyDataChange(index: number): void {
295 notifyDataChange(index: number): void {
H A Dimprove-application-response.md266 notifyDataChange(index: number): void {
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/Component/
H A DbasicDataSource.ets66 notifyDataChange(index: number): void {
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-cloudData-sys.md414 ### notifyDataChange subsection
451 cloudData.Config.notifyDataChange(account, bundleName, (err: BusinessError) => {
464 ### notifyDataChange subsection
466 static notifyDataChange(accountId: string,bundleName: string): Promise&lt;void&gt;
506 cloudData.Config.notifyDataChange(account, bundleName).then(() => {
517 ### notifyDataChange<sup>11+</sup>
553 cloudData.Config.notifyDataChange({
568 ### notifyDataChange<sup>11+</sup>
606 cloudData.Config.notifyDataChange({
621 ### notifyDataChange<sup>11+</sup>
[all …]
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-custom-components-freeze.md234 notifyDataChange(index: number): void {
685 notifyDataChange(index: number): void {
857 notifyDataChange(index: number): void {
H A Darkts-rendering-control-lazyforeach.md379 this.notifyDataChange(index);
416 …ach`的子组件时,首先改变当前数据,然后调用数据源`data`的`changeData`方法,在该方法内会调用`notifyDataChange`方法。在`notifyDataChange`方法…
1794 notifyDataChange(index: number): void {
1868 notifyDataChange(index: number): void {
H A Darkts-reusable.md1176 notifyDataChange(index: number): void {
1239 notifyDataChange(index: number): void {
H A Dproperly-use-state-management-to-develope.md1127 notifyDataChange(index: number): void {
1267 notifyDataChange(index: number): void {
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.31/
H A Dchangelogs-arkui.md474 notifyDataChange(index: number): void {
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-distributed-data.md14 |新增|NA|模块名: ohos.data.cloudData<br>类名: Config<br>方法 or 属性: static notifyDataChange(accountId: strin…
15 |新增|NA|模块名: ohos.data.cloudData<br>类名: Config<br>方法 or 属性: static notifyDataChange(accountId: strin…
H A Djs-apidiff-file-management.md33 …file.cloudSyncManager<br>类名: cloudSyncManager<br>方法 or 属性: function notifyDataChange(accountId: st…
34 …file.cloudSyncManager<br>类名: cloudSyncManager<br>方法 or 属性: function notifyDataChange(accountId: st…
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-rendering-control-lazyforeach.md379 this.notifyDataChange(index);
416 …data source is called. In this method, the **notifyDataChange** method is called. In the **notifyD…
1794 notifyDataChange(index: number): void {
1868 notifyDataChange(index: number): void {
H A Darkts-custom-components-freeze.md234 notifyDataChange(index: number): void {
686 notifyDataChange(index: number): void {
858 notifyDataChange(index: number): void {
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-distributed-data.md14 …cloudData<br>Class name: Config<br>Method or attribute name: static notifyDataChange(accountId: st…
15 …cloudData<br>Class name: Config<br>Method or attribute name: static notifyDataChange(accountId: st…
/ohos5.0/docs/en/application-dev/dfx/
H A Dhilog.md173 …os.aidataservice/AiDataService_5.10.7.320: DataChangeNotifyManager: notifyDataChange CommonEntity …

12