Home
last modified time | relevance | path

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

/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dworkinfo_test.cpp96 EXPECT_EQ(workInfo.GetChargerType(), WorkCondition::Charger::CHARGING_UNKNOWN); in HWTEST_F()
98 EXPECT_EQ(workInfo.GetChargerType(), WorkCondition::Charger::CHARGING_PLUGGED_ANY); in HWTEST_F()
111 EXPECT_EQ(workInfo.GetChargerType(), WorkCondition::Charger::CHARGING_UNPLUGGED); in HWTEST_F()
524 EXPECT_EQ(workInfo.GetChargerType(), workInfoRead->GetChargerType()); in HWTEST_F()
/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Dwork_info.h189 WorkCondition::Charger GetChargerType();
/foundation/resourceschedule/work_scheduler/frameworks/extension/src/
H A Djs_work_scheduler_extension.cpp354 WorkCondition::Charger charger = workInfo.GetChargerType(); in OnWorkStart()
406 WorkCondition::Charger charger = workInfo.GetChargerType(); in OnWorkStop()
/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/
H A Dwork_scheduler_ffi.cpp246 auto chargerType = workInfo->GetChargerType(); in ParseWorkInfo()
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp428 && topWork->workInfo_->GetChargerType() != WorkCondition::Charger::CHARGING_UNKNOWN in UpdateWatchdogTime()
429 && topWork->workInfo_->GetChargerType() != WorkCondition::Charger::CHARGING_UNPLUGGED) { in UpdateWatchdogTime()
/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dwork_info.cpp216 WorkCondition::Charger WorkInfo::GetChargerType() in GetChargerType() function in OHOS::WorkScheduler::WorkInfo
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp480 WorkCondition::Charger charger = workInfo-> GetChargerType(); in GetConditionInfo()

Completed in 7 milliseconds