Searched refs:TIPC_DEV (Results 1 – 5 of 5) sorted by relevance
/system/core/trusty/coverage/ |
D | coverage_test.cpp | 29 #define TIPC_DEV "/dev/trusty-ipc-dev0" macro 48 record_ = make_unique<CoverageRecord>(TIPC_DEV, &test_srv_uuid); in SetUp() 65 unique_fd test_srv(tipc_connect(TIPC_DEV, TEST_SRV_PORT)); in TEST_F()
|
/system/core/trusty/fuzz/ |
D | tipc_fuzzer.cpp | 30 #define TIPC_DEV "/dev/trusty-ipc-dev0" macro 44 static TrustyApp kTrustyApp(TIPC_DEV, TRUSTY_APP_PORT); 62 record = std::make_unique<CoverageRecord>(TIPC_DEV, &module_uuid, TRUSTY_APP_FILENAME); in LLVMFuzzerInitialize()
|
/system/core/trusty/metrics/ |
D | metrics_test.cpp | 24 #define TIPC_DEV "/dev/trusty-ipc-dev0" macro 39 fd = tipc_connect(TIPC_DEV, CRASHER_PORT); in TriggerCrash() 55 TrustyMetricsTest() : TrustyMetrics(TIPC_DEV) {} in TrustyMetricsTest()
|
/system/core/trusty/apploader/fuzz/ |
D | app_fuzzer.cpp | 34 #define TIPC_DEV "/dev/trusty-ipc-dev0" macro 88 static CoverageRecord record(TIPC_DEV, &apploader_uuid, APPLOADER_MODULE_NAME); 103 android::trusty::fuzz::TrustyApp ta(TIPC_DEV, APPLOADER_PORT); in LLVMFuzzerTestOneInput()
|
/system/core/trusty/confirmationui/fuzz/ |
D | msg_fuzzer.cpp | 35 #define TIPC_DEV "/dev/trusty-ipc-dev0" macro 50 static CoverageRecord record(TIPC_DEV, &confirmationui_uuid, CONFIRMATIONUI_MODULE_NAME); 151 TrustyApp ta(TIPC_DEV, CONFIRMATIONUI_PORT); in LLVMFuzzerTestOneInput()
|