Home
last modified time | relevance | path

Searched refs:tipc_connect (Results 1 – 17 of 17) sorted by relevance

/system/core/trusty/libtrusty/tipc-test/
Dtipc_test.c170 echo_fd = tipc_connect(dev_name, echo_name); in connect_test()
175 dsink_fd = tipc_connect(dev_name, datasink_name); in connect_test()
206 fd = tipc_connect(dev_name, "foo"); in connect_foo()
232 fd = tipc_connect(dev_name, closer1_name); in closer1_test()
261 fd = tipc_connect(dev_name, closer2_name); in closer2_test()
295 fd[j] = tipc_connect(dev_name, closer3_name); in closer3_test()
361 echo_fd = tipc_connect(dev_name, echo_name); in echo_test()
425 fd = tipc_connect(dev_name, datasink_name); in burst_write_test()
520 fd = tipc_connect(dev_name, echo_name); in select_test()
565 fd = tipc_connect(dev_name, echo_name); in blocked_read_test()
[all …]
/system/core/trusty/libtrusty/include/trusty/
Dtipc.h27 int tipc_connect(const char *dev_name, const char *srv_name);
/system/core/trusty/libtrusty/
Dtrusty.c32 int tipc_connect(const char* dev_name, const char* srv_name) { in tipc_connect() function
/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper_ipc.c36 int rc = tipc_connect(TRUSTY_DEVICE_NAME, GATEKEEPER_PORT); in trusty_gatekeeper_connect()
/system/core/trusty/storage/proxy/
Dipc.c43 rc = tipc_connect(device, port); in ipc_connect()
/system/core/trusty/coverage/
Dcoverage_test.cpp65 unique_fd test_srv(tipc_connect(TIPC_DEV, TEST_SRV_PORT)); in TEST_F()
Dcoverage.cpp124 int fd = tipc_connect(tipc_dev_.c_str(), COVERAGE_CLIENT_PORT); in Open()
/system/core/trusty/utils/trusty-ut-ctrl/
Dut-ctrl.c105 fd = tipc_connect(dev_name, utapp); in run_trusty_unitest()
/system/core/trusty/utils/spiproxyd/
Dmain.c121 rc = tipc_connect(trusty_dev_name, spi_proxy_port); in main()
/system/core/trusty/fuzz/
Dutils.cpp82 int fd = tipc_connect(tipc_dev_.c_str(), ta_port_.c_str()); in Connect()
/system/core/trusty/metrics/
Dmetrics_test.cpp39 fd = tipc_connect(TIPC_DEV, CRASHER_PORT); in TriggerCrash()
Dmetrics.cpp35 int fd = tipc_connect(tipc_dev_.c_str(), METRICS_PORT); in Open()
/system/core/trusty/confirmationui/
DTrustyApp.cpp95 unique_fd tipc_handle(tipc_connect(path.c_str(), appname.c_str())); in TrustyApp()
/system/core/trusty/keymaster/ipc/
Dtrusty_keymaster_ipc.cpp40 int rc = tipc_connect(TRUSTY_DEVICE_NAME, KEYMASTER_PORT); in trusty_keymaster_connect()
/system/core/trusty/apploader/
Dapploader.cpp242 tipc_fd = tipc_connect(dev_name, APPLOADER_PORT); in send_app_package()
/system/core/trusty/utils/acvp/
Dtrusty_modulewrapper.cpp83 tipc_fd_ = tipc_connect(kTrustyDeviceName_, kAcvpPort_); in ModuleWrapper()
/system/core/trusty/storage/lib/
Dstorage.c130 int rc = tipc_connect(device, port); in storage_open_session()