Home
last modified time | relevance | path

Searched refs:GetWorkIdStr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_queue.h132 void GetWorkIdStr(std::string& result);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_queue.cpp250 void WorkQueue::GetWorkIdStr(string& result) in GetWorkIdStr() function in OHOS::WorkScheduler::WorkQueue
H A Dwork_queue_manager.cpp250 it.second->GetWorkIdStr(workIdStr); in Dump()