Lines Matching refs:activeCompVerStrLen

1227     constexpr uint8_t activeCompVerStrLen = 8;  in TEST()  local
1231 sizeof(struct pldm_component_parameter_entry) + activeCompVerStrLen + in TEST()
1244 inEntry->active_comp_ver_str_len = activeCompVerStrLen; in TEST()
1257 std::fill_n(entry.data() + activeCompVerStrPos, activeCompVerStrLen, 0xaa); in TEST()
1259 activeCompVerStrPos + activeCompVerStrLen; in TEST()
1924 constexpr uint8_t activeCompVerStrLen = 8; in TEST() local
1930 constexpr char activeCompVerStr[activeCompVerStrLen] = {'1', '2', '3', '4', in TEST()
1936 activeCompVerStrLen + pendingCompVerStrLen> in TEST()
1951 pldm_msgbuf_insert_uint8(buf, activeCompVerStrLen); in TEST()
1964 buf, activeCompVerStrLen, activeCompVerStr, sizeof(activeCompVerStr)); in TEST()
2000 EXPECT_EQ(entry.active_comp_ver_str_len, activeCompVerStrLen); in TEST()
2012 EXPECT_EQ(0, memcmp(versions.ptr, activeCompVerStr, activeCompVerStrLen)); in TEST()
2018 activeCompVerStr, activeCompVerStrLen)); in TEST()
2020 entry_version.entry.active_comp_ver_str[activeCompVerStrLen]); in TEST()
2026 activeCompVerStrLen)); in TEST()
2027 EXPECT_EQ('\0', entry_version.active_comp_ver_str[activeCompVerStrLen]); in TEST()
2038 constexpr uint8_t activeCompVerStrLen = 8; in TEST() local
2049 entryVersion.entry.active_comp_ver_str_len = activeCompVerStrLen; in TEST()
2060 activeCompVerStrLen)); in TEST()
2061 EXPECT_EQ('\0', entryVersion.active_comp_ver_str[activeCompVerStrLen]); in TEST()
2064 versions.ptr + activeCompVerStrLen, pendingCompVerStrLen)); in TEST()
2065 EXPECT_EQ('\0', entryVersion.pending_comp_ver_str[activeCompVerStrLen]); in TEST()
2067 activeCompVerStrLen)); in TEST()
2069 entryVersion.entry.pending_comp_ver_str[activeCompVerStrLen]); in TEST()
2072 versions.ptr + activeCompVerStrLen, pendingCompVerStrLen)); in TEST()
2074 entryVersion.entry.pending_comp_ver_str[activeCompVerStrLen]); in TEST()
2104 constexpr uint8_t activeCompVerStrLen = 8; in TEST() local
2116 entryVersion.entry.active_comp_ver_str_len = activeCompVerStrLen; in TEST()