Home
last modified time | relevance | path

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

/system/core/trusty/coverage/
Dcoverage_test.cpp29 #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/
Dtipc_fuzzer.cpp30 #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/
Dmetrics_test.cpp24 #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/
Dapp_fuzzer.cpp34 #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/
Dmsg_fuzzer.cpp35 #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()