Home
last modified time | relevance | path

Searched defs:PairingAuthCtx (Results 1 – 2 of 2) sorted by relevance

/system/core/adb/pairing_auth/
Dpairing_auth.cpp40 struct PairingAuthCtx { struct
48 explicit PairingAuthCtx(Role role, const Data& pswd); argument
86 }; // PairingAuthCtx argument
88 PairingAuthCtx::PairingAuthCtx(Role role, const Data& pswd) : role_(role) { in PairingAuthCtx() function in PairingAuthCtx
/system/core/adb/pairing_auth/include/adb/pairing/
Dpairing_auth.h45 typedef struct PairingAuthCtx PairingAuthCtx; typedef