Home
last modified time | relevance | path

Searched refs:FrontendDelegate (Results 1 - 21 of 21) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.cpp101 bool FrontendDelegate::GetResourceData(const std::string& fileUri, T& content) in GetResourceData()
116 void FrontendDelegate::GetRectangleById(const std::string& key, NG::Rectangle& rectangle) in GetRectangleById()
121 void FrontendDelegate::ResetFocus() in ResetFocus()
127 bool FrontendDelegate::RequestFocus(const std::string& value, bool isSyncRequest) in RequestFocus()
134 void FrontendDelegate::SetRequestFocusCallback( in SetRequestFocusCallback()
144 void FrontendDelegate::ResetRequestFocusCallback() in ResetRequestFocusCallback()
153 bool FrontendDelegate::Activate(bool isActive, bool autoInactive) in Activate()
161 bool FrontendDelegate::GetResourceData(const std::string& fileUri, T& content, std::string& ami) in GetResourceData()
178 bool FrontendDelegate::GetResourceData(const std::string& fileUri, const RefPtr<AssetManager>& assetManager, T& content) in GetResourceData()
193 template bool FrontendDelegate
[all...]
H A Dfrontend_delegate.h55 class FrontendDelegate : public AceType { class
56 DECLARE_ACE_TYPE(FrontendDelegate, AceType);
59 FrontendDelegate() = default;
60 ~FrontendDelegate() override = default;
331 ACE_DISALLOW_COPY_AND_MOVE(FrontendDelegate);
H A Dfrontend_delegate_impl.h167 class FrontendDelegateImpl : public FrontendDelegate {
168 DECLARE_ACE_TYPE(FrontendDelegateImpl, FrontendDelegate);
228 // FrontendDelegate overrides.
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.h35 explicit JsiEngineInstance(const RefPtr<FrontendDelegate>& delegate, int32_t instanceId) in JsiEngineInstance()
47 RefPtr<FrontendDelegate> GetFrontendDelegate() const;
64 RefPtr<FrontendDelegate> GetDelegate() const in GetDelegate()
103 RefPtr<FrontendDelegate> frontendDelegate_;
116 bool Initialize(const RefPtr<FrontendDelegate>& delegate) override;
170 RefPtr<FrontendDelegate> GetFrontend() override
H A Djsi_animation_bridge.cpp23 RefPtr<FrontendDelegate> GetFrontendDelegate(shared_ptr<JsRuntime>&& runtime) in GetFrontendDelegate()
37 RefPtr<FrontendDelegate> GetFrontendDelegate(std::weak_ptr<JsRuntime> weakRuntime) in GetFrontendDelegate()
H A Djsi_animator_bridge.cpp23 RefPtr<FrontendDelegate> GetFrontendDelegate(shared_ptr<JsRuntime>&& runtime) in GetFrontendDelegate()
37 RefPtr<FrontendDelegate> GetFrontendDelegate(std::weak_ptr<JsRuntime> weakRuntime) in GetFrontendDelegate()
H A Djsi_base_utils.cpp71 RefPtr<FrontendDelegate> GetDelegate(const AceType* data) in GetDelegate()
H A Djsi_engine.cpp137 RefPtr<FrontendDelegate> GetFrontendDelegate(const shared_ptr<JsRuntime>& runtime) in GetFrontendDelegate()
2652 RefPtr<FrontendDelegate> JsiEngineInstance::GetFrontendDelegate() const in GetFrontendDelegate()
3062 bool JsiEngine::Initialize(const RefPtr<FrontendDelegate>& delegate) in Initialize()
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dengine_helper.h34 ScopedDelegate(const RefPtr<Framework::FrontendDelegate>& delegate, int32_t id);
37 Framework::FrontendDelegate* operator->() const in operator ->()
53 RefPtr<Framework::FrontendDelegate> delegate_;
H A Dengine_helper.cpp27 ScopedDelegate::ScopedDelegate(const RefPtr<Framework::FrontendDelegate>& delegate, int32_t id) in ScopedDelegate()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register.h34 RefPtr<FrontendDelegate> JsGetFrontendDelegate();
H A Djsi_declarative_engine.h53 explicit JsiDeclarativeEngineInstance(const RefPtr<FrontendDelegate>& delegate) : frontendDelegate_(delegate) {} in JsiDeclarativeEngineInstance()
130 RefPtr<FrontendDelegate> GetDelegate() const in GetDelegate()
255 RefPtr<FrontendDelegate> frontendDelegate_;
278 bool Initialize(const RefPtr<FrontendDelegate>& delegate) override;
385 RefPtr<FrontendDelegate> GetFrontend() override
H A Djsi_view_register.cpp581 RefPtr<FrontendDelegate> JsGetFrontendDelegate() in JsGetFrontendDelegate()
H A Djsi_declarative_engine.cpp1193 bool JsiDeclarativeEngine::Initialize(const RefPtr<FrontendDelegate>& delegate) in Initialize()
/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()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.h103 virtual bool Initialize(const RefPtr<FrontendDelegate>& delegate) = 0;
313 virtual ACE_EXPORT RefPtr<FrontendDelegate> GetFrontend() in GetFrontend()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.h37 class PluginFrontendDelegate : public FrontendDelegate {
38 DECLARE_ACE_TYPE(PluginFrontendDelegate, FrontendDelegate);
121 // FrontendDelegate overrides.
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h246 RefPtr<Framework::FrontendDelegate> GetDelegate() const in GetDelegate()
248 return AceType::DynamicCast<Framework::FrontendDelegate>(delegate_); in GetDelegate()
H A Dfrontend_delegate_declarative.h58 class FrontendDelegateDeclarative : public FrontendDelegate {
59 DECLARE_ACE_TYPE(FrontendDelegateDeclarative, FrontendDelegate);
147 // FrontendDelegate overrides.
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.h35 class FrontendDelegateDeclarativeNG : public FrontendDelegate {
36 DECLARE_ACE_TYPE(FrontendDelegateDeclarativeNG, FrontendDelegate);
99 // FrontendDelegate overrides.
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp1339 RefPtr<Framework::FrontendDelegate> delegate; in ShowToastForAbility()

Completed in 37 milliseconds