Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/ncsid/test/
H A Dnic_mock.cpp124 response.channel_count = channel_count_; in handle_request()
288 if (channel_count_ > 0) in set_hostless()
294 if (channel_count_ > 1) in set_hostless()
303 if (channel_count_ > 0) in toggle_hostless()
308 if (channel_count_ > 1) in toggle_hostless()
H A Dnic_mock.h135 channel_count_{channel_count}
168 return channel_count_; in get_channel_count()
219 uint8_t channel_count_; variable