Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/
H A Duser_auth_client_map22 OHOS::UserIam::UserAuth::UserAuthClientImpl::GetNorthAvailableStatus*;
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/inc/
H A Duser_auth_client_impl.h35 …int32_t GetNorthAvailableStatus(int32_t apiVersion, AuthType authType, AuthTrustLevel authTrustLev…
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
H A Dauth_instance_v9.cpp71 …int32_t status = UserAuthClientImpl::Instance().GetNorthAvailableStatus(API_VERSION_9, authType, a… in GetAvailableStatus()
H A Duser_auth_impl.cpp73 …int32_t status = UserAuthClientImpl::Instance().GetNorthAvailableStatus(API_VERSION_8, authType, a… in GetAvailableStatus()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/userauthclient_fuzzer/
H A Duser_auth_client_fuzzer.cpp124 UserAuthClientImpl::Instance().GetNorthAvailableStatus(apiVersion, authType, atl); in FuzzClientGetAvailableStatus()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Duser_auth_client_impl.cpp93 int32_t UserAuthClientImpl::GetNorthAvailableStatus(int32_t apiVersion, AuthType authType, in GetNorthAvailableStatus() function in OHOS::UserIam::UserAuth::UserAuthClientImpl