Home
last modified time | relevance | path

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

/system/core/trusty/confirmationui/
DTrustyApp.cpp139 TrustyApp::TrustyApp(const std::string& path, const std::string& appname) in TrustyApp() function in android::trusty::TrustyApp
148 TrustyApp::~TrustyApp() { in ~TrustyApp()
DTrustyApp.h73 class TrustyApp {
84 TrustyApp(const std::string& path, const std::string& appname);
85 ~TrustyApp();
DTrustyConfirmationUI.h46 using ::android::trusty::TrustyApp;
64 std::weak_ptr<TrustyApp> app_;
DAndroid.bp66 "TrustyApp.cpp",
DTrustyConfirmationUI.cpp222 auto app = std::make_shared<TrustyApp>(kTrustyDeviceName, kConfirmationuiAppName); in promptUserConfirmation_()