Searched refs:ServiceControl (Results 1 – 10 of 10) sorted by relevance
| /base/startup/init/test/moduletest/ |
| D | service_control_test.cpp | 48 int ret = ServiceControl(serviceName.c_str(), STOP); 59 int ret = ServiceControl(serviceName.c_str(), START); 71 int ret = ServiceControl(serviceName.c_str(), START); 83 int ret = ServiceControl(serviceName.c_str(), START); 91 int ret = ServiceControl(serviceName.c_str(), STOP); 104 int ret = ServiceControl(serviceName.c_str(), STOP); 116 int ret = ServiceControl(serviceName.c_str(), STOP); 145 int ret = ServiceControl(serviceName.c_str(), STOP); 173 int ret = ServiceControl(serviceName.c_str(), STOP); 205 int ret = ServiceControl(serviceName.c_str(), STOP); [all …]
|
| D | service_watcher_moduleTest.cpp | 60 int ret = ServiceControl(serviceName.c_str(), STOP);
|
| /base/startup/init/test/fuzztest/servicecontrolstop_fuzzer/ |
| D | servicecontrolstop_fuzzer.cpp | 25 if (!ServiceControl(str.c_str(), STOP)) { in FuzzServiceControlStop()
|
| /base/startup/init/test/fuzztest/servicecontrolstart_fuzzer/ |
| D | servicecontrolstart_fuzzer.cpp | 25 if (!ServiceControl(str.c_str(), START)) { in FuzzServiceControlStart()
|
| /base/startup/init/test/fuzztest/servicecontrol_fuzzer/ |
| D | servicecontrol_fuzzer.cpp | 25 if (!ServiceControl(str.c_str(), START)) { in FuzzServiceControl()
|
| /base/startup/init/interfaces/innerkits/include/ |
| D | service_control.h | 50 int ServiceControl(const char *serviceName, int action);
|
| /base/startup/init/interfaces/innerkits/service_control/ |
| D | service_control.c | 144 int ServiceControl(const char *serviceName, int action) in ServiceControl() function 191 return ServiceControl(serviceName, START); in StartServiceByTimer()
|
| /base/startup/init/test/unittest/innerkits/ |
| D | innerkits_unittest.cpp | 284 ServiceControl("deviceinfoservice", START); 286 ServiceControl("deviceinfoservice", RESTART); 287 ServiceControl("deviceinfoservice", STOP); 289 ServiceControl("param_watcher", RESTART); 290 EXPECT_EQ(ServiceControl(nullptr, RESTART), -1);
|
| /base/startup/init/interfaces/innerkits/ |
| D | libbegetutil.versionscript | 135 ServiceControl;
|
| /base/update/sys_installer/interfaces/innerkits/ipc_client/src/ |
| D | module_update_kits_impl.cpp | 156 int ret = ServiceControl(SERVICE_NAME, ServiceAction::START); in InitModuleUpdate()
|