Lines Matching refs:std
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)
84 std::string JsAppImpl::GetJSONTree()
90 std::string JsAppImpl::GetDefaultJSONTree()
96 void JsAppImpl::FoldStatusChanged(const std::string commandFoldStatus, int32_t currentWidth, int32_t currentHeight)
111 void JsAppImpl::SetArgsAceVersion(const std::string& value)
116 void JsAppImpl::SetScreenDensity(const std::string value)
121 void JsAppImpl::SetConfigChanges(const std::string value)
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
146 void JsAppImpl::DispatchKeyEvent(const std::shared_ptr<OHOS::MMI::KeyEvent>& keyEvent) const