Searched refs:reStart (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | lifecycle_deal.cpp | 97 void LifecycleDeal::CommandAbility(const Want &want, bool reStart, int startId) in CommandAbility() argument 102 abilityScheduler->ScheduleCommandAbility(want, reStart, startId); in CommandAbility()
|
H A D | ability_scheduler_stub.cpp | 231 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 D | lifecycle_deal.h | 54 void CommandAbility(const Want &want, bool reStart, int startId);
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ipc_ability_scheduler_test/ |
H A D | ipc_ability_scheduler_module_test.cpp | 551 auto stubHandler = [&](const Want& want, bool reStart, int startId) { in __anona0aac8191302() argument
|
/ohos5.0/foundation/ability/ability_runtime/ |
H A D | hisysevent.yaml | 371 …__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 D | rich_editor_pattern.cpp | 9268 int32_t reStart = ri->spanPosition.spanRange[RichEditorSpanRange::RANGESTART]; in OnBackPressed() local 9269 int32_t delStart = reStart; in OnBackPressed()
|