Searched refs:work (Results 1 – 3 of 3) sorted by relevance
/ide/tools/previewer/mock/lite/ |
D | AsyncWorkManager.cpp | 32 for (auto work : tempList) { in ExecAllAsyncWork() local 33 work.first(work.second); in ExecAllAsyncWork() 44 void AsyncWorkManager::AppendAsyncWork(OHOS::ACELite::AsyncWorkHandler work, void* arg) in AppendAsyncWork() argument 47 workList.push_back(std::make_pair(work, arg)); in AppendAsyncWork()
|
D | AsyncWorkManager.h | 29 void AppendAsyncWork(OHOS::ACELite::AsyncWorkHandler work, void* arg);
|
/ide/tools/previewer/ |
D | LICENSE | 36 "Work" shall mean the work of authorship, whether in Source or 38 copyright notice that is included in or attached to the work 41 "Derivative Works" shall mean any work, whether in Source or Object 44 represent, as a whole, an original work of authorship. For the purposes 49 "Contribution" shall mean any work of authorship, including 162 work stoppage, computer failure or malfunction, or any and all
|