Searched refs:instance_count (Results 1 – 2 of 2) sorted by relevance
218 size_t instance_count = 0; in IsSupported() local220 [&instance_count]( in IsSupported()222 instance_count = instanceNames.size(); in IsSupported()223 LOG(INFO) << "listManifestByInterface_cb returns " << instance_count in IsSupported()233 return (instance_count > 0); in IsSupported()
180 void ReadInstanceCountCb(uint8_t instance_count) { in ReadInstanceCountCb() argument181 this->inst_count = instance_count; in ReadInstanceCountCb()