Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dlocking.h83 META_NO_COPY(InterfaceUniqueLock) in META_NO_COPY() argument
91 explicit InterfaceUniqueLock(const CORE_NS::IInterface& t) : InterfaceUniqueLock(&t) {} in InterfaceUniqueLock() function
93 explicit InterfaceUniqueLock(const BASE_NS::shared_ptr<Type>& t) : InterfaceUniqueLock(t.get()) in InterfaceUniqueLock() function
96 InterfaceUniqueLock(InterfaceUniqueLock&& l) noexcept : p_(l.p_) in InterfaceUniqueLock() function