Searched refs:DoCmdByName (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/startup/init/test/unittest/init/ |
H A D | cmds_unittest.cpp | 55 DoCmdByName("mount ", "/2222222"); 64 DoCmdByName("sync ", ""); 65 DoCmdByName("restorecon ", ""); 67 DoCmdByName("suspend ", ""); 68 DoCmdByName("wait ", "1"); 69 DoCmdByName("wait ", "aaa 1"); 78 DoCmdByName("load_param ", ""); 80 DoCmdByName("ifup ", "aaa, bbb"); 81 DoCmdByName("insmod ", "a b"); 154 DoCmdByName("copy ", "a"); [all …]
|
H A D | group_unittest.cpp | 93 static void DoCmdByName(const char *name, const char *cmdContent) in DoCmdByName() function 352 DoCmdByName("timer_start ", "test_service22|5000"); 353 DoCmdByName("timer_start ", "test_service22|aa"); 354 DoCmdByName("timer_start ", "");
|
H A D | service_unittest.cpp | 65 static void DoCmdByName(const char *name, const char *cmdContent) in DoCmdByName() function 172 DoCmdByName("reset ", "test_service8"); 174 DoCmdByName("reset ", "test_service8");
|