Home
last modified time | relevance | path

Searched refs:SyncApi (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_meta_object_lib.h26 struct SyncApi;
45 virtual const CORE_NS::SyncApi& GetSyncApi() const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dmeta_object_lib.h48 const CORE_NS::SyncApi& GetSyncApi() const override; in META_BEGIN_NAMESPACE()
56 const CORE_NS::SyncApi sapi_; in META_BEGIN_NAMESPACE()
H A Dmeta_object_lib.cpp163 const CORE_NS::SyncApi& MetaObjectLib::GetSyncApi() const in GetSyncApi()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/threading/
H A Dprimitive_api.h24 inline const SyncApi& GetSyncApi() in CORE_BEGIN_NAMESPACE()
H A Dmutex.h66 SyncApi::MutexApi api_; in CORE_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/threading/
H A Dprimitive_api.h46 struct SyncApi { struct