Home
last modified time | relevance | path

Searched defs:lockable (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation.h211 if (auto lockable = interface_cast<ILockable>(&GetContainer())) { in META_BEGIN_NAMESPACE() local
217 if (auto lockable = interface_cast<ILockable>(&GetContainer())) { in META_BEGIN_NAMESPACE() local
223 if (auto lockable = interface_cast<ILockable>(&GetContainer())) { in META_BEGIN_NAMESPACE() local
229 if (auto lockable = interface_cast<ILockable>(&GetContainer())) { in META_BEGIN_NAMESPACE() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dtask_queue.cpp19 TaskQueue::TaskQueue(bool lockable) in TaskQueue()