Home
last modified time | relevance | path

Searched refs:reStart (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dlifecycle_deal.cpp97 void LifecycleDeal::CommandAbility(const Want &want, bool reStart, int startId) in CommandAbility() argument
102 abilityScheduler->ScheduleCommandAbility(want, reStart, startId); in CommandAbility()
H A Dability_scheduler_stub.cpp231 bool reStart = data.ReadBool(); in CommandAbilityInner() local
234 ScheduleCommandAbility(*want, reStart, startId); in CommandAbilityInner()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dlifecycle_deal.h54 void CommandAbility(const Want &want, bool reStart, int startId);
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ipc_ability_scheduler_test/
H A Dipc_ability_scheduler_module_test.cpp551 auto stubHandler = [&](const Want& want, bool reStart, int startId) { in __anona0aac8191302() argument
/ohos5.0/foundation/ability/ability_runtime/
H A Dhisysevent.yaml371 …__BASE: {type: BEHAVIOR, level: MINOR, desc: reStart process by different processes from the same …
372 RESTART_TIME: {type: INT64, desc: process reStart time}
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp9268 int32_t reStart = ri->spanPosition.spanRange[RichEditorSpanRange::RANGESTART]; in OnBackPressed() local
9269 int32_t delStart = reStart; in OnBackPressed()