Lines Matching refs:std
21 bool JsApp::IsLiteDevice(std::string deviceType)
23 static std::vector<std::string> liteDevice = {"liteWearable", "smartVision"};
31 std::string JsApp::GetJSONTree() {
34 std::string JsApp::GetDefaultJSONTree() {
37 void JsApp::OrientationChanged(std::string commandOrientation) {
40 void JsApp::ResolutionChanged(ResolutionParam& param, int32_t screenDensity, std::string reason) {
43 void JsApp::SetArgsColorMode(const std::string& value) {
46 void JsApp::SetArgsAceVersion(const std::string& value) {
49 std::string JsApp::GetOrientation() const {
52 std::string JsApp::GetColorMode() const {
55 void JsApp::ColorModeChanged(const std::string commandColorMode) {
58 void JsApp::ReloadRuntimePage(const std::string) {
61 void JsApp::SetScreenDensity(const std::string value) {
64 void JsApp::SetConfigChanges(const std::string value) {
67 bool JsApp::MemoryRefresh(const std::string) const {
70 void JsApp::LoadDocument(const std::string, const std::string, const Json2::Value&) {
73 void JsApp::FoldStatusChanged(const std::string commandFoldStatus, int32_t currentWidth, int32_t currentHeight) {