Home
last modified time | relevance | path

Searched refs:DoBootchartCmd (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/startup/init/test/unittest/modules/
H A Dmodules_unittest.cpp37 int DoBootchartCmd(int id, const char *name, int argc, const char **argv);
105 EXPECT_NE(DoBootchartCmd(0, "bootchart", 1, argv1), 1);
106 EXPECT_NE(DoBootchartCmd(0, "bootchart", 1, argv2), 1);
/ohos5.0/base/startup/init/services/modules/bootchart/
H A Dbootchart.c266 BOOTCHART_STATIC int DoBootchartCmd(int id, const char *name, int argc, const char **argv) in DoBootchartCmd() function
282 g_executorId = AddCmdExecutor("bootchart", DoBootchartCmd); in BootchartInit()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-boot-init-plugin.md131 g_executorId = AddCmdExecutor("bootchart", DoBootchartCmd);
154 static int DoBootchartCmd(int id, const char *name, int argc, const char **argv)
156 PLUGIN_LOGI("DoBootchartCmd argc %d %s", argc, name);
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-boot-init-plugin.md116 g_executorId = AddCmdExecutor("bootchart", DoBootchartCmd);
139 static int DoBootchartCmd(int id, const char *name, int argc, const char **argv)
141 PLUGIN_LOGI("DoBootchartCmd argc %d %s", argc, name);