Searched refs:tipc_connect (Results 1 – 17 of 17) sorted by relevance
/system/core/trusty/libtrusty/tipc-test/ |
D | tipc_test.c | 170 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/ |
D | tipc.h | 27 int tipc_connect(const char *dev_name, const char *srv_name);
|
/system/core/trusty/libtrusty/ |
D | trusty.c | 32 int tipc_connect(const char* dev_name, const char* srv_name) { in tipc_connect() function
|
/system/core/trusty/gatekeeper/ |
D | trusty_gatekeeper_ipc.c | 36 int rc = tipc_connect(TRUSTY_DEVICE_NAME, GATEKEEPER_PORT); in trusty_gatekeeper_connect()
|
/system/core/trusty/storage/proxy/ |
D | ipc.c | 43 rc = tipc_connect(device, port); in ipc_connect()
|
/system/core/trusty/coverage/ |
D | coverage_test.cpp | 65 unique_fd test_srv(tipc_connect(TIPC_DEV, TEST_SRV_PORT)); in TEST_F()
|
D | coverage.cpp | 124 int fd = tipc_connect(tipc_dev_.c_str(), COVERAGE_CLIENT_PORT); in Open()
|
/system/core/trusty/utils/trusty-ut-ctrl/ |
D | ut-ctrl.c | 105 fd = tipc_connect(dev_name, utapp); in run_trusty_unitest()
|
/system/core/trusty/utils/spiproxyd/ |
D | main.c | 121 rc = tipc_connect(trusty_dev_name, spi_proxy_port); in main()
|
/system/core/trusty/fuzz/ |
D | utils.cpp | 82 int fd = tipc_connect(tipc_dev_.c_str(), ta_port_.c_str()); in Connect()
|
/system/core/trusty/metrics/ |
D | metrics_test.cpp | 39 fd = tipc_connect(TIPC_DEV, CRASHER_PORT); in TriggerCrash()
|
D | metrics.cpp | 35 int fd = tipc_connect(tipc_dev_.c_str(), METRICS_PORT); in Open()
|
/system/core/trusty/confirmationui/ |
D | TrustyApp.cpp | 95 unique_fd tipc_handle(tipc_connect(path.c_str(), appname.c_str())); in TrustyApp()
|
/system/core/trusty/keymaster/ipc/ |
D | trusty_keymaster_ipc.cpp | 40 int rc = tipc_connect(TRUSTY_DEVICE_NAME, KEYMASTER_PORT); in trusty_keymaster_connect()
|
/system/core/trusty/apploader/ |
D | apploader.cpp | 242 tipc_fd = tipc_connect(dev_name, APPLOADER_PORT); in send_app_package()
|
/system/core/trusty/utils/acvp/ |
D | trusty_modulewrapper.cpp | 83 tipc_fd_ = tipc_connect(kTrustyDeviceName_, kAcvpPort_); in ModuleWrapper()
|
/system/core/trusty/storage/lib/ |
D | storage.c | 130 int rc = tipc_connect(device, port); in storage_open_session()
|