Home
last modified time | relevance | path

Searched refs:factories_ (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_manager.cpp28 if (auto const pos = factories_.find(nodeType); pos != factories_.end()) { in Create()
36 if (auto const pos = factories_.find(nodeType); pos != factories_.end()) { in Destroy()
44 if (auto const pos = factories_.find(nodeType); pos != factories_.end()) { in CreateRenderNode()
52 if (auto const pos = factories_.find(nodeType); pos != factories_.end()) { in GetRenderNodeTypeInfoFlags()
61 factories_.insert({ typeInfo.typeName, typeInfo }); in AddRenderNodeFactory()
71 factories_ in RemoveRenderNodeFactory()
[all...]
H A Drender_node_manager.h58 BASE_NS::unordered_map<BASE_NS::string, RENDER_NS::RenderNodeTypeInfo> factories_; member in final
/foundation/distributeddatamgr/pasteboard/framework/framework/clip/
H A Dclip_plugin.cpp20 std::map<std::string, ClipPlugin::Factory *> ClipPlugin::factories_; member in OHOS::MiscServices::ClipPlugin
24 auto it = factories_.find(name); in RegCreator()
25 if (it != factories_.end()) { in RegCreator()
28 factories_[name] = factory; in RegCreator()
34 auto it = factories_.find(name); in CreatePlugin()
35 if (it == factories_.end() || it->second == nullptr) { in CreatePlugin()
49 auto it = factories_.find(name); in DestroyPlugin()
50 if (it == factories_.end() || it->second == nullptr) { in DestroyPlugin()
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_manager.cpp143 if (auto const factoryIt = factories_.find(dataStoreTypeHash); factoryIt != factories_.end()) { in Create()
223 if (auto const pos = factories_.find(destroyRef.dataStoreHash); pos != factories_.end()) { in DeferredDestruction()
241 factories_.insert({ dataStoreTypeHash, typeInfo }); in AddRenderDataStoreFactory()
260 factories_.erase(dataStoreTypeHash); in RemoveRenderDataStoreFactory()
H A Drender_data_store_manager.h96 BASE_NS::unordered_map<uint64_t, RenderDataStoreTypeInfo> factories_; member in final
/foundation/distributeddatamgr/pasteboard/framework/framework/include/clip/
H A Dclip_plugin.h68 static std::map<std::string, Factory *> factories_; member in OHOS::MiscServices::ClipPlugin

Completed in 2 milliseconds