Home
last modified time | relevance | path

Searched refs:argsToString (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/keymaster/ng/include/
H A Dkeystore_hidl_support.h41 template <typename... Args> inline static std::string argsToString(Args&&... args) { in argsToString() function
51 << argsToString(msgs...); in ksHandleHidlError()
60 << argsToString(msgs...); in ksHandleHidlError()
/aosp12/system/security/keystore/include/keystore/
H A Dkeystore_hidl_support.h49 template <typename... Args> inline static std::string argsToString(Args&&... args) { in argsToString() function
60 << argsToString(msgs...); in ksHandleHidlError()
71 argsToString(msgs...).c_str()); in ksHandleHidlError()