Searched refs:TrustyApp (Results 1 – 10 of 10) sorted by relevance
/system/core/trusty/fuzz/ |
D | utils.cpp | 77 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()
|
D | tipc_fuzzer.cpp | 28 using android::trusty::fuzz::TrustyApp; 44 static TrustyApp kTrustyApp(TIPC_DEV, TRUSTY_APP_PORT);
|
/system/core/trusty/confirmationui/ |
D | TrustyApp.cpp | 37 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()
|
D | TrustyApp.h | 67 class TrustyApp { 80 TrustyApp(const std::string& path, const std::string& appname); 81 ~TrustyApp();
|
D | TrustyConfirmationUI.h | 46 using ::android::trusty::confirmationui::TrustyApp; 64 std::weak_ptr<TrustyApp> app_;
|
D | Android.bp | 71 "TrustyApp.cpp",
|
D | TrustyConfirmationUI.cpp | 222 auto app = std::make_shared<TrustyApp>(kTrustyDeviceName, kConfirmationuiAppName); in promptUserConfirmation_()
|
/system/core/trusty/fuzz/include/trusty/fuzz/ |
D | utils.h | 30 class TrustyApp { 32 TrustyApp(std::string tipc_dev, std::string ta_port);
|
/system/core/trusty/apploader/fuzz/ |
D | app_fuzzer.cpp | 32 using android::trusty::fuzz::TrustyApp; 103 android::trusty::fuzz::TrustyApp ta(TIPC_DEV, APPLOADER_PORT); in LLVMFuzzerTestOneInput()
|
/system/core/trusty/confirmationui/fuzz/ |
D | msg_fuzzer.cpp | 31 using android::trusty::fuzz::TrustyApp; 151 TrustyApp ta(TIPC_DEV, CONFIRMATIONUI_PORT); in LLVMFuzzerTestOneInput()
|