Home
last modified time | relevance | path

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

/trusty/user/base/lib/tipc/include/lib/tipc/
Dtipc.h46 int tipc_connect(handle_t* handle_p, const char* port);
/trusty/user/base/lib/hwbcc/client/
Dhwbcc.c233 rc = tipc_connect(&chan, HWBCC_PORT); in hwbcc_get_protected_data()
264 rc = tipc_connect(&chan, HWBCC_PORT); in hwbcc_get_dice_artifacts()
305 rc = tipc_connect(&chan, HWBCC_PORT); in hwbcc_ns_deprivilege()
/trusty/user/app/storage/
Derror_reporting.c109 int rc = tipc_connect(&chan, METRICS_CONSUMER_PORT); in connect_metrics_ta()
/trusty/user/app/sample/stats-test/
Dstats_test.cpp42 return tipc_connect(chan, METRICS_CONSUMER_PORT); in consumer_connect()
/trusty/user/base/lib/keybox/client/
Dclient.c43 int rc = tipc_connect(&chan, KEYBOX_PORT); in keybox_unwrap()
/trusty/user/base/lib/vmm_obj/
Dvmm_obj.c52 rc = tipc_connect(&chan, port); in vmm_obj_map_ro()
/trusty/user/base/app/cfi-test/
Dcfi-test.c110 ASSERT_EQ(tipc_connect(&_state->chan, CFI_CRASHER_PORT), 0); in TEST_F_SETUP()
/trusty/user/base/lib/dlmalloc/test/
Ddlmalloc_test.c74 ASSERT_EQ(tipc_connect(&_state->chan, DLMALLOC_TEST_SRV_PORT), 0); in TEST_F_SETUP()
/trusty/user/base/lib/line-coverage/
Dshm.c146 rc = tipc_connect(&chan, LINE_COVERAGE_AGGREGATOR_PORT); in setup_mailbox()
/trusty/user/base/app/crash-test/
Dcrash-test.c35 return tipc_connect(chan, CRASHER_PORT); in crasher_connect()
/trusty/user/app/keymaster/
Dtrusty_aes_key.cpp36 int rc = tipc_connect(&hchan, HWWSK_PORT); in get_hwwsk_chan()
/trusty/user/base/lib/tipc/
Dtipc.c29 int tipc_connect(handle_t* handle_p, const char* port) { in tipc_connect() function
/trusty/user/base/lib/sancov/
Dsancov.c103 rc = tipc_connect(&chan, COVERAGE_AGGREGATOR_PORT); in init()
/trusty/user/app/sample/memref-test/
Dmemref-test.c44 return tipc_connect(chan, LENDER_PORT); in lender_connect()
/trusty/user/base/lib/scudo/test/
Dscudo_test.c114 ASSERT_EQ(tipc_connect(&_state->chan, SCUDO_TEST_SRV_PORT), 0); in TEST_F_SETUP()
/trusty/user/base/lib/secure_fb/
Dsecure_fb.c83 rc = tipc_connect(&s->chan, port_name); in new_connected_session()
/trusty/user/base/lib/hwaes/
Dhwaes.c454 int rc = tipc_connect(session, HWAES_PORT); in hwaes_open()
/trusty/user/base/lib/spi/client/
Dclient.c158 rc = tipc_connect(&dev->h, name); in spi_dev_open()
/trusty/user/base/app/apploader/
Dapploader.c378 int rc = tipc_connect(&secure_chan, APPLOADER_SECURE_PORT); in apploader_handle_cmd_load_app()
/trusty/user/base/lib/tipc/test/main/
Dmain.c2517 TEST(ipc, tipc_connect) { in TEST() argument
2523 rc = tipc_connect(&h, NULL); in TEST()
2532 rc = tipc_connect(&h, path); in TEST()
2550 rc = tipc_connect(&h, path); in TEST()
2627 rc = tipc_connect(&h, path); in TEST()