Searched refs:StartExecutable (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
H A D | dbinder_service_test_helper.cpp | 117 pid_t StartExecutable(std::string name, std::string args) in StartExecutable() function 143 DBINDER_LOGI(LOG_LABEL, "StartExecutable pid = %{public}d && name = %{public}s", pid, name.c_str()); in StartExecutable() 175 StartExecutable(SYSTEM_ABILITY_MANAGER_NAME); in StartDBinderServiceSARegistry() 188 pid_t pid = StartExecutable(DBINDER_TEST_SERVICE_NAME); in StartDBinderServiceTestService() 191 pid = StartExecutable(DBINDER_TEST_SERVICE_NAME_SECOND); in StartDBinderServiceTestService()
|
/foundation/bundlemanager/bundle_framework/services/test/moduletest/utils/include/ |
H A D | common_tool.h | 35 bool StartExecutable(const std::string &serviceName, const std::string &args);
|
/foundation/communication/ipc/services/dbinder/test/distributedtest/include/ |
H A D | dbinder_service_test_helper.h | 88 pid_t StartExecutable(std::string name, std::string args = "");
|
/foundation/communication/ipc/ipc/test/auxiliary/native/include/ |
H A D | ipc_test_helper.h | 49 pid_t StartExecutable(std::string name, std::string args = "");
|
/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | ipc_test_helper.cpp | 186 pid_t IPCTestHelper::StartExecutable(std::string name, std::string args) in StartExecutable() function in OHOS::IPCTestHelper 290 pid = StartExecutable(appName, std::to_string(cmdId)); in StartTestApp() 292 pid = StartExecutable(appName); in StartTestApp()
|
H A D | ohos_rpc_test_testhelper.cpp | 204 ZLOGD(LABEL, "StartExecutable:%s", exectubeFile.c_str()); in Java_ohos_rpc_test_TestHelper_nativeStartExecutable() 205 helper->StartExecutable(exectubeFile); in Java_ohos_rpc_test_TestHelper_nativeStartExecutable() 249 ZLOGD(LABEL, "StartExecutable:%s", shellCommand.c_str()); in Java_ohos_rpc_test_TestHelper_nativeRunCommand()
|
/foundation/bundlemanager/bundle_framework/services/test/moduletest/utils/src/ |
H A D | common_tool.cpp | 160 bool CommonTool::StartExecutable(const std::string &serviceName, const std::string &args) in StartExecutable() function in OHOS::AppExecFwk::CommonTool
|
Completed in 4 milliseconds