Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/inc/
H A Duser_auth_client_impl.h86 constexpr static int32_t MINIMUM_VERSION {0};
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp53 const int32_t MINIMUM_VERSION = 0; variable
820 version = MINIMUM_VERSION; in GetVersion()