/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.cpp | 101 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 D | frontend_delegate.h | 55 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 D | frontend_delegate_impl.h | 167 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 D | jsi_engine.h | 35 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 D | jsi_animation_bridge.cpp | 23 RefPtr<FrontendDelegate> GetFrontendDelegate(shared_ptr<JsRuntime>&& runtime) in GetFrontendDelegate() 37 RefPtr<FrontendDelegate> GetFrontendDelegate(std::weak_ptr<JsRuntime> weakRuntime) in GetFrontendDelegate()
|
H A D | jsi_animator_bridge.cpp | 23 RefPtr<FrontendDelegate> GetFrontendDelegate(shared_ptr<JsRuntime>&& runtime) in GetFrontendDelegate() 37 RefPtr<FrontendDelegate> GetFrontendDelegate(std::weak_ptr<JsRuntime> weakRuntime) in GetFrontendDelegate()
|
H A D | jsi_base_utils.cpp | 71 RefPtr<FrontendDelegate> GetDelegate(const AceType* data) in GetDelegate()
|
H A D | jsi_engine.cpp | 137 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 D | engine_helper.h | 34 ScopedDelegate(const RefPtr<Framework::FrontendDelegate>& delegate, int32_t id); 37 Framework::FrontendDelegate* operator->() const in operator ->() 53 RefPtr<Framework::FrontendDelegate> delegate_;
|
H A D | engine_helper.cpp | 27 ScopedDelegate::ScopedDelegate(const RefPtr<Framework::FrontendDelegate>& delegate, int32_t id) in ScopedDelegate()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_view_register.h | 34 RefPtr<FrontendDelegate> JsGetFrontendDelegate();
|
H A D | jsi_declarative_engine.h | 53 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 D | jsi_view_register.cpp | 581 RefPtr<FrontendDelegate> JsGetFrontendDelegate() in JsGetFrontendDelegate()
|
H A D | jsi_declarative_engine.cpp | 1193 bool JsiDeclarativeEngine::Initialize(const RefPtr<FrontendDelegate>& delegate) in Initialize()
|
/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_engine_helper.cpp | 22 ScopedDelegate::ScopedDelegate(const RefPtr<Framework::FrontendDelegate>& delegate, int32_t id) in ScopedDelegate()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
H A D | js_engine.h | 103 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 D | plugin_frontend_delegate.h | 37 class PluginFrontendDelegate : public FrontendDelegate { 38 DECLARE_ACE_TYPE(PluginFrontendDelegate, FrontendDelegate); 121 // FrontendDelegate overrides.
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.h | 246 RefPtr<Framework::FrontendDelegate> GetDelegate() const in GetDelegate() 248 return AceType::DynamicCast<Framework::FrontendDelegate>(delegate_); in GetDelegate()
|
H A D | frontend_delegate_declarative.h | 58 class FrontendDelegateDeclarative : public FrontendDelegate { 59 DECLARE_ACE_TYPE(FrontendDelegateDeclarative, FrontendDelegate); 147 // FrontendDelegate overrides.
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | frontend_delegate_declarative_ng.h | 35 class FrontendDelegateDeclarativeNG : public FrontendDelegate { 36 DECLARE_ACE_TYPE(FrontendDelegateDeclarativeNG, FrontendDelegate); 99 // FrontendDelegate overrides.
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.cpp | 1339 RefPtr<Framework::FrontendDelegate> delegate; in ShowToastForAbility()
|