Home
last modified time | relevance | path

Searched defs:cmdLine (Results 1 – 6 of 6) sorted by relevance

/foundation/window/window_manager/setresolution/src/
Dsetresolution_utils.cpp23 void SetResolutionUtils::PrintUsage(const std::string& cmdLine) in PrintUsage()
/foundation/window/window_manager/snapshot/src/
Dsnapshot_utils.cpp84 void SnapShotUtils::PrintUsage(const std::string& cmdLine) in PrintUsage()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dweb_model_impl.cpp53 void WebModelImpl::SetCustomScheme(const std::string& cmdLine) in SetCustomScheme()
/foundation/arkui/ace_engine/frameworks/core/components/web/
Dweb_component.h448 void SetCustomScheme(std::string cmdLine) in SetCustomScheme()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
Dweb_model_ng.cpp96 void WebModelNG::SetCustomScheme(const std::string& cmdLine) in SetCustomScheme()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_web.cpp2943 …std::string cmdLine = JSRef<JSFunc>::Cast(getCmdLineFunction)->Call(controller, 0, {})->ToString(); in Create() local