Home
last modified time | relevance | path

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

/openbmc/pldm/common/test/
H A Dpldm_utils_test.cpp287 auto rec_second = new (pdr_second.data()) pldm_state_effecter_pdr; in TEST() local
289 auto state_second = new (rec_second->possible_states) in TEST()
292 rec_second->hdr.type = 11; in TEST()
293 rec_second->hdr.record_handle = 2; in TEST()
294 rec_second->entity_type = 31; in TEST()
295 rec_second->container_id = 0; in TEST()
296 rec_second->composite_effecter_count = 1; in TEST()
346 auto rec_second = new (pdr_second.data()) pldm_state_effecter_pdr; in TEST() local
348 auto state_second = new (rec_second->possible_states) in TEST()
351 rec_second->hdr.type = 11; in TEST()
[all …]