Searched refs:MAX_PORT_BUF_SIZE (Results 1 – 6 of 6) sorted by relevance
/trusty/user/base/lib/tipc/test/include/app/ipc_unittest/ |
D | common.h | 24 #define MAX_PORT_BUF_SIZE 4096 /* max size of per port buffer */ macro
|
/trusty/user/base/lib/unittest/ |
D | unittest.c | 38 #define MAX_PORT_BUF_SIZE 4096 /* max size of per port buffer */ macro 158 test->port_name, 1, MAX_PORT_BUF_SIZE, in unittest_main()
|
/trusty/kernel/lib/unittest/ |
D | unittest.c | 40 #define MAX_PORT_BUF_SIZE 4096 /* max size of per port buffer */ macro 214 ret = ipc_port_create(&kernel_uuid, test->port_name, 1, MAX_PORT_BUF_SIZE, in unittest_add_locked()
|
/trusty/user/base/lib/tipc/test/main/ |
D | main.c | 289 rc = port_create(path, 2, MAX_PORT_BUF_SIZE * 100, 0); in TEST() 297 rc = port_create(path, 2, MAX_PORT_BUF_SIZE, 0); in TEST() 312 rc = port_create(path, 2, MAX_PORT_BUF_SIZE, 0); in TEST() 317 rc = port_create(path, 2, MAX_PORT_BUF_SIZE, 0); in TEST() 323 rc = port_create(path, 2, MAX_PORT_BUF_SIZE, 0); in TEST() 330 rc = port_create(path, 2, MAX_PORT_BUF_SIZE, 0); in TEST() 334 rc = port_create(path, 2, MAX_PORT_BUF_SIZE, 0); in TEST() 363 rc = port_create(path, 2, MAX_PORT_BUF_SIZE, 0); in TEST() 636 rc = port_create(path, 2, MAX_PORT_BUF_SIZE, IPC_PORT_ALLOW_TA_CONNECT); in TEST() 848 rc = port_create(path, 2, MAX_PORT_BUF_SIZE, IPC_PORT_ALLOW_TA_CONNECT); in TEST() [all …]
|
/trusty/user/base/lib/tipc/test/srv/ |
D | srv.c | 97 uint8_t msg_buf[MAX_PORT_BUF_SIZE]; 187 .msg_size = MAX_PORT_BUF_SIZE, 650 .iov_len = MAX_PORT_BUF_SIZE, in echo_handle_msg()
|
/trusty/user/base/lib/tipc/rust/src/ |
D | service.rs | 1211 const MAX_PORT_BUF_SIZE: u32 = 4096; constant 1273 let cfg = PortCfg::new(&path).unwrap().msg_max_size(MAX_PORT_BUF_SIZE * 100); in port_create_negative()
|