Searched refs:checkIter (Results 1 – 1 of 1) sorted by relevance
43 auto checkIter = TO_OHOS_SENSOR_TYPE_MAP.find(sensorTypeId); in SensorTypeToOhosSensorType() local44 if (checkIter != TO_OHOS_SENSOR_TYPE_MAP.end()) { in SensorTypeToOhosSensorType()45 ohosSensorTypeId = checkIter->second; in SensorTypeToOhosSensorType()63 auto checkIter = TO_OHOS_SENSOR_USER_NAME_MAP.find(sensorTypeId); in SensorTypeToSensorUserName() local64 if (checkIter != TO_OHOS_SENSOR_USER_NAME_MAP.end()) { in SensorTypeToSensorUserName()65 userName = checkIter->second; in SensorTypeToSensorUserName()