/ohos5.0/base/update/updater/test/unittest/applypatch_test/ |
H A D | commands_unittest.cpp | 56 std::string cmdLine = std::string("move ") + hashValue + " " + blockInfo; variable 74 std::string cmdLine = std::string("move ") + hashValue + " " + blockInfo; variable
|
H A D | commandsfunction_unittest.cpp | 37 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 D | blockset_unittest.cpp | 117 std::string cmdLine = std::string("move ") + hashValue + " " + blockInfo; variable
|
/ohos5.0/foundation/window/window_manager/setresolution/src/ |
H A D | setresolution_utils.cpp | 23 void SetResolutionUtils::PrintUsage(const std::string& cmdLine) in PrintUsage()
|
/ohos5.0/base/update/updater/services/applypatch/ |
H A D | command.cpp | 23 bool Command::Init(const std::string &cmdLine) in Init()
|
/ohos5.0/base/update/updater/services/include/applypatch/ |
H A D | apply_patch.h | 25 std::string cmdLine; member
|
/ohos5.0/base/startup/init/test/unittest/modules/ |
H A D | eng_unittest.cpp | 248 const char *cmdLine = "ohos.boot.root_package=off "; variable
|
/ohos5.0/base/startup/init/test/unittest/init/ |
H A D | cmds_unittest.cpp | 87 auto checkMkdirCmd = [=](const char *mkdirFile, const char *cmdLine) { in __anon799520280102()
|
/ohos5.0/base/startup/init/services/modules/bootchart/ |
H A D | bootchart.c | 83 …char *cmdLine = ReadFileToBuffer("/proc/cmdline", g_bootchartCtrl->buffer, g_bootchartCtrl->buffer… in BootchartLogHeader() local
|
/ohos5.0/base/startup/init/services/param/trigger/ |
H A D | trigger_processor.c | 207 static int GetCommandInfo(const char *cmdLine, int *cmdKeyIndex, char **content) in GetCommandInfo()
|
/ohos5.0/foundation/window/window_manager/snapshot/src/ |
H A D | snapshot_utils.cpp | 82 void SnapShotUtils::PrintUsage(const std::string &cmdLine) in PrintUsage()
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/ |
H A D | string_util.cpp | 437 std::string FormatCmdLine(const std::string& cmdLine) in FormatCmdLine()
|
/ohos5.0/base/startup/init/test/unittest/param/ |
H A D | param_stub.cpp | 411 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 D | web_model_impl.cpp | 56 void WebModelImpl::SetCustomScheme(const std::string& cmdLine) in SetCustomScheme()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_component.h | 415 void SetCustomScheme(std::string cmdLine) in SetCustomScheme()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_model_ng.cpp | 94 void WebModelNG::SetCustomScheme(const std::string& cmdLine) in SetCustomScheme()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 2436 …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 D | napi_webview_controller.cpp | 1184 const std::string& cmdLine = WebviewController::customeSchemeCmdLine_; in InnerGetCustomeSchemeCmdLine() local
|