/ohos5.0/base/startup/init/services/begetctl/ |
H A D | service_control.c | 42 …ServiceControlWithExtra(argv[1], 0, (const char **)argv + SERVICE_START_NUMBER, argc - SERVICE_STA… in main_cmd() 44 …ServiceControlWithExtra(argv[1], 1, (const char **)argv + SERVICE_START_NUMBER, argc - SERVICE_STA… in main_cmd() 46 …ServiceControlWithExtra(argv[1], 0, (const char **)argv + SERVICE_START_NUMBER, argc - SERVICE_STA… in main_cmd() 48 …ServiceControlWithExtra(argv[1], 1, (const char **)argv + SERVICE_START_NUMBER, argc - SERVICE_STA… in main_cmd()
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/ |
H A D | driver_installer_full.c | 31 int ret = ServiceControlWithExtra(devHostName, START, NULL, 0); in DriverInstallerFullStartDeviceHost() 41 ret = ServiceControlWithExtra(devHostName, STOP, NULL, 0); in DriverInstallerFullStopDeviceHost()
|
/ohos5.0/base/startup/init/test/unittest/innerkits/ |
H A D | innerkits_unittest.cpp | 301 ServiceControlWithExtra("deviceinfoservice", RESTART, argv, 1); 302 ServiceControlWithExtra(nullptr, RESTART, argv, 1); 303 ServiceControlWithExtra(nullptr, 3, argv, 1); // 3 is action 304 ServiceControlWithExtra("notservie", RESTART, argv, 1); 305 ServiceControlWithExtra("deviceinfoservice", 3, argv, 1); // 3 is action
|
/ohos5.0/base/startup/init/interfaces/innerkits/service_control/ |
H A D | service_control.c | 122 int ServiceControlWithExtra(const char *serviceName, int action, const char *extArgv[], int extArgc) in ServiceControlWithExtra() function 147 int ret = ServiceControlWithExtra(serviceName, action, NULL, 0); in ServiceControl()
|
/ohos5.0/base/startup/init/test/fuzztest/servicecontrolwithextra_fuzzer/ |
H A D | servicecontrolwithextra_fuzzer.cpp | 25 if (!ServiceControlWithExtra(str.c_str(), START, nullptr, 1)) { in FuzzServiceControlWithExtra()
|
/ohos5.0/base/startup/init/interfaces/innerkits/include/ |
H A D | service_control.h | 49 int ServiceControlWithExtra(const char *serviceName, int action, const char *extArgv[], int extArgc…
|
/ohos5.0/base/startup/init/interfaces/innerkits/ |
H A D | libbegetutil.versionscript | 137 ServiceControlWithExtra;
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-boot-init-service.md | 323 | int ServiceControlWithExtra(const char *serviceName, int action, const char *extArgv[], int extAr…
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/dbms_services_kit_test/ |
H A D | dbms_services_kit_test.cpp | 191 ServiceControlWithExtra("d-bms", START, &extraArgv, 1); in SetUp() 198 ServiceControlWithExtra("d-bms", STOP, &extraArgv, 1); in TearDown()
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager.cpp | 1531 … result = ServiceControlWithExtra(Str16ToStr8(name).c_str(), ServiceAction::START, &extraArgv, 1); in StartDynamicSystemProcess() 1534 … result = ServiceControlWithExtra(Str16ToStr8(name).c_str(), ServiceAction::START, &extraArgv, 1); in StartDynamicSystemProcess()
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/ |
H A D | system_ability_state_scheduler.cpp | 803 result = ServiceControlWithExtra(Str16ToStr8(processContext->processName).c_str(), in KillSystemProcessLocked()
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-boot-init-service.md | 323 | int ServiceControlWithExtra(const char *serviceName, int action, const char *extArgv[], int extAr…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 7539 int ret = ServiceControlWithExtra(SERVICES_NAME.c_str(), START, &extraArgv, 1); 7543 ret = ServiceControlWithExtra(SERVICES_NAME.c_str(), STOP, &extraArgv, 1);
|