Home
last modified time | relevance | path

Searched refs:ShutdownClientInterfaceCode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/powermgr/power_manager/services/zidl/src/shutdown/
H A Dshutdown_proxy_delegator.cpp40 static_cast<int>(PowerMgr::ShutdownClientInterfaceCode::CMD_REG_TAKEOVER_SHUTDOWN_CALLBACK), in RegisterShutdownCallback()
62 … static_cast<int>(PowerMgr::ShutdownClientInterfaceCode::CMD_UNREG_TAKEOVER_SHUTDOWN_CALLBACK), in UnRegisterShutdownCallback()
86 static_cast<int>(PowerMgr::ShutdownClientInterfaceCode::CMD_REG_ASYNC_SHUTDOWN_CALLBACK), in RegisterShutdownCallback()
108 static_cast<int>(PowerMgr::ShutdownClientInterfaceCode::CMD_UNREG_ASYNC_SHUTDOWN_CALLBACK), in UnRegisterShutdownCallback()
132 static_cast<int>(PowerMgr::ShutdownClientInterfaceCode::CMD_REG_SYNC_SHUTDOWN_CALLBACK), in RegisterShutdownCallback()
154 static_cast<int>(PowerMgr::ShutdownClientInterfaceCode::CMD_UNREG_SYNC_SHUTDOWN_CALLBACK), in UnRegisterShutdownCallback()
H A Dshutdown_stub_delegator.cpp35 …case static_cast<int32_t>(PowerMgr::ShutdownClientInterfaceCode::CMD_REG_TAKEOVER_SHUTDOWN_CALLBAC…
38 …case static_cast<int32_t>(PowerMgr::ShutdownClientInterfaceCode::CMD_UNREG_TAKEOVER_SHUTDOWN_CALLB…
41 … case static_cast<int32_t>(PowerMgr::ShutdownClientInterfaceCode::CMD_REG_ASYNC_SHUTDOWN_CALLBACK):
44 …case static_cast<int32_t>(PowerMgr::ShutdownClientInterfaceCode::CMD_UNREG_ASYNC_SHUTDOWN_CALLBACK…
47 … case static_cast<int32_t>(PowerMgr::ShutdownClientInterfaceCode::CMD_REG_SYNC_SHUTDOWN_CALLBACK):
50 …case static_cast<int32_t>(PowerMgr::ShutdownClientInterfaceCode::CMD_UNREG_SYNC_SHUTDOWN_CALLBACK):
/ohos5.0/base/powermgr/power_manager/test/fuzztest/asyncshutdowncallback_fuzzer/
H A Dasyncshutdowncallback_fuzzer_test.cpp34 … static_cast<uint32_t>(ShutdownClientInterfaceCode::CMD_REG_ASYNC_SHUTDOWN_CALLBACK), data, size); in LLVMFuzzerTestOneInput()
36 …static_cast<uint32_t>(ShutdownClientInterfaceCode::CMD_UNREG_ASYNC_SHUTDOWN_CALLBACK), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/power_manager/test/fuzztest/syncshutdowncallback_fuzzer/
H A Dsyncshutdowncallback_fuzzer_test.cpp34 … static_cast<uint32_t>(ShutdownClientInterfaceCode::CMD_REG_SYNC_SHUTDOWN_CALLBACK), data, size); in LLVMFuzzerTestOneInput()
36 … static_cast<uint32_t>(ShutdownClientInterfaceCode::CMD_UNREG_SYNC_SHUTDOWN_CALLBACK), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/power_manager/test/fuzztest/takeovershutdowncallback_fuzzer/
H A Dtakeovershutdowncallback_fuzzer_test.cpp34 …static_cast<uint32_t>(ShutdownClientInterfaceCode::CMD_REG_TAKEOVER_SHUTDOWN_CALLBACK), data, size… in LLVMFuzzerTestOneInput()
36 …static_cast<uint32_t>(ShutdownClientInterfaceCode::CMD_UNREG_TAKEOVER_SHUTDOWN_CALLBACK), data, si… in LLVMFuzzerTestOneInput()
/ohos5.0/base/powermgr/power_manager/interfaces/inner_api/native/include/shutdown/
H A Dshutdown_client_ipc_interface_code.h22 enum class ShutdownClientInterfaceCode { enum
/ohos5.0/base/powermgr/power_manager/services/zidl/src/
H A Dpower_mgr_stub.cpp713 return (code >= static_cast<uint32_t>(PowerMgr::ShutdownClientInterfaceCode::CMD_START)) && in IsShutdownCommand()
714 (code <= static_cast<uint32_t>(PowerMgr::ShutdownClientInterfaceCode::CMD_END)); in IsShutdownCommand()