Searched refs:numOfdeviceType (Results 1 – 2 of 2) sorted by relevance
132 void ModuleInfoUtils::ClearModuleInfoDeviceType(char **deviceType, uint32_t numOfdeviceType) in ClearModuleInfoDeviceType() argument134 if (deviceType == nullptr || numOfdeviceType == 0 || numOfdeviceType > DEVICE_TYPE_SIZE) { in ClearModuleInfoDeviceType()137 for (uint32_t i = 0; i < numOfdeviceType; i++) { in ClearModuleInfoDeviceType()
33 static void ClearModuleInfoDeviceType(char **deviceType, uint32_t numOfdeviceType);