Home
last modified time | relevance | path

Searched refs:cmdLine (Results 1 - 11 of 11) sorted by relevance

/foundation/window/window_manager/setresolution/src/
H A Dsetresolution_utils.cpp23 void SetResolutionUtils::PrintUsage(const std::string& cmdLine) in PrintUsage() argument
25 std::cout << "usage: " << cmdLine.c_str() << in PrintUsage()
/foundation/window/window_manager/setresolution/include/
H A Dsetresolution_utils.h36 static void PrintUsage(const std::string& cmdLine);
/foundation/window/window_manager/snapshot/include/
H A Dsnapshot_utils.h52 static void PrintUsage(const std::string& cmdLine);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dweb_model_impl.cpp53 void WebModelImpl::SetCustomScheme(const std::string& cmdLine) in SetCustomScheme() argument
55 if (!cmdLine.empty()) { in SetCustomScheme()
58 webComponent->SetCustomScheme(cmdLine); in SetCustomScheme()
H A Dweb_model_impl.h34 void SetCustomScheme(const std::string& cmdLine) override;
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h415 void SetCustomScheme(std::string cmdLine) in SetCustomScheme() argument
417 customScheme_ = std::move(cmdLine); in SetCustomScheme()
/foundation/window/window_manager/snapshot/src/
H A Dsnapshot_utils.cpp83 void SnapShotUtils::PrintUsage(const std::string& cmdLine) in PrintUsage() argument
85 std::cout << "usage: " << cmdLine.c_str() << in PrintUsage()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model.h40 virtual void SetCustomScheme(const std::string& cmdLine) = 0;
H A Dweb_model_ng.h43 void SetCustomScheme(const std::string& cmdLine) override;
H A Dweb_model_ng.cpp93 void WebModelNG::SetCustomScheme(const std::string& cmdLine) in SetCustomScheme() argument
95 if (!cmdLine.empty()) { in SetCustomScheme()
98 webPattern->SetCustomScheme(cmdLine); in SetCustomScheme()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp2476 std::string cmdLine = JSRef<JSFunc>::Cast(getCmdLineFunction)->Call(controller, 0, {})->ToString(); in Create() local
2477 if (!cmdLine.empty()) { in Create()
2478 WebModel::GetInstance()->SetCustomScheme(cmdLine); in Create()

Completed in 20 milliseconds