Home
last modified time | relevance | path

Searched refs:inactive (Results 1 – 25 of 44) sorted by relevance

12

/ohos5.0/base/telephony/cellular_data/test/fuzztest/updateinactivemachine_fuzzer/
H A Dupdateinactivemachine_fuzzer.cpp46 sptr<Inactive> inactive = in UpdateInActiveMachineFuzz() local
51 if (inactive == nullptr || activating == nullptr) { in UpdateInActiveMachineFuzz()
63 inactive->SetDeActiveApnTypeId(intValue); in UpdateInActiveMachineFuzz()
64 inactive->SetReason(DisConnectionReason::REASON_NORMAL); in UpdateInActiveMachineFuzz()
65 inactive->StateProcess(event); in UpdateInActiveMachineFuzz()
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-cmd-pmm.md48 inactive anon 0
67 | inactive&nbsp;anon | Number of inactive anonymous pages in the page cache.|
69 | inactive&nbsp;file | Number of inactive file pages in the page cache.|
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-custom-components-freeze.md8 3. 当之前处于inactive状态的自定义组件重新变为active状态时,状态管理框架会对其执行必要的刷新操作,确保UI的正确展示。
12 需要注意,组件active/inactive并不等同于其可见性。组件冻结目前仅适用于以下场景:
14 1. 页面路由:当前栈顶页面为active状态,非栈顶不可见页面为inactive状态。
15 2. TabContent:只有当前显示的TabContent中的自定义组件处于active状态,其余则为inactive
16 3. LazyForEach:仅当前显示的LazyForEach中的自定义组件为active状态,而缓存节点的组件则为inactive状态。
18 5. 组件复用:进入复用池的组件为inactive状态,从复用池上树的节点为active状态。
19 其他场景,如堆叠布局(Stack)下的被遮罩的组件,这些组件尽管不可见,但并不被视为inactive状态,因此不在组件冻结的适用范围内。
108 2.通过router.pushUrl({url: 'pages/second'}),跳转到页面2,页面1隐藏,状态由active变为inactive
112 4.点击“back”,页面2被销毁,页面1的状态由inactive变为active,重新刷新在inactive时被冻结的状态变量,页面1@Watch中注册的方法first被再次调用。
559 - `ChildComponent`同时也开启了组件冻结,当其状态为inactive时,不会响应任何状态变量变化带来的UI刷新。
[all …]
H A Darkts-custom-components-freezeV2.md94 …next page”,跳转到页面2,然后延迟1s更新状态变量“bookTest”。在更新“bookTest”的时候,已经跳转到页面2,页面1处于inactive状态,状态变量`@Local boo…
100 3.点击“back”,页面2被销毁,页面1的状态由inactive变为active。状态变量“bookTest”的更新被观察到,@Monitor中注册的方法onMessageChange被调用,对应…
164 2.点击TabBar“tab1”切换到另外的TabContent,TabContent状态由inactive变为active,对应的@Monitor中注册的方法onMessageUpdated被触发…
166 3.再次点击“change message”更改message的值,仅当前显示的TabContent子组件中的@Monitor中注册的方法onMessageUpdated被触发。其他inactive
333 4.再次点击“Next Page”切换到PageTwo,创建pageTwoStack节点。pageOneStack节点状态由active变为inactive
335 …ack子组件中的@Monitor中注册的方法info被触发。Navigation路由栈中非栈顶的NavDestination中的子自定义组件,将是inactive状态。@Monitor方法不会触发。
337 6.再次点击“Next Page”切换到PageThree,创建pageThreeStack节点。pageTwoStack节点状态由active变为inactive
339 …ack子组件中的@Monitor中注册的方法info被触发。Navigation路由栈中非栈顶的NavDestination中的子自定义组件,将是inactive状态。@Monitor方法不会触发。
341 8.点击“Back Page”回到PageTwo,此时,pageTwoStack节点状态由inactive变为active,其NavigationContentMsgStack子组件中的@Monit…
343 9.再次点击“Back Page”回到PageOne,此时,pageOneStack节点状态由inactive变为active,其NavigationContentMsgStack子组件中的@Mon…
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-debug-shell-cmd-pmm.md48 inactive anon 0
67 | inactive&nbsp;anon | pagecache中,不活跃的匿名页数量 |
69 | inactive&nbsp;file | pagecache中,不活跃的文件页数量 |
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-custom-components-freezeV2.md3 When a custom component decorated by @ComponentV2 is inactive, it can be frozen so that its state v…
94 … When **bookTest** is updated, page 2 is displayed and Page 1 is in the inactive state. The state …
100 3. Click **Back**. Page 2 is destroyed, and the state of page 1 changes from inactive to active. Th…
164 …switch to another **TabContent** component, the component switches from inactive to active, and th…
166 …method of the **TabContent** component being displayed is called. Other inactive **TabContent** co…
333 …TwoStack** node is created. The state of the **pageOneStack** node changes from active to inactive.
335 …tion** that is not at the top of the navigation routing stack is in the inactive state. The @Monit…
337 …reeStack** node is created. The state of the **pageTwoStack** node changes from active to inactive.
339 …tion** that is not at the top of the navigation routing stack is in the inactive state. The @Monit…
341 …urn to **PageTwo**. The state of the **pageTwoStack** node changes from inactive to active, and th…
[all …]
H A Darkts-custom-components-freeze.md8 3. When an inactive custom component turns into the active state, the state management framework pe…
12 Note that the active or inactive state of a component is not equivalent to its visibility. Componen…
14 …e navigation stack is in the active state, and the non-top invisible page is in the inactive state.
16 …d LazyForEach is in the active state, and the component of the cache node is in the inactive state.
18 5. Component reuse: The component that enters the reuse pool is in the inactive state, and the node…
108 …nd'})**, page 2 is displayed, and page 1 is hidden with its state changing from active to inactive.
110 …atch decorated **second** method of page 2 is called, because page 1 has been frozen when inactive.
177 2. When you click **two** to switch to another **TabContent** component, it switches from inactive
342 - In the following example, **NavigationContentMsgStack** is set to the inactive state, which does …
559 …nt** also enables component freezing. When **ChildComponent** is in the inactive state, it does no…
[all …]
H A Darkts-other-state-mgmt-functions-overview.md13 …nt](arkts-custom-components-freeze.md) represents that the component is inactive and its state var…
/ohos5.0/base/telephony/cellular_data/test/
H A Dcellular_state_machine_test.cpp248 auto inactive = static_cast<Inactive *>(cellularMachine->inActiveState_.GetRefPtr()); variable
249 inactive->deActiveApnTypeId_ = 0;
250 inactive->SetStateMachine(cellularMachine);
251 EXPECT_EQ(inactive->reason_, DisConnectionReason::REASON_RETRY_CONNECTION);
266 auto inactive = static_cast<Inactive *>(cellularMachine->inActiveState_.GetRefPtr()); variable
267 inactive->stateMachine_ = cellularMachine;
269 bool result = inactive->StateProcess(event);
285 auto inactive = static_cast<Inactive *>(cellularMachine->inActiveState_.GetRefPtr()); variable
286 inactive->SetStateMachine(cellularMachine);
288 bool result = inactive->StateProcess(event);
H A Dzero_branch_test.cpp1248 auto inactive = static_cast<Inactive *>(cellularMachine->inActiveState_.GetRefPtr()); variable
1250 inactive->SetStateMachine(stateMachine1);
1253 inactive->StateBegin();
1254 inactive->StateEnd();
1255 inactive->SetDeActiveApnTypeId(0);
1256 inactive->SetReason(DisConnectionReason::REASON_NORMAL);
1257 ASSERT_FALSE(inactive->StateProcess(event));
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/themes/
H A Dtheme.h51 Style inactive; member
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/doc/ApiDoc/HotspotDoc/
H A DHotspot功能界面使用说明文档.md183 - 若本地热点已关闭,返回值为0,显示信息为"inactive";
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/
H A DREADME.md158 …t also indicates the freeze state of the component if it is configured to be frozen while inactive.
166 … that are presently in an inactive or frozen state. These components are not actively processing u…
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/pages/subStabilityTest/
H A DhotspotStabilityTest.ets258 hotspotStateMessage = "inactive";
349 if ( this.hotspotMessage == "inactive" ) {
362 } else if ( this.hotspotMessage == "inactive" ) {
H A DwifiSwitchStabilityTest.ets291 wifiStateMessage = "inactive";
380 if ( this.stateMessage == "inactive" ) {
393 } else if ( this.stateMessage == "inactive" ) {
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.56/
H A Dchangelogs-arkui.md37 当子组件使用了组件冻结,父组件没有使用组件冻结的情况下,当组件处于inactive时,子组件组件冻结功能生效。示例如下:
121 - 点击Button跳转到页面2,然后延迟1s更新状态变量`bookTest`。在更新`bookTest`的时候,已经跳转到页面2,页面1的组件处于inactive状态,又因为Child组件开启了组…
/ohos5.0/docs/en/application-dev/reference/apis-mdm-kit/
H A Djs-apis-enterprise-restrictions.md34 …apability of freezing inactive users. When the system switches to the enterprise space user, the p…
80inactive users. Currently, this feature is available only for 2-in-1 devices. When the system swit…
H A Djs-apis-enterprise-wifiManager-sys.md38 …* indicates that Wi-Fi is active; and **false** indicates that Wi-Fi is inactive). If the operatio…
92 …*true** indicates that Wi-Fi is active, and the value **false** indicates that Wi-Fi is inactive. |
/ohos5.0/foundation/resourceschedule/resource_schedule_service/
H A DResource_Schedule_Service_Process_Management_Specifications_ZH.md274 … | {"uid"=?, "pid"=?, "windowId"=?, "serialNum"=?, "state"=0 active 1 inactive} | - |…
/ohos5.0/base/telephony/cellular_data/
H A DBUILD.gn52 "services/src/state_machine/inactive.cpp",
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/doc/ApiDoc/HotspotManagerDoc/
H A DHotspotManager功能界面使用说明文档.md209 - 若本地热点已关闭,返回值为0,显示信息为"inactive";
/ohos5.0/docs/en/application-dev/reference/apis-avsession-kit/
H A Derrorcode-avsession.md113 The session is in the inactive state.
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_button.cpp108 buttonStyles_[INACTIVE] = &(theme->GetButtonStyle().inactive); in SetupThemeStyles()
/ohos5.0/docs/zh-cn/application-dev/application-models/
H A Duiability-lifecycle.md73 hilog.info(DOMAIN_NUMBER, TAG, `windowStage inactive.`);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/doc/ApiDoc/WIFIDoc/
H A DWIFI功能界面使用说明文档.md266 - 若本地Wifi已关闭,返回值为0,显示信息为"inactive";

12