Home
last modified time | relevance | path

Searched refs:ScreenLockServerIpcInterfaceCode (Results 1 – 4 of 4) sorted by relevance

/base/theme/screenlock_mgr/services/src/
Dscreenlock_manager_stub.cpp43 case static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::IS_LOCKED): in OnRemoteRequest()
46 case static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::IS_SCREEN_LOCKED): in OnRemoteRequest()
49 case static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::IS_SECURE_MODE): in OnRemoteRequest()
52 case static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::UNLOCK): in OnRemoteRequest()
55 case static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::UNLOCK_SCREEN): in OnRemoteRequest()
58 case static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::LOCK): in OnRemoteRequest()
61 case static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::SEND_SCREENLOCK_EVENT): in OnRemoteRequest()
64 case static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::ONSYSTEMEVENT): in OnRemoteRequest()
/base/theme/screenlock_mgr/frameworks/native/src/
Dscreenlock_manager_proxy.cpp50 …int32_t ret = IsScreenLockedInner(reply, static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::I… in IsLocked()
67 …int32_t ret = IsScreenLockedInner(reply, static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::I… in IsScreenLocked()
82 … static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::IS_SECURE_MODE), data, reply, option); in GetSecure()
116 …int ret = UnlockInner(reply, static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::UNLOCK), list… in Unlock()
127 …int ret = UnlockInner(reply, static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::UNLOCK_SCREEN… in UnlockScreen()
154 …Remote()->SendRequest(static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::LOCK), data, reply, … in Lock()
183 … static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::ONSYSTEMEVENT), data, reply, option); in OnSystemEvent()
203 …static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::SEND_SCREENLOCK_EVENT), data, reply, optio… in SendScreenLockEvent()
/base/theme/screenlock_mgr/services/include/
Dscreenlock_server_ipc_interface_code.h22 enum class ScreenLockServerIpcInterfaceCode { enum
/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/
Dscreenlockservice_fuzzer.cpp66 …_t code = ConvertToUint32(rawData) % (static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::UNLO… in FuzzScreenlockService()