Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/ipc/inc/
H A Duser_auth_service.h111 …void FillGetPropertyValue(AuthType authType, const std::vector<Attributes::AttributeKey> &keys, At…
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/userauthservice_fuzzer/
H A Duser_auth_service_fuzzer.cpp494 g_userAuthService.FillGetPropertyValue(authType, keys, *values); in FuzzFillGetPropertyValue()
496 g_userAuthService.FillGetPropertyValue(authType, keys, *values); in FuzzFillGetPropertyValue()
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp261 void UserAuthService::FillGetPropertyValue(AuthType authType, const std::vector<Attributes::Attribu… in FillGetPropertyValue() function in OHOS::UserIam::UserAuth::UserAuthService
315 FillGetPropertyValue(authType, keys, values); in GetPropertyInner()