Searched refs:AuthSecret (Results 1 – 8 of 8) 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()
34 "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",