Home
last modified time | relevance | path

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

/ohos5.0/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_server_ipc_interface_code.h39 REQUEST_STRONG_AUTHSTATE, enumerator
/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/services/src/
H A Dscreenlock_manager_stub.cpp63 … handleFuncMap[static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::REQUEST_STRONG_AUTHSTATE)] = in InitHandleMap()
/ohos5.0/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_manager_proxy.cpp331 …static_cast<uint32_t>(ScreenLockServerIpcInterfaceCode::REQUEST_STRONG_AUTHSTATE), data, reply, op… in RequestStrongAuth()