Home
last modified time | relevance | path

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

/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dwork_info.cpp65 std::shared_ptr<Condition> chargerCondition = std::make_shared<Condition>(); in RequestChargerType() local
66 chargerCondition->boolVal = isCharging; in RequestChargerType()
67 chargerCondition->enumVal = static_cast<int32_t>(condition); in RequestChargerType()
68 conditionMap_.emplace(WorkCondition::Type::CHARGER, chargerCondition); in RequestChargerType()

Completed in 1 milliseconds