Home
last modified time | relevance | path

Searched refs:ShutdownCallbackHolder (Results 1 - 4 of 4) sorted by relevance

/base/powermgr/power_manager/services/native/src/shutdown/
H A Dshutdown_callback_holer.cpp22 void ShutdownCallbackHolder::OnRemoteDied(const wptr<IRemoteObject>& object) in OnRemoteDied()
29 void ShutdownCallbackHolder::AddCallback(const sptr<IRemoteObject>& callback, ShutdownPriority priority) in AddCallback()
60 std::set<sptr<IRemoteObject>> ShutdownCallbackHolder::GetHighPriorityCallbacks() in GetHighPriorityCallbacks()
66 std::set<sptr<IRemoteObject>> ShutdownCallbackHolder::GetDefaultPriorityCallbacks() in GetDefaultPriorityCallbacks()
72 std::set<sptr<IRemoteObject>> ShutdownCallbackHolder::GetLowPriorityCallbacks() in GetLowPriorityCallbacks()
78 void ShutdownCallbackHolder::RemoveCallback(const sptr<IRemoteObject>& callback) in RemoveCallback()
86 void ShutdownCallbackHolder::RemoveCallback( in RemoveCallback()
H A Dshutdown_controller.h71 sptr<ShutdownCallbackHolder> takeoverShutdownCallbackHolder_;
72 sptr<ShutdownCallbackHolder> asyncShutdownCallbackHolder_;
73 sptr<ShutdownCallbackHolder> syncShutdownCallbackHolder_;
H A Dshutdown_callback_holer.h26 class ShutdownCallbackHolder : public IRemoteObject::DeathRecipient { class
H A Dshutdown_controller.cpp68 takeoverShutdownCallbackHolder_ = new ShutdownCallbackHolder(); in ShutdownController()
69 asyncShutdownCallbackHolder_ = new ShutdownCallbackHolder(); in ShutdownController()
70 syncShutdownCallbackHolder_ = new ShutdownCallbackHolder(); in ShutdownController()

Completed in 2 milliseconds