Home
last modified time | relevance | path

Searched refs:ScopedDelegate (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_engine_helper.cpp22 ScopedDelegate::ScopedDelegate(const RefPtr<Framework::FrontendDelegate>& delegate, int32_t id) in ScopedDelegate() function in OHOS::Ace::ScopedDelegate
26 ScopedDelegate::~ScopedDelegate() in ~ScopedDelegate()
57 ScopedDelegate EngineHelper::GetCurrentDelegate() in GetCurrentDelegate()
62 ScopedDelegate EngineHelper::GetCurrentDelegateSafely() in GetCurrentDelegateSafely()
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dengine_helper.h32 class ACE_FORCE_EXPORT ScopedDelegate final {
34 ScopedDelegate(const RefPtr<Framework::FrontendDelegate>& delegate, int32_t id);
35 ~ScopedDelegate();
69 static ScopedDelegate GetCurrentDelegate();
71 static ScopedDelegate GetCurrentDelegateSafely();
73 static ScopedDelegate GetDefaultDelegate();
77 static ScopedDelegate GetDelegateByContainer(RefPtr<Container> container);
H A Dengine_helper.cpp27 ScopedDelegate::ScopedDelegate(const RefPtr<Framework::FrontendDelegate>& delegate, int32_t id) in ScopedDelegate() function in OHOS::Ace::ScopedDelegate
31 ScopedDelegate::~ScopedDelegate() in ~ScopedDelegate()
76 ScopedDelegate EngineHelper::GetCurrentDelegate() in GetCurrentDelegate()
86 ScopedDelegate EngineHelper::GetCurrentDelegateSafely() in GetCurrentDelegateSafely()
96 ScopedDelegate EngineHelper::GetDefaultDelegate() in GetDefaultDelegate()
106 ScopedDelegate EngineHelper::GetDelegateByContainer(RefPtr<Container> container) in GetDelegateByContainer()

Completed in 1 milliseconds