Home
last modified time | relevance | path

Searched refs:WriteStartWorkEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_conn_manager.h52 void WriteStartWorkEvent(std::shared_ptr<WorkStatus> workStatus);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_conn_manager.cpp115 WriteStartWorkEvent(workStatus); in StartWork()
182 void WorkConnManager::WriteStartWorkEvent(shared_ptr<WorkStatus> workStatus) in WriteStartWorkEvent() function in OHOS::WorkScheduler::WorkConnManager
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_conn_manager_test.cpp273 workConnManager_->WriteStartWorkEvent(workStatus);
/ohos5.0/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstartwork_fuzzer/
H A Dworkschedulerstartwork_fuzzer.cpp331 workConnManager->WriteStartWorkEvent(workStatus); in TriggerWork()