Home
last modified time | relevance | path

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

/ohos5.0/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_server_ipc_interface_code.h25 IS_SECURE_MODE, enumerator
/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/services/src/
H A Dscreenlock_manager_stub.cpp43 handleFuncMap[static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::IS_SECURE_MODE)] = in InitHandleMap()
/ohos5.0/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_manager_proxy.cpp82 … static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::IS_SECURE_MODE), data, reply, option); in GetSecure()