Searched refs:protocol (Results 1 – 8 of 8) sorted by relevance
25 using namespace apache::thrift::protocol;63 std::shared_ptr<TProtocol> protocol; in setup_client() local79 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()
50 int protocol; in test_mutex_common() local63 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()
8 cover all SMBus protocol commands.
75 if can_dut.protocol == CanProtocol.CAN_20:77 if can_host.protocol == CanProtocol.CAN_20:
185 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()
4 This test is designed to verify the MMC protocol stack implementation,
4 The Tester application uses binary protocol to control Zephyr stack and is aimed at
141 req->protocol = "HTTP/1.1"; in common_request_init()
Completed in 28 milliseconds