Home
last modified time | relevance | path

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

/openbmc/pldm/common/test/
H A Dpldm_utils_test.cpp479 auto rec_third = new (pdr_third.data()) pldm_state_effecter_pdr; in TEST() local
481 auto state_third = new (rec_third->possible_states) in TEST()
484 rec_third->hdr.type = 11; in TEST()
485 rec_third->hdr.record_handle = 3; in TEST()
486 rec_third->entity_type = 69; in TEST()
487 rec_third->container_id = 0; in TEST()
488 rec_third->composite_effecter_count = 1; in TEST()
896 auto rec_third = new (pdr_third.data()) pldm_state_sensor_pdr; in TEST() local
898 auto state_third = new (rec_third->possible_states) in TEST()
901 rec_third->hdr.type = 4; in TEST()
[all …]