Home
last modified time | relevance | path

Searched refs:firstId (Results 1 - 4 of 4) sorted by relevance

/base/msdp/device_status/utils/common/include/
H A Did_factory.h42 T firstId = *ids_.begin(); in GenerateId() local
44 return firstId; in GenerateId()
/base/print/print_fwk/services/scan_service/include/
H A Dscan_service_ability.h137 bool GetUsbDevicePort(const std::string &deviceId, std::string &firstId, std::string &secondId);
/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp348 bool ScanServiceAbility::GetUsbDevicePort(const std::string &deviceId, std::string &firstId, std::string &secondId) in GetUsbDevicePort() argument
355 firstId = std::to_string(std::stoi(match[STRING_POS_THREE])); in GetUsbDevicePort()
401 std::string firstId; in SetScannerSerialNumber() local
403 if (!GetUsbDevicePort(info.deviceId, firstId, secondId)) { in SetScannerSerialNumber()
407 std::string usbScannerPort = firstId + "-" + secondId; in SetScannerSerialNumber()
408 SCAN_HILOGI("usbScannerPort: firstId-secondId [%{public}s]", usbScannerPort.c_str()); in SetScannerSerialNumber()
/base/theme/wallpaper_mgr/test/unittest/
H A Dwallpaper_test.cpp378 int32_t firstId = WallpaperManager::GetInstance().GetWallpaperId(LOCKSCREEN); in HWTEST_F() local
384 EXPECT_EQ(firstId, secondId) << "Id should be same one."; in HWTEST_F()

Completed in 10 milliseconds