Home
last modified time | relevance | path

Searched refs:checkIter (Results 1 – 1 of 1) sorted by relevance

/base/web/webview/ohos_adapter/sensor_adapter/src/
Dsensor_adapter_impl.cpp43 auto checkIter = TO_OHOS_SENSOR_TYPE_MAP.find(sensorTypeId); in SensorTypeToOhosSensorType() local
44 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() local
64 if (checkIter != TO_OHOS_SENSOR_USER_NAME_MAP.end()) { in SensorTypeToSensorUserName()
65 userName = checkIter->second; in SensorTypeToSensorUserName()