Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/zidl/src/shutdown/
H A Dsync_shutdown_callback_proxy.cpp41 static_cast<int32_t>(PowerMgr::SyncShutdownCallbackInterfaceCode::CMD_ON_SYNC_SHUTDOWN), in OnSyncShutdown()
65 … static_cast<int32_t>(PowerMgr::SyncShutdownCallbackInterfaceCode::CMD_ON_SYNC_SHUTDOWN_OR_REBOOT), in OnSyncShutdownOrReboot()
H A Dsync_shutdown_callback_stub.cpp42 …if (code == static_cast<uint32_t>(PowerMgr::SyncShutdownCallbackInterfaceCode::CMD_ON_SYNC_SHUTDOW… in OnRemoteRequest()
44 …} else if (code == static_cast<uint32_t>(PowerMgr::SyncShutdownCallbackInterfaceCode::CMD_ON_SYNC_… in OnRemoteRequest()
/ohos5.0/base/powermgr/power_manager/interfaces/inner_api/native/include/shutdown/
H A Dsync_shutdown_callback_ipc_interface_code.h22 enum class SyncShutdownCallbackInterfaceCode { enum