Home
last modified time | relevance | path

Searched defs:OnConditionChanged (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/conditions/
H A Dgroup_listener.cpp31 void GroupListener::OnConditionChanged(WorkCondition::Type conditionType, in OnConditionChanged() function in OHOS::WorkScheduler::GroupListener
H A Dtimer_listener.cpp29 void TimerListener::OnConditionChanged(WorkCondition::Type conditionType, in OnConditionChanged() function in OHOS::WorkScheduler::TimerListener
H A Dbattery_status_listener.cpp86 void BatteryStatusListener::OnConditionChanged(WorkCondition::Type conditionType, in OnConditionChanged() function in OHOS::WorkScheduler::BatteryStatusListener
H A Dstorage_listener.cpp85 void StorageListener::OnConditionChanged(WorkCondition::Type conditionType, in OnConditionChanged() function in OHOS::WorkScheduler::StorageListener
H A Dcharger_listener.cpp113 void ChargerListener::OnConditionChanged(WorkCondition::Type conditionType, in OnConditionChanged() function in OHOS::WorkScheduler::ChargerListener
H A Dbattery_level_listener.cpp94 void BatteryLevelListener::OnConditionChanged(WorkCondition::Type conditionType, in OnConditionChanged() function in OHOS::WorkScheduler::BatteryLevelListener
H A Dnetwork_listener.cpp129 void NetworkListener::OnConditionChanged(WorkCondition::Type conditionType, in OnConditionChanged() function in OHOS::WorkScheduler::NetworkListener
H A Dscreen_listener.cpp111 void ScreenListener::OnConditionChanged(WorkCondition::Type conditionType, in OnConditionChanged() function in OHOS::WorkScheduler::ScreenListener
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_queue_manager.cpp196 void WorkQueueManager::OnConditionChanged(WorkCondition::Type conditionType, in OnConditionChanged() function in OHOS::WorkScheduler::WorkQueueManager
H A Dwork_queue.cpp27 vector<shared_ptr<WorkStatus>> WorkQueue::OnConditionChanged(WorkCondition::Type type, in OnConditionChanged() function in OHOS::WorkScheduler::WorkQueue
H A Dwork_status.cpp105 int32_t WorkStatus::OnConditionChanged(WorkCondition::Type &type, shared_ptr<Condition> value) in OnConditionChanged() function in OHOS::WorkScheduler::WorkStatus