Home
last modified time | relevance | path

Searched defs:INVALID_TASK_ID (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dtask_executor.h24 static constexpr TaskId INVALID_TASK_ID = ExecutorPool::INVALID_TASK_ID; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dtask_executor.h25 static constexpr TaskId INVALID_TASK_ID = static_cast<uint64_t>(0l); variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Dtask_executor.h27 static constexpr TaskId INVALID_TASK_ID = static_cast<uint64_t>(0l); variable
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dexecutor.h35 static constexpr TaskId INVALID_TASK_ID = static_cast<uint64_t>(0l); variable
H A Dexecutor_pool.h41 static constexpr TaskId INVALID_TASK_ID = static_cast<uint64_t>(0l); variable
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dexecutor.h38 static constexpr TaskId INVALID_TASK_ID = static_cast<uint64_t>(0l); variable
H A Dexecutor_pool.h44 static constexpr TaskId INVALID_TASK_ID = static_cast<uint64_t>(0l); variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Dtask_scheduler.h38 inline static constexpr TaskId INVALID_TASK_ID = static_cast<uint64_t>(0l); variable
/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_monitor.cpp26 constexpr uint32_t INVALID_TASK_ID = 0; variable
/ohos5.0/foundation/multimedia/av_session/utils/include/
H A Davsession_trace.h37 INVALID_TASK_ID = -1, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.h470 static constexpr const TaskId INVALID_TASK_ID = 0u; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/test/
H A Dpriority_queue_test.cpp37 static constexpr TaskId INVALID_TASK_ID = static_cast<uint64_t>(0); variable