Lines Matching refs:JsAppImpl

16 #include "JsAppImpl.h"
19 JsAppImpl::JsAppImpl() noexcept : ability(nullptr), isStop(false) {}
21 JsAppImpl::~JsAppImpl() {}
23 JsAppImpl& JsAppImpl::GetInstance()
25 static JsAppImpl instance;
29 void JsAppImpl::ResolutionChanged(ResolutionParam& param, int32_t screenDensity, std::string reason)
35 std::string JsAppImpl::GetOrientation() const
41 void JsAppImpl::OrientationChanged(std::string commandOrientation)
46 std::string JsAppImpl::GetColorMode() const
52 void JsAppImpl::SetArgsColorMode(const std::string& value)
57 void JsAppImpl::ColorModeChanged(const std::string commandColorMode)
62 bool JsAppImpl::MemoryRefresh(const std::string memoryRefreshArgs) const
68 void JsAppImpl::LoadDocument(const std::string filePath, const std::string componentName,
74 void JsAppImpl::ReloadRuntimePage(const std::string currentPage)
79 void JsAppImpl::Restart()
84 std::string JsAppImpl::GetJSONTree()
90 std::string JsAppImpl::GetDefaultJSONTree()
96 void JsAppImpl::FoldStatusChanged(const std::string commandFoldStatus, int32_t currentWidth, int32_t currentHeight)
102 void JsAppImpl::Start()
107 void JsAppImpl::Interrupt()
111 void JsAppImpl::SetArgsAceVersion(const std::string& value)
116 void JsAppImpl::SetScreenDensity(const std::string value)
121 void JsAppImpl::SetConfigChanges(const std::string value)
126 void JsAppImpl::DispatchBackPressedEvent() const
131 void JsAppImpl::DispatchPointerEvent(const std::shared_ptr<OHOS::MMI::PointerEvent>& pointerEvent) const
136 void JsAppImpl::DispatchAxisEvent(const std::shared_ptr<OHOS::MMI::AxisEvent>& axisEvent) const
141 void JsAppImpl::DispatchInputMethodEvent(const unsigned int codePoint) const
146 void JsAppImpl::DispatchKeyEvent(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent) const
151 void JsAppImpl::SetAvoidArea(const AvoidAreas& areas)
156 void JsAppImpl::InitJsApp() {