Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 8 of 8) sorted by relevance

/tests/modules/thrift/ThriftTest/src/
A Dmain.cpp25 using namespace apache::thrift::protocol;
63 std::shared_ptr<TProtocol> protocol; in setup_client() local
79 protocol = std::make_shared<TCompactProtocol>(transport); in setup_client()
81 protocol = std::make_shared<TBinaryProtocol>(transport); in setup_client()
84 return std::unique_ptr<ThriftTestClient>(new ThriftTestClient(protocol)); in setup_client()
/tests/posix/common/src/
A Dmutex.c50 int protocol; in test_mutex_common() local
63 zassert_not_ok(pthread_mutexattr_getprotocol(NULL, &protocol)); in test_mutex_common()
70 zassert_ok(pthread_mutexattr_getprotocol(&mut_attr, &protocol), in test_mutex_common()
77 zassert_equal(protocol, PTHREAD_PRIO_NONE, "mutex protocol is not prio_none"); in test_mutex_common()
/tests/drivers/smbus/smbus_emul/
A DREADME.rst8 cover all SMBus protocol commands.
/tests/drivers/can/host/pytest/
A Dtest_can.py75 if can_dut.protocol == CanProtocol.CAN_20:
77 if can_host.protocol == CanProtocol.CAN_20:
/tests/net/arp/src/
A Dmain.c185 hdr->protocol = htons(NET_ETH_PTYPE_IP); in prepare_arp_reply()
239 hdr->protocol = htons(NET_ETH_PTYPE_IP); in prepare_arp_request()
413 if (arp_hdr->protocol != htons(NET_ETH_PTYPE_IP)) { in ZTEST()
415 arp_hdr->protocol, htons(NET_ETH_PTYPE_IP)); in ZTEST()
666 arp_hdr->protocol = htons(NET_ETH_PTYPE_IP); in ZTEST()
/tests/subsys/sd/mmc/
A DREADME.txt4 This test is designed to verify the MMC protocol stack implementation,
/tests/bluetooth/tester/
A DREADME.rst4 The Tester application uses binary protocol to control Zephyr stack and is aimed at
/tests/net/lib/http_client/src/
A Dmain.c141 req->protocol = "HTTP/1.1"; in common_request_init()

Completed in 28 milliseconds