Home
last modified time | relevance | path

Searched refs:typeIter (Results 1 - 6 of 6) sorted by relevance

/base/powermgr/thermal_manager/application/protector/src/policy/
H A Dthermal_kernel_policy.cpp41 auto typeIter = typeTempMap_.find(tzIter->first); in LevelDecision() local
42 if (typeIter != typeTempMap_.end()) { in LevelDecision()
44 tzIter->second->UpdateThermalLevel(typeIter->second); in LevelDecision()
46 levelMap_.emplace(std::pair(typeIter->first, level)); in LevelDecision()
/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_keyboard_builder.cpp349 auto typeIter = model.find("type"); in ReadRawModel() local
350 if (typeIter == model.cend() || !typeIter->is_string() || (std::string(typeIter.value()).compare("raw") != 0)) { in ReadRawModel()
381 auto typeIter = model.find("type"); in ReadRawData() local
382 if (typeIter == model.cend() || !typeIter->is_number_integer()) { in ReadRawData()
385 std::cout << "[virtual keyboard] raw input: [" << typeIter.value() << ", " << codeIter.value() << ", " << in ReadRawData()
387 VirtualKeyboard::GetDevice()->SendEvent(typeIter.value(), codeIter.value(), valueIter.value()); in ReadRawData()
H A Dvirtual_mouse_builder.cpp492 auto typeIter = model.find("type"); in ReadRawModel() local
493 if (typeIter == model.cend() || !typeIter->is_string() || (std::string(typeIter.value()).compare("raw") != 0)) { in ReadRawModel()
519 auto typeIter = model.find("type"); in ReadRawData() local
520 if (typeIter == model.cend() || !typeIter->is_number_integer()) { in ReadRawData()
527 std::cout << "[virtual mouse] raw input: [" << typeIter.value() << ", " << codeIter.value() << ", " << in ReadRawData()
529 VirtualMouse::GetDevice()->SendEvent(typeIter.value(), codeIter.value(), valueIter.value()); in ReadRawData()
H A Dvirtual_touchscreen_builder.cpp537 auto typeIter = model.find("type"); in ReadRawData() local
538 if (typeIter == model.cend() || !typeIter->is_number_integer()) { in ReadRawData()
549 std::cout << "[touchscreen] raw input: [" << typeIter.value() << ", " << codeIter.value() << ", " << in ReadRawData()
551 VirtualTouchScreen::GetDevice()->SendEvent(typeIter.value(), codeIter.value(), valueIter.value()); in ReadRawData()
/base/powermgr/thermal_manager/application/protector/src/
H A Dthermal_sensor_provision.cpp208 auto typeIter = tzPathMap.find(tzIter.first); in ParseThermalZoneInfo() local
209 if (typeIter != tzPathMap.end()) { in ParseThermalZoneInfo()
210 tzIter.second->SetPath(typeIter->second); in ParseThermalZoneInfo()
/base/telephony/call_manager/services/distributed_call/src/distributed_communication/
H A Ddistributed_data_source_controller.cpp206 auto typeIter = localIter->second.find(type); in SendLocalDataRsp() local
207 if (typeIter == localIter->second.end()) { in SendLocalDataRsp()
214 DISTRIBUTED_ITEM_NAME, typeIter->second); in SendLocalDataRsp()
217 DISTRIBUTED_ITEM_LOCATION, typeIter->second); in SendLocalDataRsp()

Completed in 5 milliseconds