Home
last modified time | relevance | path

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

/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_manager_stub.cpp39 handleFuncMap[static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::IS_LOCKED)] = in InitHandleMap()
41 handleFuncMap[static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::IS_SCREEN_LOCKED)] = in InitHandleMap()
43 handleFuncMap[static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::IS_SECURE_MODE)] = in InitHandleMap()
46 handleFuncMap[static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::UNLOCK_SCREEN)] = in InitHandleMap()
49 handleFuncMap[static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::SEND_SCREENLOCK_EVENT)] = in InitHandleMap()
51 handleFuncMap[static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::ONSYSTEMEVENT)] = in InitHandleMap()
53 handleFuncMap[static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::LOCK_SCREEN)] = in InitHandleMap()
55 handleFuncMap[static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::IS_SCREENLOCK_DISABLED)] = in InitHandleMap()
57 … handleFuncMap[static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::SET_SCREENLOCK_DISABLED)] = in InitHandleMap()
59 … handleFuncMap[static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::SET_SCREENLOCK_AUTHSTATE)] = in InitHandleMap()
[all …]
/ohos5.0/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_manager_proxy.cpp50 …int32_t ret = IsScreenLockedInner(reply, static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::I… in IsLocked()
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()
154 …Remote()->SendRequest(static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::LOCK), data, reply, … in Lock()
207 … static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::ONSYSTEMEVENT), data, reply, option); in OnSystemEvent()
227 …static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::SEND_SCREENLOCK_EVENT), data, reply, optio… in SendScreenLockEvent()
246 …static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::IS_SCREENLOCK_DISABLED), data, reply, opti… in IsScreenLockDisabled()
270 …static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::SET_SCREENLOCK_DISABLED), data, reply, opt… in SetScreenLockDisabled()
291 …static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::SET_SCREENLOCK_AUTHSTATE), data, reply, op… in SetScreenLockAuthState()
310 …static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::GET_SCREENLOCK_AUTHSTATE), data, reply, op… in GetScreenLockAuthState()
[all …]
/ohos5.0/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_server_ipc_interface_code.h22 enum class ScreenLockServerIpcInterfaceCode { enum
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockboundarycode_fuzzer/
H A Dscreenlockboundarycode_fuzzer.cpp41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::UNLOCK) + 1U, data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockgetauthstate_fuzzer/
H A Dscreenlockgetauthstate_fuzzer.cpp41 … static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::GET_SCREENLOCK_AUTHSTATE), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockgetstrongstate_fuzzer/
H A Dscreenlockgetstrongstate_fuzzer.cpp41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::GET_STRONG_AUTHSTATE), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockisdisabled_fuzzer/
H A Dscreenlockisdisabled_fuzzer.cpp41 … static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::IS_SCREENLOCK_DISABLED), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockislocked_fuzzer/
H A Dscreenlockislocked_fuzzer.cpp41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::IS_LOCKED), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockisscreenlocked_fuzzer/
H A Dscreenlockisscreenlocked_fuzzer.cpp41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::IS_SCREEN_LOCKED), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockissecuremode_fuzzer/
H A Dscreenlockissecuremode_fuzzer.cpp41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::IS_SECURE_MODE), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlocklock_fuzzer/
H A Dscreenlocklock_fuzzer.cpp41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::LOCK), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlocklockscreen_fuzzer/
H A Dscreenlocklockscreen_fuzzer.cpp41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::LOCK_SCREEN), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockonsystemevent_fuzzer/
H A Dscreenlockonsystemevent_fuzzer.cpp41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::ONSYSTEMEVENT), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockrequeststrong_fuzzer/
H A Dscreenlockrequeststrong_fuzzer.cpp41 … static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::REQUEST_STRONG_AUTHSTATE), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlocksendscreenlockevent_fuzzer/
H A Dscreenlocksendscreenlockevent_fuzzer.cpp41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::SEND_SCREENLOCK_EVENT), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlocksetauthstate_fuzzer/
H A Dscreenlocksetauthstate_fuzzer.cpp41 … static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::SET_SCREENLOCK_AUTHSTATE), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlocksetdisabled_fuzzer/
H A Dscreenlocksetdisabled_fuzzer.cpp41 … static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::SET_SCREENLOCK_DISABLED), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockunlock_fuzzer/
H A Dscreenlockunlock_fuzzer.cpp41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::UNLOCK), data, size); in LLVMFuzzerTestOneInput()
/ohos5.0/base/theme/screenlock_mgr/test/fuzztest/screenlockservice_fuzzer/screenlockunlockscreen_fuzzer/
H A Dscreenlockunlockscreen_fuzzer.cpp41 static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::UNLOCK_SCREEN), data, size); in LLVMFuzzerTestOneInput()