Searched refs:AuthSecret (Results 1 – 12 of 12) sorted by relevance
23 using ::aidl::android::hardware::authsecret::AuthSecret;27 std::shared_ptr<AuthSecret> authsecret = ndk::SharedRefBase::make<AuthSecret>(); in main()29 const std::string instance = std::string() + AuthSecret::descriptor + "/default"; in main()
26 struct AuthSecret : public BnAuthSecret { struct27 AuthSecret() = default;
25 ::ndk::ScopedAStatus AuthSecret::setPrimaryUserCredential(const std::vector<uint8_t>& in_secret) { in setPrimaryUserCredential()
32 "AuthSecret.cpp",
43 using ::aidl::android::hardware::authsecret::AuthSecret;47 std::shared_ptr<AuthSecret> authsecret = ndk::SharedRefBase::make<AuthSecret>(); in main()49 const std::string instance = std::string() + AuthSecret::descriptor + "/default"; in main()
57 AuthSecret *obj = (AuthSecret *)arg.sival_ptr; in authSecretTimerExpiryFunc()62 void AuthSecret::clearAuthApprovedStatus() { in clearAuthApprovedStatus()94 AuthSecret::setPrimaryUserCredential(const std::vector<uint8_t> &in_secret) { in setPrimaryUserCredential()
48 class AuthSecret : public BnAuthSecret {53 explicit AuthSecret() { clearAuthApprovedStatus(); } in AuthSecret() function
25 "AuthSecret.cpp",
27 using android::hardware::authsecret::V1_0::implementation::AuthSecret;35 sp<IAuthSecret> authSecret = new AuthSecret; in main()
10 Return<void> AuthSecret::primaryUserCredential(const hidl_vec<uint8_t>& secret) { in primaryUserCredential()
22 struct AuthSecret : public IAuthSecret { struct
17 "AuthSecret.cpp",