Home
last modified time | relevance | path

Searched refs:reached (Results 1 – 25 of 104) sorted by relevance

12345

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_scroller_test_ng.cpp755 bool reached = false; variable
756 model.SetOnReachStart([&reached]() { reached = true; }); in __anon91c9ef6f0802()
763 reached = false;
766 EXPECT_TRUE(reached);
769 reached = false;
771 EXPECT_FALSE(reached);
773 reached = false;
776 EXPECT_TRUE(reached);
H A Dwater_flow_top_down_test.cpp410 auto reached = info->IsAllCrossReachEnd(ITEM_MAIN_SIZE); variable
411 EXPECT_TRUE(reached);
412 reached = info->IsAllCrossReachEnd(WATER_FLOW_HEIGHT);
413 EXPECT_TRUE(reached);
/ohos5.0/docs/en/design/ux-design/
H A Dmultimodal-pull-to-refresh.md16 - When the minimum pull-down distance is not reached, the page directly bounces back after users li…
18 - When the minimum pull-down distance is reached, the refresh animation is triggered after users li…
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Derrorcode-pasteboard.md37 The number of **PasteData** records has reached the maximum.
41 1. Check whether the number of **PasteData** records has reached the maximum.
42 2. If the number of **PasteData** records has reached the maximum, delete some records before addin…
H A Derrorcode-account.md138 The number of accounts has reached the upper limit.
142 The number of system accounts or app accounts has reached 1000.
277 The number of login accounts has reached the upper limit. No more accounts can be used to log in.
576 The number of custom data records of the target account has reached 512.
590 The number of tokens of the target account has reached 1024.
604 The number of bundles in the authorization list has reached 1024.
H A Derrorcode-CommonEventService.md44 The number of common events sent by the application in a given time frame has reached the maximum.
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Derrorcode-DistributedSchedule.md46 ## 16600003 The number of token registration times has reached the upper limit.
50 The number of token registration times has reached the upper limit.
54 …es that the **continuationManager.registerContinuation** API is called has reached the upper limit.
58 The number of token registration times has reached the upper limit.
257 ## 29360207 The number of registrations has reached the upper limit.
261 The number of registrations has reached the upper limit.
269 The number of device registration times has reached the upper limit.
H A Djs-apis-app-ability-environmentCallback.md53 …at indicates the memory usage status. When the specified memory level is reached, a callback will …
/ohos5.0/docs/en/release-notes/
H A DReadme.md49 This release series reached end of life.
53 This release series reached end of life.
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Derrorcode-DistributedSchedule.md50 The number of token registration times has reached the upper limit.
261 The number of registrations has reached the upper limit.
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Derrorcode-bluetoothManager.md83 The maximum number of connections has been reached.
/ohos5.0/docs/en/application-dev/reference/apis-form-kit/
H A Derrorcode-form.md115 The application attempts to add more widgets when the number of widgets has reached the upper limit.
119 The number of widgets has reached the upper limit.
/ohos5.0/docs/zh-cn/application-dev/reference/apis-universal-keystore-kit/
H A Derrorcode-huks.md155 The number of key operation sessions has reached the limit.
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.1.1/
H A Dchangelogs-ability.md35 …ld processes through **childProcessManager**. When the maximum number is reached, no more child pr…
/ohos5.0/docs/en/application-dev/reference/apis-device-certificate-kit/
H A Derrorcode-certManager.md57 The number of installed certificates or credentials has reached the maximum.
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Derrorcode-account.md144 The number of accounts has reached the upper limit.
/ohos5.0/docs/en/application-dev/reference/apis-universal-keystore-kit/
H A Derrorcode-huks.md155 The number of key operation sessions has reached the limit.
159 The number of concurrent key operation sessions has reached the maximum (15).
/ohos5.0/docs/en/application-dev/internationalization/
H A Di18n-dst-transition.md11 …obtain and display the time, it also displays the DST time when the DST transition time is reached.
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A Derrorcode-net-connection.md115 The number of requests for activating a network or listening to network status changes has reached
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.cpp338 bool reached = true; in ReachMaxCount() local
347 reached = false; in ReachMaxCount()
351 return reached; in ReachMaxCount()
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Derrorcode-distributedKVStore.md15 The number of subscriptions or the number of opened result sets has reached the limit.
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Derrorcode-bluetoothManager.md83 The maximum number of connections has been reached.
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Derrorcode-webview.md163 The zoom ratio has reached its maximum or minimum.
167 Check whether the zoom ratio has reached its maximum or minimum.
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-perf.md29 …yHookReg**: registers the hook to be called when the buffer waterline is reached.<br>**LOS_PerfFlu…
35 …tification or perform buffer read operation when the buffer waterline is reached. The default buff…
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/
H A Derrorcode-filemanagement.md323 The number of file descriptors opened has reached the limit.
337 The number of files opened has reached the limit.
421 The number of links to the file has reached the limit.

12345