Home
last modified time | relevance | path

Searched defs:delayUnloadTime (Results 1 – 2 of 2) sorted by relevance

/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
Dsystem_ability_state_context.h88 int32_t delayUnloadTime = 0; member
/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
Dsystem_ability_state_scheduler.cpp115 int32_t delayUnloadTime = LimitDelayUnloadTime(saProfile.stopOnDemand.delayTime); in InitStateContext() local
147 int32_t SystemAbilityStateScheduler::LimitDelayUnloadTime(int32_t delayUnloadTime) in LimitDelayUnloadTime()