Home
last modified time | relevance | path

Searched refs:INITIAL (Results 1 – 25 of 93) sorted by relevance

1234

/ohos5.0/docs/zh-cn/application-dev/application-models/
H A Dpageability-lifecycle.md15 | UNINITIALIZED | 未初始状态,为临时状态,PageAbility被创建后会由UNINITIALIZED状态进入INITIAL状态。 |
16 | INITIAL | 初始化状态,也表示停止状态,表示当前PageAbility未运行,PageAbility被启动后由INITIAL态进入INACTIVE状态。 |
19 | BACKGROUND | 后台状态,表示当前PageAbility退到后台,PageAbility在被销毁后由BACKGROUND状态进入INITIAL状态,或者重新被激活后由BACKGROUN…
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/
H A Dcontinuation_manager.cpp45 progressState_ = ProgressState::INITIAL; in ContinuationManager()
228 if (progressState_ != ProgressState::INITIAL) { in ContinueAbility()
250 if (progressState_ != ProgressState::INITIAL) { in ReverseContinueAbility()
283 ChangeProcessState(ProgressState::INITIAL); in StartContinuation()
292 ChangeProcessState(ProgressState::INITIAL); in SaveData()
308 ChangeProcessState(ProgressState::INITIAL); in RestoreData()
337 ChangeProcessState(ProgressState::INITIAL); in CompleteContinuation()
354 ChangeProcessState(ProgressState::INITIAL); in RestoreFromRemote()
364 ChangeProcessState(ProgressState::INITIAL); in NotifyRemoteTerminated()
439 ChangeProcessState(ProgressState::INITIAL); in ChangeProcessStateToInit()
[all …]
H A Dcontinuation_manager_stage.cpp46 ContinuationManagerStage::ContinuationManagerStage() : progressState_(ProgressState::INITIAL) {} in ContinuationManagerStage()
237 if (progressState_ != ProgressState::INITIAL) { in ContinueAbility()
256 if (progressState_ != ProgressState::INITIAL) { in ReverseContinueAbility()
286 ChangeProcessState(ProgressState::INITIAL); in StartContinuation()
296 ChangeProcessState(ProgressState::INITIAL); in SaveData()
313 ChangeProcessState(ProgressState::INITIAL); in RestoreData()
341 ChangeProcessState(ProgressState::INITIAL); in CompleteContinuation()
359 ChangeProcessState(ProgressState::INITIAL); in RestoreFromRemote()
370 ChangeProcessState(ProgressState::INITIAL); in NotifyRemoteTerminated()
454 ChangeProcessState(ProgressState::INITIAL); in ChangeProcessStateToInit()
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/lifecycle_test/
H A Dlifecycle_test_base.h35 : state_(OHOS::AAFwk::AbilityState::INITIAL), in LifeTestCommand()
36 expectState_(OHOS::AAFwk::AbilityState::INITIAL), in LifeTestCommand()
37 abnormalState_(OHOS::AAFwk::AbilityState::INITIAL), in LifeTestCommand()
72 if (c->abnormalState_ != OHOS::AAFwk::AbilityState::INITIAL) { in AbilityStartThread()
H A Dlifecycle_test.cpp152 command_->state_ = OHOS::AAFwk::AbilityState::INITIAL;
216 command_->state_ = OHOS::AAFwk::AbilityState::INITIAL;
252 command_->state_ = OHOS::AAFwk::AbilityState::INITIAL;
277 command_->state_ = OHOS::AAFwk::AbilityState::INITIAL;
312 EXPECT_EQ(nextAbilityRecord_->GetAbilityState(), OHOS::AAFwk::AbilityState::INITIAL);
330 command_->state_ = OHOS::AAFwk::AbilityState::INITIAL;
368 nextAbilityRecord_->SetAbilityState(OHOS::AAFwk::AbilityState::INITIAL);
391 command_->state_ = OHOS::AAFwk::AbilityState::INITIAL;
398 nextAbilityRecord_->SetAbilityState(OHOS::AAFwk::AbilityState::INITIAL);
427 command_->state_ = OHOS::AAFwk::AbilityState::INITIAL;
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/running_infos_test/
H A Drunning_infos_test.cpp73 EXPECT_TRUE(infos[0].abilityState == static_cast<int>(AbilityState::INITIAL));
101 EXPECT_TRUE(infos[0].abilityState == static_cast<int>(AbilityState::INITIAL));
129 EXPECT_TRUE(infos[0].abilityState == static_cast<int>(AbilityState::INITIAL));
169 EXPECT_TRUE(infos[0].abilityState == static_cast<int>(AbilityState::INITIAL));
203 EXPECT_TRUE(infos[0].abilityState == static_cast<int>(AbilityState::INITIAL));
205 EXPECT_TRUE(infos[1].abilityState == static_cast<int>(AbilityState::INITIAL));
245 EXPECT_TRUE(infos[0].abilityState == static_cast<int>(AbilityState::INITIAL));
603 EXPECT_TRUE(infos[0].abilityState == static_cast<int>(AbilityState::INITIAL));
643 EXPECT_TRUE(infos[0].abilityState == static_cast<int>(AbilityState::INITIAL));
698 EXPECT_TRUE(infos[0].abilityState == static_cast<int>(AbilityState::INITIAL));
[all …]
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexgenerate/
H A Dvertex_generate_dash.cpp32 status_(INITIAL), in VertexGenerateDash()
84 status_ = INITIAL; in RemoveAll()
91 status_ = INITIAL; in AddVertex()
105 if (status_ == INITIAL) { in Rewind()
146 case INITIAL: in GenerateVertex()
H A Dvertex_generate_stroke.cpp26 status_(INITIAL), in VertexGenerateStroke()
36 status_ = INITIAL; in RemoveAll()
41 status_ = INITIAL; in AddVertex()
55 if (status_ == INITIAL) { in Rewind()
74 case INITIAL: in GenerateVertex()
/ohos5.0/foundation/ability/ability_lite/
H A DREADME_zh.md34 - **UNINITIALIZED**:未初始状态,为临时状态,Ability被创建后会由UNINITIALIZED状态进入INITIAL状态;
36 - **INITIAL**:初始化状态,也表示停止状态,表示当前Ability未运行,Ability被启动后由INITIAL态进入INACTIVE状态;
42 …- **BACKGROUND**: 后台状态,表示当前Ability退到后台,Ability在被销毁后由BACKGROUND状态进入INITIAL状态,或者重新被激活后由BACKGROUND状…
H A DREADME.md27 …eral term for all states of an ability, including **UNINITIALIZED**, **INITIAL**, **INACTIVE**,…
34 …. This state is a temporary state. An ability changes directly to the **INITIAL** state upon its…
36 …- **INITIAL**: This state refers to the initial or stopped state. The ability in this state is n…
42 …y enters the **ACTIVE** state. After being destroyed, the ability enters the **INITIAL** state.
/ohos5.0/docs/zh-cn/readme/
H A D元能力子系统.md35 - **UNINITIALIZED**:未初始状态,为临时状态,Ability被创建后会由UNINITIALIZED状态进入INITIAL状态。
37 - **INITIAL**:初始化状态,也表示停止状态,表示当前Ability未运行,Ability被启动后由INITIAL态进入INACTIVE状态。
43 …- **BACKGROUND**: 后台状态,表示当前Ability退到后台,Ability在被销毁后由BACKGROUND状态进入INITIAL状态,或者重新被激活后由BACKGROUND状态进…
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/depiction/
H A Ddepict_adaptor_vertex_generate.h106 INITIAL, enumerator
119 : msource_(&source), status_(INITIAL), lastCmd_(0), startX_(0), startY_(0) {} in DepictAdaptorVertexGenerate()
179 status_ = INITIAL; in Rewind()
224 case INITIAL: in GenerateVertex()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_socket.h25 INITIAL, enumerator
55 SocketState state_ = SocketState::INITIAL;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dstate_utils.cpp23 case INITIAL: return "INITIAL"; in StateToStrMap()
60 case ABILITY_STATE_INITIAL: return INITIAL; in ConvertStateMap()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/running_infos_module_test/
H A Drunning_infos_module_test.cpp209 EXPECT_TRUE(infos[0].abilityState == static_cast<int>(AbilityState::INITIAL));
237 EXPECT_TRUE(infos[0].abilityState == static_cast<int>(AbilityState::INITIAL));
265 EXPECT_TRUE(infos[0].abilityState == static_cast<int>(AbilityState::INITIAL));
304 EXPECT_TRUE(infos[0].abilityState == static_cast<int>(AbilityState::INITIAL));
340 EXPECT_TRUE(infos[0].abilityState == static_cast<int>(AbilityState::INITIAL));
342 EXPECT_TRUE(infos[1].abilityState == static_cast<int>(AbilityState::INITIAL));
381 EXPECT_TRUE(infos[0].abilityState == static_cast<int>(AbilityState::INITIAL));
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_state_machine.h32 INITIAL, enumerator
91 WindowNodeState currState_ = WindowNodeState::INITIAL;
/ohos5.0/docs/en/application-dev/application-models/
H A Dpageability-lifecycle.md14 …is a temporary state, from which a PageAbility changes directly to the **INITIAL** state upon its …
15 | INITIAL | The PageAbility is initialized but not running. The PageAbility enters the **INACTIVE**…
18 …e PageAbility enters the **ACTIVE** state. After being destroyed, it enters the **INITIAL** state.|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ability_record_test/
H A Dability_record_module_test.cpp188 EXPECT_EQ(abilityRecord->GetAbilityState(), INITIAL);
211 EXPECT_EQ(abilityRecord->GetAbilityState(), INITIAL);
381 abilityRecord->SetAbilityState(INITIAL);
382 EXPECT_EQ(abilityRecord->GetAbilityState(), INITIAL);
508 result = AbilityRecord::ConvertAbilityState(INITIAL);
539 EXPECT_EQ(result, INITIAL);
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/continuation/distributed/
H A Dcontinuation_manager.h83 enum ProgressState { INITIAL, WAITING_SCHEDULE, IN_PROGRESS }; enumerator
116 ProgressState progressState_ = ProgressState::INITIAL;
H A Dcontinuation_manager_stage.h183 enum ProgressState { INITIAL, WAITING_SCHEDULE, IN_PROGRESS }; enumerator
203 ProgressState progressState_ = ProgressState::INITIAL;
H A Dprogress_state.h20 INITIAL = 0, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dability_lifecycle_executor.h29 INITIAL, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dui_extension_config.h27 INITIAL = 4, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dability_state.h30 INITIAL = 0, enumerator
/ohos5.0/docs/en/readme/
H A Dability.md35 …d. This state is a temporary state. An ability changes directly to the **INITIAL** state upon its …
37 …- **INITIAL**: This state refers to the initial or stopped state. The ability in this state is not…
43 …ility enters the **ACTIVE** state. After being destroyed, the ability enters the **INITIAL** state.

1234