Home
last modified time | relevance | path

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

/system/core/trusty/fuzz/
Dutils.cpp77 TrustyApp::TrustyApp(std::string tipc_dev, std::string ta_port) in TrustyApp() function in android::trusty::fuzz::TrustyApp
80 Result<void> TrustyApp::Connect() { in Connect()
92 Result<void> TrustyApp::Read(void* buf, size_t len) { in Read()
107 Result<void> TrustyApp::Write(const void* buf, size_t len) { in Write()
122 Result<int> TrustyApp::GetRawFd() { in GetRawFd()
130 void TrustyApp::Disconnect() { in Disconnect()
Dtipc_fuzzer.cpp28 using android::trusty::fuzz::TrustyApp;
44 static TrustyApp kTrustyApp(TIPC_DEV, TRUSTY_APP_PORT);
/system/core/trusty/confirmationui/
DTrustyApp.cpp37 ssize_t TrustyApp::TrustyRpc(const uint8_t* obegin, const uint8_t* oend, uint8_t* ibegin, in TrustyRpc()
93 TrustyApp::TrustyApp(const std::string& path, const std::string& appname) in TrustyApp() function in android::trusty::confirmationui::TrustyApp
161 TrustyApp::~TrustyApp() { in ~TrustyApp()
DTrustyApp.h67 class TrustyApp {
80 TrustyApp(const std::string& path, const std::string& appname);
81 ~TrustyApp();
DTrustyConfirmationUI.h46 using ::android::trusty::confirmationui::TrustyApp;
64 std::weak_ptr<TrustyApp> app_;
DAndroid.bp71 "TrustyApp.cpp",
DTrustyConfirmationUI.cpp222 auto app = std::make_shared<TrustyApp>(kTrustyDeviceName, kConfirmationuiAppName); in promptUserConfirmation_()
/system/core/trusty/fuzz/include/trusty/fuzz/
Dutils.h30 class TrustyApp {
32 TrustyApp(std::string tipc_dev, std::string ta_port);
/system/core/trusty/apploader/fuzz/
Dapp_fuzzer.cpp32 using android::trusty::fuzz::TrustyApp;
103 android::trusty::fuzz::TrustyApp ta(TIPC_DEV, APPLOADER_PORT); in LLVMFuzzerTestOneInput()
/system/core/trusty/confirmationui/fuzz/
Dmsg_fuzzer.cpp31 using android::trusty::fuzz::TrustyApp;
151 TrustyApp ta(TIPC_DEV, CONFIRMATIONUI_PORT); in LLVMFuzzerTestOneInput()