Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/test/unittest/applypatch_test/
H A Dcommands_unittest.cpp56 std::string cmdLine = std::string("move ") + hashValue + " " + blockInfo; variable
74 std::string cmdLine = std::string("move ") + hashValue + " " + blockInfo; variable
H A Dcommandsfunction_unittest.cpp37 CommandResult TestCommandFnExec(std::shared_ptr<Command> cmd, std::string cmdLine) in TestCommandFnExec()
78 std::string cmdLine = std::string("erase 2,0,1"); variable
H A Dblockset_unittest.cpp117 std::string cmdLine = std::string("move ") + hashValue + " " + blockInfo; variable
/ohos5.0/foundation/window/window_manager/setresolution/src/
H A Dsetresolution_utils.cpp23 void SetResolutionUtils::PrintUsage(const std::string& cmdLine) in PrintUsage()
/ohos5.0/base/update/updater/services/applypatch/
H A Dcommand.cpp23 bool Command::Init(const std::string &cmdLine) in Init()
/ohos5.0/base/update/updater/services/include/applypatch/
H A Dapply_patch.h25 std::string cmdLine; member
/ohos5.0/base/startup/init/test/unittest/modules/
H A Deng_unittest.cpp248 const char *cmdLine = "ohos.boot.root_package=off "; variable
/ohos5.0/base/startup/init/test/unittest/init/
H A Dcmds_unittest.cpp87 auto checkMkdirCmd = [=](const char *mkdirFile, const char *cmdLine) { in __anon799520280102()
/ohos5.0/base/startup/init/services/modules/bootchart/
H A Dbootchart.c83 …char *cmdLine = ReadFileToBuffer("/proc/cmdline", g_bootchartCtrl->buffer, g_bootchartCtrl->buffer… in BootchartLogHeader() local
/ohos5.0/base/startup/init/services/param/trigger/
H A Dtrigger_processor.c207 static int GetCommandInfo(const char *cmdLine, int *cmdKeyIndex, char **content) in GetCommandInfo()
/ohos5.0/foundation/window/window_manager/snapshot/src/
H A Dsnapshot_utils.cpp82 void SnapShotUtils::PrintUsage(const std::string &cmdLine) in PrintUsage()
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dstring_util.cpp437 std::string FormatCmdLine(const std::string& cmdLine) in FormatCmdLine()
/ohos5.0/base/startup/init/test/unittest/param/
H A Dparam_stub.cpp411 const char *cmdLine = "bootgroup=device.boot.group earlycon=uart8250,mmio32,0xfe660000 " in PrepareCmdLineData() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dweb_model_impl.cpp56 void WebModelImpl::SetCustomScheme(const std::string& cmdLine) in SetCustomScheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h415 void SetCustomScheme(std::string cmdLine) in SetCustomScheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model_ng.cpp94 void WebModelNG::SetCustomScheme(const std::string& cmdLine) in SetCustomScheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp2436 …std::string cmdLine = JSRef<JSFunc>::Cast(getCmdLineFunction)->Call(controller, 0, {})->ToString(); in Create() local
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp1184 const std::string& cmdLine = WebviewController::customeSchemeCmdLine_; in InnerGetCustomeSchemeCmdLine() local