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/include/schedule/
H A Dsystem_ability_state_scheduler.h135 class UnloadEventHandler {
137 UnloadEventHandler(const std::weak_ptr<SystemAbilityStateScheduler>& stateScheduler) in UnloadEventHandler() function
142 ~UnloadEventHandler() = default;
160 std::shared_ptr<UnloadEventHandler> unloadEventHandler_;
/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()
1368 void SystemAbilityStateScheduler::UnloadEventHandler::ProcessEvent(uint32_t eventId) in ProcessEvent()
1387 bool SystemAbilityStateScheduler::UnloadEventHandler::SendEvent(uint32_t eventId, in SendEvent()
1398 void SystemAbilityStateScheduler::UnloadEventHandler::RemoveEvent(uint32_t eventId) in RemoveEvent()
1407 bool SystemAbilityStateScheduler::UnloadEventHandler::HasInnerEvent(uint32_t eventId) in HasInnerEvent()
1416 void SystemAbilityStateScheduler::UnloadEventHandler::CleanFfrt() in CleanFfrt()
1423 void SystemAbilityStateScheduler::UnloadEventHandler::SetFfrt() in SetFfrt()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_scheduler_test.cpp2205 std::shared_ptr<SystemAbilityStateScheduler::UnloadEventHandler> unloadEventHandler =
2206 … std::make_shared<SystemAbilityStateScheduler::UnloadEventHandler>(systemAbilityStateScheduler);
2226 std::shared_ptr<SystemAbilityStateScheduler::UnloadEventHandler> unloadEventHandler =
2227 … std::make_shared<SystemAbilityStateScheduler::UnloadEventHandler>(systemAbilityStateScheduler);
2250 std::shared_ptr<SystemAbilityStateScheduler::UnloadEventHandler> unloadEventHandler =
2251 … std::make_shared<SystemAbilityStateScheduler::UnloadEventHandler>(systemAbilityStateScheduler);