Home
last modified time | relevance | path

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

/aosp14/system/core/trusty/confirmationui/
H A DTrustyConfirmationUI.cpp383 const shared_ptr<IConfirmationResultCallback>& resultCB, const vector<uint8_t>& promptTextBytes, in promptUserConfirmation() argument
386 string promptText(promptTextBytes.begin(), promptTextBytes.end()); in promptUserConfirmation()