Searched refs:typeId (Results 1 – 3 of 3) sorted by relevance
118 int typeId = AAFwk::WantParams::GetDataType(it.second); in GetScalableDataString() local119 result += wantParams.GetStringByType(it.second, typeId); in GetScalableDataString()
304 auto &typeId = nameTypeId[name]; in UpdateOverlayInfo() local305 if (typeId.find(type) == typeId.end()) { in UpdateOverlayInfo()308 uint32_t newId = typeId[type]; in UpdateOverlayInfo()
187 bool PowerMgrService::IsSupportSensor(SensorTypeId typeId) in IsSupportSensor() argument198 if (sensorInfo[i].sensorTypeId == typeId) { in IsSupportSensor()