Home
last modified time | relevance | path

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

/base/update/updateservice/services/firmware/event/src/
H A Dfirmware_event_listener.cpp43 DelayedSingleton<FirmwareManager>::GetInstance()->HandleEvent(CommonEventType::NET_CHANGED); in RegisterNetChangedListener()
/base/update/updateservice/services/firmware/upgrade/flow/include/
H A Dfirmware_manager.h49 void HandleEvent(CommonEventType event);
/base/update/updateservice/services/core/ability/common/include/
H A Dconstant.h51 enum class CommonEventType { class
/base/update/updateservice/services/firmware/upgrade/flow/src/
H A Dfirmware_manager.cpp88 auto eventType = CommonEventType::PROCESS_INIT; in DelayInit()
92 eventType = CommonEventType::BOOT_COMPLETE; in DelayInit()
283 void FirmwareManager::HandleEvent(CommonEventType event) in HandleEvent()
287 case CommonEventType::NET_CHANGED: in HandleEvent()
290 case CommonEventType::BOOT_COMPLETE: in HandleEvent()

Completed in 2 milliseconds