Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dsystem_param_manager.cpp34 const char IAM_ENABLE_FINGERPRINT_PARAM[] = "persist.useriam.enable.fingerprintauth"; variable
48 if (strcmp(key, IAM_ENABLE_FINGERPRINT_PARAM) != 0) { in ParameterChange()
77 int32_t ret = WatchParameter(IAM_ENABLE_FINGERPRINT_PARAM, ParameterChange, nullptr); in OnAddSystemAbility()
91 int32_t ret = RemoveParameterWatcher(IAM_ENABLE_FINGERPRINT_PARAM, ParameterChange, nullptr); in OnRemoveSystemAbility()