Home
last modified time | relevance | path

Searched refs:moved (Results 1 – 25 of 109) sorted by relevance

12345

/ohos5.0/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/
H A DKvStoreDataResultSetJsTest.js303 expect(moved).assertTrue();
321 expect(moved).assertTrue();
395 expect(moved).assertTrue();
537 expect(!moved).assertTrue();
632 var moved = resultSet.move();
651 var moved = resultSet.move(3);
653 expect(moved).assertTrue();
674 moved = resultSet.move(2);
944 expect(!moved).assertTrue();
1017 expect(moved).assertTrue();
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/test/unittest/distributedKVStore/
H A DKvStoreResultSetKVJsTest.js224 expect(moved).assertTrue();
246 moved = resultSet.moveToFirst();
283 moved = resultSet.moveToNext();
302 moved = resultSet.moveToNext();
325 var moved = resultSet.move(3);
327 expect(moved).assertTrue();
344 var moved = resultSet.move();
495 expect(moved).assertTrue();
496 moved = resultSet.moveToNext();
522 moved = resultSet.moveToNext();
[all …]
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta5/
H A Dchangelogs-resourceschedule.md19 | backgroundTaskManager.ResourceType | enum | CPU = 1 | Deleted in API version 9 and moved to the *…
59 | workScheduler.WorkInfo | field | idleWaitTime?: number | Deleted in API version 9 and moved to th…
60 | workScheduler.WorkInfo | field | isDeepIdle?: boolean | Deleted in API version 9 and moved to the…
61 | workScheduler.WorkInfo | field | repeatCount?: number | Deleted in API version 9 and moved to the…
62 | workScheduler.WorkInfo | field | isRepeat?: boolean | Deleted in API version 9 and moved to the *…
66 | workScheduler.WorkInfo | field | batteryLevel?: number | Deleted in API version 9 and moved to th…
68 | workScheduler.WorkInfo | field | isCharging?: boolean | Deleted in API version 9 and moved to the…
71 | workScheduler.WorkInfo | field | abilityName: string | Deleted in API version 9 and moved to the …
72 | workScheduler.WorkInfo | field | bundleName: string | Deleted in API version 9 and moved to the *…
73 | workScheduler.WorkInfo | field | workId: number | Deleted in API version 9 and moved to the **oho…
[all …]
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.5/
H A Dchangelog-resourceschedule.md19 | backgroundTaskManager.ResourceType | enum | CPU = 1 | Deleted in API version 9 and moved to the *…
59 | workScheduler.WorkInfo | field | idleWaitTime?: number | Deleted in API version 9 and moved to th…
60 | workScheduler.WorkInfo | field | isDeepIdle?: boolean | Deleted in API version 9 and moved to the…
61 | workScheduler.WorkInfo | field | repeatCount?: number | Deleted in API version 9 and moved to the…
62 | workScheduler.WorkInfo | field | isRepeat?: boolean | Deleted in API version 9 and moved to the *…
66 | workScheduler.WorkInfo | field | batteryLevel?: number | Deleted in API version 9 and moved to th…
68 | workScheduler.WorkInfo | field | isCharging?: boolean | Deleted in API version 9 and moved to the…
71 | workScheduler.WorkInfo | field | abilityName: string | Deleted in API version 9 and moved to the …
72 | workScheduler.WorkInfo | field | bundleName: string | Deleted in API version 9 and moved to the *…
73 | workScheduler.WorkInfo | field | workId: number | Deleted in API version 9 and moved to the **oho…
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dcontainer.cpp122 IObject::Ptr moved; in Replace() local
143 moved = *it; in Replace()
146 if (removed && moved) { in Replace()
150 if (removed && removed == moved) { in Replace()
158 if (moved) { in Replace()
171 moved.reset(); in Replace()
209 if (moved) { in Replace()
210 Invoke<IOnChildMoved>(OnMoved(), ChildMovedInfo { moved, fromIndex, toIndex, parent_ }); in Replace()
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.2.1/
H A Dchangelogs-filemanagement.md5 The file management subsystem **d.ts** file has been archived and moved to the **file** directory. …
27 The file management subsystem **d.ts** file has been archived and moved to the **file** directory. …
61 The file management subsystem **d.ts** file has been archived and moved to the **file** directory. …
83 The file management subsystem **d.ts** file has been archived and moved to the **file** directory. …
105 The file management subsystem **d.ts** file has been archived and moved to the **file** directory. …
127 The file management subsystem **d.ts** file has been archived moved to the **file** directory. The …
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.9.1/
H A Dchangelogs-bundlemanager.md76 The **getSpecifiedDistributionType** API is moved from **@ohos.bundle.installer.d.ts** to **@ohos.b…
80 …*getSpecifiedDistributionType** API in **@ohos.bundle.installer.d.ts** is moved to **@ohos.bundle.…
84 The **getSpecifiedDistributionType** API in **@ohos.bundle.installer.d.ts** is moved to **@ohos.bun…
96 The **getAdditionalInfo** API is moved from **@ohos.bundle.installer.d.ts** to **@ohos.bundle.bundl…
100 …sion, the **getAdditionalInfo** API in **@ohos.bundle.installer.d.ts** is moved to **@ohos.bundle.…
104 The **getAdditionalInfo** API is moved from **@ohos.bundle.installer.d.ts** to **@ohos.bundle.bundl…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-basic-menu.md25 …ht is insufficient, the menu is moved leftward. If the visible space in the lower part is insuffic…
65 …ht is insufficient, the menu is moved leftward. If the visible space in the lower part is insuffic…
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-common-events-touch-screen-event.md4 Touchscreen events are events triggered when a finger or stylus is placed on, moved along, or lifte…
61 A touch event is triggered when a finger or stylus is placed on, moved along, or lifted from a comp…
72 - If **event.type** is **TouchType.Move**, the finger or stylus is moved along the component.
H A Dui-js-building-ui-event.md92 this.touchmove = 'moved';
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-rendering-control-lazyforeach.md316 private moved: number[] = [];
340 this.data.moveData(this.moved[0], this.moved[1]);
341 this.moved = [];
386 private moved: number[] = [];
457 private moved: number[] = [];
706 private moved: number[] = [];
1225 private moved: number[] = [];
1384 private moved: number[] = [];
1467 private moved: number[] = [];
1543 private moved: number[] = [];
[all …]
/ohos5.0/docs/en/release-notes/changelogs/v4.0-beta2/
H A Dchangelogs-arkui.md85 … responds to onClick/TapGesture when the finger is lifted up after having moved within the compone…
86 …t respond to onClick/TapGesture when the finger is lifted up after having moved beyond the compone…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-motionBlur.md3 You can apply a motion blur effect to a component being scaled or moved. This effect must be used t…
14 Apply a motion blur effect to the component being scaled or moved.
H A Dts-container-folderstack.md37 …mponent.<br>**upperItems**: array of IDs of child components that will be moved to the upper half …
214 …// Set upperItems to IDs of the child components to be moved to the upper half screen in the hover…
216 // This column is automatically moved up to the upper half screen.
H A Dohos-arkui-advanced-MultiNavigation.md310 > 2. If the found page is a detail page corresponding to the topmost home page, it is moved to the …
312 …n-topmost home page, the home page and all corresponding detail pages are moved to the top, mainta…
314 … home page and all corresponding detail pages are moved to the top, and the target detail page is
316 > 5. If the found page is a non-topmost full-screen page, it is moved to the top.
341 > 2. If the found page is a detail page corresponding to the topmost home page, it is moved to the …
343 …n-topmost home page, the home page and all corresponding detail pages are moved to the top, mainta…
345 … home page and all corresponding detail pages are moved to the top, and the target detail page is
347 > 5. If the found page is a non-topmost full-screen page, it is moved to the top.
H A Dts-rendering-control-lazyforeach.md27 Invoked when data is moved after sorting with dragging. This API takes effect only when it is used …
156 Invoked when data is moved. Data is swapped between the **from** and **to** positions.
221 Invoked when data is moved. Data is swapped between the **from** and **to** positions.
367 | key | string | No | New key to assign to the moved data. The original key is used b…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.3.2/
H A Dchangelogs-filemanagement.md9 …the **d.ts** file and the module name are changed. The **Filter** type is moved to **@ohos.file.fs…
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-rendering-control-lazyforeach.md316 private moved: number[] = [];
340 this.data.moveData(this.moved[0], this.moved[1]);
341 this.moved = [];
386 private moved: number[] = [];
457 private moved: number[] = [];
706 private moved: number[] = [];
1225 private moved: number[] = [];
1384 private moved: number[] = [];
1467 private moved: number[] = [];
1543 private moved: number[] = [];
[all …]
/ohos5.0/docs/en/application-dev/application-models/
H A Dpageability-switch.md17 …ve the same meaning and invoking time. In the stage model, this method is moved to the window obje…
20 …ve the same meaning and invoking time. In the stage model, this method is moved to the window obje…
/ohos5.0/docs/en/application-dev/internationalization/
H A Di18n-character-processing.md160moved backward. If the number is a negative number, the iterator is moved forward. The default val…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.10.1/
H A Dchangelogs-bundlemanager.md76 The **BusinessAbilityInfo** struct is moved from the **bundleManager** folder to the **application*…
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dui-js-building-ui-event.md91 this.touchmove = 'moved';
/ohos5.0/docs/en/design/ux-design/
H A Dui-layout-cases.md24 On a smart TV, the search bar is replaced by an icon entry and the navigation bar is moved to the u…
50 …tons fully utilize the vertical space. On a medium-sized device, they are moved to the right of th…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.5.5/
H A Dchangelogs-arkui.md60 When a component has both **margin** and **position** attributes set, it is moved to the specified …
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.9.5/
H A Dchangelogs-formfwk.md5 1. APIs used for listening for and obtaining dynamic widget information are moved from **@ohos.app.…
54 The **callback** parameter is moved as the last parameter in the event subscription and unsubscript…

12345