Home
last modified time | relevance | path

Searched refs:CMD_START (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/powermgr/power_manager/interfaces/inner_api/native/include/shutdown/
H A Dshutdown_client_ipc_interface_code.h23 CMD_START = 200, enumerator
/ohos5.0/base/request/request/frameworks/native/include/
H A Ddownload_server_ipc_interface_code.h29 CMD_START, enumerator
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/include/proxy/
H A Dstats_ipc_interface_code.h28 CMD_START = 0, enumerator
/ohos5.0/base/request/request/frameworks/native/src/
H A Drequest_service_proxy.cpp157 …int32_t ret = Remote()->SendRequest(static_cast<uint32_t>(RequestInterfaceCode::CMD_START), data, … in Start()
/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()