Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/ipc/inc/
H A Duser_auth_service.h109 void FillGetPropertyKeys(AuthType authType, const std::vector<Attributes::AttributeKey> &keys,
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/userauthservice_fuzzer/
H A Duser_auth_service_fuzzer.cpp506 g_userAuthService.FillGetPropertyKeys(authType, keys, uint32Keys); in FuzzFillGetPropertyKeys()
508 g_userAuthService.FillGetPropertyKeys(authType, keys, uint32Keys); in FuzzFillGetPropertyKeys()
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp249 void UserAuthService::FillGetPropertyKeys(AuthType authType, const std::vector<Attributes::Attribut… in FillGetPropertyKeys() function in OHOS::UserIam::UserAuth::UserAuthService
305 FillGetPropertyKeys(authType, keys, uint32Keys); in GetPropertyInner()