Home
last modified time | relevance | path

Searched defs:srv_name (Results 1 – 3 of 3) sorted by relevance

/system/core/trusty/libtrusty/
Dtrusty.c45 static int tipc_vsock_connect(const char* type_cid_port_str, const char* srv_name) { in tipc_vsock_connect()
172 int tipc_connect(const char* dev_name, const char* srv_name) { in tipc_connect()
/system/core/trusty/libtrusty-rs/src/
Dlib.rs192 let srv_name = CString::new(service).expect("Service name contained null bytes"); in connect_tipc() localVariable
/system/core/trusty/libtrusty/tipc-test/
Dtipc_test.c130 char* srv_name; member