Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dlocking.h129 META_NO_COPY(InterfaceSharedLock) in META_NO_COPY() argument
137 explicit InterfaceSharedLock(const CORE_NS::IInterface& t) : InterfaceSharedLock(&t) {} in InterfaceSharedLock() function
139 explicit InterfaceSharedLock(const BASE_NS::shared_ptr<Type>& t) : InterfaceSharedLock(t.get()) in InterfaceSharedLock() function
142 InterfaceSharedLock(InterfaceSharedLock&& l) noexcept : p_(l.p_) in InterfaceSharedLock() function