Searched refs:TrustyApp (Results 1 – 5 of 5) sorted by relevance
139 TrustyApp::TrustyApp(const std::string& path, const std::string& appname) in TrustyApp() function in android::trusty::TrustyApp148 TrustyApp::~TrustyApp() { in ~TrustyApp()
73 class TrustyApp {84 TrustyApp(const std::string& path, const std::string& appname);85 ~TrustyApp();
46 using ::android::trusty::TrustyApp;64 std::weak_ptr<TrustyApp> app_;
66 "TrustyApp.cpp",
222 auto app = std::make_shared<TrustyApp>(kTrustyDeviceName, kConfirmationuiAppName); in promptUserConfirmation_()