Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp63 unloadEventHandler_ = std::make_shared<UnloadEventHandler>(weak_from_this()); in Init()
78 if (unloadEventHandler_ != nullptr) { in CleanFfrt()
79 unloadEventHandler_->CleanFfrt(); in CleanFfrt()
88 if (unloadEventHandler_ != nullptr) { in SetFfrt()
89 unloadEventHandler_->SetFfrt(); in SetFfrt()
443 if (unloadEventHandler_ == nullptr) { in SendDelayUnloadEventLocked()
447 if (unloadEventHandler_->HasInnerEvent(systemAbilityId)) { in SendDelayUnloadEventLocked()
451 bool ret = unloadEventHandler_->SendEvent(systemAbilityId, 0, delayTime); in SendDelayUnloadEventLocked()
461 if (unloadEventHandler_ == nullptr) { in RemoveDelayUnloadEventLocked()
465 if (!unloadEventHandler_->HasInnerEvent(systemAbilityId)) { in RemoveDelayUnloadEventLocked()
[all …]
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_scheduler.h160 std::shared_ptr<UnloadEventHandler> unloadEventHandler_; variable
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_scheduler_test.cpp728 systemAbilityStateScheduler->unloadEventHandler_ = nullptr;
849 systemAbilityStateScheduler->unloadEventHandler_ = nullptr;
904 systemAbilityStateScheduler->unloadEventHandler_ = nullptr;