Lines Matching defs:JsApp

16 #include "JsApp.h"
25 JsApp::JsApp()
44 void JsApp::Stop()
46 ILOG("JsApp::Stop start stop js app.");
58 ILOG("JsApp::Stop js app stop finished.");
61 void JsApp::Interrupt() {}
63 bool JsApp::IsLiteDevice(std::string deviceType)
72 void JsApp::SetPipeName(const std::string& name)
77 void JsApp::SetPipePort(const std::string& port)
82 void JsApp::SetJsAppPath(const std::string& value)
87 void JsApp::SetScreenDensity(const std::string value)
92 void JsApp::SetConfigChanges(const std::string value)
97 void JsApp::SetUrlPath(const std::string& value)
102 void JsApp::SetBundleName(const std::string& name)
109 void JsApp::SetRunning(bool flag)
114 bool JsApp::GetRunning()
119 void JsApp::SetIsDebug(bool value)
124 void JsApp::SetDebugServerPort(uint16_t value)
129 void JsApp::SetJSHeapSize(uint32_t size)
134 std::string JsApp::GetJSONTree()
139 std::string JsApp::GetDefaultJSONTree()
144 void JsApp::SetArgsColorMode(const std::string& value)
149 void JsApp::SetArgsAceVersion(const std::string& value)
154 void JsApp::ColorModeChanged(const std::string commandColorMode)
159 std::string JsApp::GetColorMode() const
164 std::string JsApp::GetOrientation() const
169 void JsApp::OrientationChanged(std::string commandOrientation)
174 void JsApp::ResolutionChanged(ResolutionParam&, int32_t, std::string) {}
176 void JsApp::ReloadRuntimePage(const std::string) {}
178 bool JsApp::MemoryRefresh(const std::string) const
183 void JsApp::LoadDocument(const std::string, const std::string, const Json2::Value&) {}
185 void JsApp::FoldStatusChanged(const std::string commandFoldStatus,
188 void JsApp::SetAvoidArea(const AvoidAreas& areas) {}
190 const AvoidAreas JsApp::GetCurrentAvoidArea() const
196 void JsApp::InitJsApp() {