Searched refs:DoBootchartCmd (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/startup/init/test/unittest/modules/ |
H A D | modules_unittest.cpp | 37 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 D | bootchart.c | 266 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 D | subsys-boot-init-plugin.md | 131 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 D | subsys-boot-init-plugin.md | 116 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);
|