Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dfingerprint_auth_plugin.cpp27 const std::string PERSIST_FINGERPRINTAUTH_CONTROL = "persist.useriam.enable.fingerprintauth"; variable
42 return OHOS::system::SetParameter(PERSIST_FINGERPRINTAUTH_CONTROL, value) ? in OnSetPolicy()
50 bool ret = OHOS::system::GetBoolParameter(PERSIST_FINGERPRINTAUTH_CONTROL, true); in OnGetPolicy()