Searched refs:byte_arr_val (Results 1 - 1 of 1) sorted by relevance

/sssd/src/tests/
H A Dsbus_codegen_tests.c1040 uint8_t *byte_arr_val; local
1064 DBUS_TYPE_BYTE, (void **) &byte_arr_val, &byte_arr_len);
1065 check_uint_array(byte_arr_val, byte_arr_len, pilot_byte_array);
1223 uint8_t *byte_arr_val; member in union:prop_test::prop_value
1312 uint8_t *byte_arr_val; local
1359 dbus_message_iter_get_fixed_array(&arriter, &byte_arr_val, &len);
1360 check_uint_array(byte_arr_val, len, p->value.byte_arr_val);
1436 { "byte_array", false, N_ELEMENTS(pilot_byte_array), DBUS_TYPE_BYTE, { .byte_arr_val = pilot_byte_array } },

Completed in 240 milliseconds