Home
last modified time | relevance | path

Searched defs:taskID (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dasync_task_manager.cpp151 void AsyncTaskManager::Cancel(uint16_t taskID) in Cancel()
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/include/
H A Dlite_ipc.h46 uint32_t taskID; member
61 uint32_t taskID; /**< filled by kernel, taskId of sender/reciever */ member
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/ipc/
H A Dscreen_capture_service_proxy.cpp232 for (int32_t taskID : videoInfo.taskIDs) { in InitVideoCap() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.cpp28 static std::atomic_uint taskID = 0; variable