Searched refs:cbor_encode_Pet (Results 1 – 4 of 4) sorted by relevance
29 int cbor_encode_Pet(
54 int cbor_encode_Pet( in cbor_encode_Pet() function
106 err = cbor_encode_Pet(pet3, sizeof(pet3), &encoded_pet, NULL); in get_pet3()
44 zassert_equal(ZCBOR_SUCCESS, cbor_encode_Pet(output, sizeof(output), &pet, &out_len), NULL); in ZTEST()