Home
last modified time | relevance | path

Searched refs:LifeCycleStatus (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dpage_ability_record.cpp286 return AbilityMsStatus::LifeCycleStatus("current state is already active when active"); in ActiveAbility()
300 return AbilityMsStatus::LifeCycleStatus("current state is not active when inactive"); in InactiveAbility()
312 return AbilityMsStatus::LifeCycleStatus("current state is not inactive when background"); in ToBackgroundAbility()
324 return AbilityMsStatus::LifeCycleStatus("current state is not inactive when stop"); in StopAbility()
H A Dapp_record.cpp141 return AbilityMsStatus::LifeCycleStatus("pending ability not exist"); in LaunchPendingAbility()
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/include/util/
H A Dabilityms_status.h46 static AbilityMsStatus LifeCycleStatus(const char *msg) in LifeCycleStatus() function