Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2393866 authored by Zhuoyao Zhang's avatar Zhuoyao Zhang Committed by Andrew Scull
Browse files

AuthSecret: make method oneway

There is not result from the method and the called does not need to wait
for it to complete.

Test: AuthSecretHidlTest
Bug: 71527305
Change-Id: Ib1ba3a2993ac31fb9706c90e87d8f731c2c5d025
parent 18a30def
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,5 +42,5 @@ interface IAuthSecret {
     *
     * @param secret blob derived from the primary user's credential.
     */
    primaryUserCredential(vec<uint8_t> secret);
    oneway primaryUserCredential(vec<uint8_t> secret);
};