Home
last modified time | relevance | path

Searched refs:GetOrCreateInstance (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dmy_xcomponent.cpp79 auto render = MyXComponent::GetOrCreateInstance(id); in OnSurfaceCreatedCB()
397 MyXComponent *render = MyXComponent().GetOrCreateInstance(id); in NapiSetTestCount()
447 MyXComponent *render = MyXComponent().GetOrCreateInstance(id); in NapiGetTime()
508 MyXComponent *render = MyXComponent().GetOrCreateInstance(id); in NapiGetTestNames()
562 MyXComponent *render = MyXComponent().GetOrCreateInstance(id); in NapiFunctionCpu()
614 MyXComponent *render = MyXComponent().GetOrCreateInstance(id); in NapiStabilityCpu()
666 MyXComponent *render = MyXComponent().GetOrCreateInstance(id); in NapiFunctionGpu()
720 MyXComponent *render = MyXComponent().GetOrCreateInstance(id); in NapiPerformanceCpu()
771 MyXComponent *render = MyXComponent().GetOrCreateInstance(id); in NapiPerformanceGpu()
859 MyXComponent *MyXComponent::GetOrCreateInstance(std::string &id) in GetOrCreateInstance() function in MyXComponent
H A Dmy_xcomponent.h46 static MyXComponent *GetOrCreateInstance(std::string &id);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/plugin/
H A Dplugin_manager.cpp106 MyXComponent *instance = MyXComponent::GetOrCreateInstance(id); in GetRender()