Home
last modified time | relevance | path

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

/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Dwork_condition.h55 CHARGING_UNKNOWN, enumerator
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp428 && topWork->workInfo_->GetChargerType() != WorkCondition::Charger::CHARGING_UNKNOWN in UpdateWatchdogTime()
444 WS_HILOGD("charger is in CHARGING_UNKNOWN status"); in UpdateWatchdogTime()
445 chargerStatus = static_cast<int32_t>(WorkCondition::Charger::CHARGING_UNKNOWN); in UpdateWatchdogTime()
448 || chargerStatus == static_cast<int32_t>(WorkCondition::Charger::CHARGING_UNKNOWN)) { in UpdateWatchdogTime()
449 WS_HILOGD("charger is in CHARGING_UNKNOWN or CHARGING_UNPLUGGED status"); in UpdateWatchdogTime()
/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dworkinfo_test.cpp96 EXPECT_EQ(workInfo.GetChargerType(), WorkCondition::Charger::CHARGING_UNKNOWN); in HWTEST_F()
/foundation/resourceschedule/work_scheduler/frameworks/extension/src/
H A Djs_work_scheduler_extension.cpp239 if (charger != WorkCondition::Charger::CHARGING_UNKNOWN) { in SetChargerTypeInfo()
/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dwork_info.cpp223 return WorkCondition::Charger::CHARGING_UNKNOWN; in GetChargerType()
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp481 if (charger != WorkCondition::Charger::CHARGING_UNKNOWN) { in GetConditionInfo()

Completed in 6 milliseconds