Searched refs:ParseCommaStrToVectorUint16 (Results 1 – 2 of 2) sorted by relevance
151 usbDriverInfo->pids_ = this->ParseCommaStrToVectorUint16(meta.second); in ParseDriverInfo()153 usbDriverInfo->vids_ = this->ParseCommaStrToVectorUint16(meta.second); in ParseDriverInfo()159 vector<uint16_t> UsbBusExtension::ParseCommaStrToVectorUint16(const string &str) in ParseCommaStrToVectorUint16() function in OHOS::ExternalDeviceManager::UsbBusExtension
52 vector<uint16_t> ParseCommaStrToVectorUint16(const string &str);