Lines Matching refs:ServiceControl
48 int ret = ServiceControl(serviceName.c_str(), STOP);
59 int ret = ServiceControl(serviceName.c_str(), START);
71 int ret = ServiceControl(serviceName.c_str(), START);
72 EXPECT_EQ(ret, 0); // No matter if service exist or not, ServiceControl always success.
83 int ret = ServiceControl(serviceName.c_str(), START);
91 int ret = ServiceControl(serviceName.c_str(), STOP);
104 int ret = ServiceControl(serviceName.c_str(), STOP);
105 EXPECT_EQ(ret, 0); // No matter if service exist or not, ServiceControl always success.
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);
229 int ret = ServiceControl(serviceName.c_str(), RESTART);
232 ret = ServiceControl(serviceName.c_str(), STOP);
238 ret = ServiceControl(serviceName.c_str(), RESTART);
250 int ret = ServiceControl(serviceName.c_str(), STOP);