Home
last modified time | relevance | path

Searched refs:StartExecutable (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_service_test_helper.cpp117 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 Dcommon_tool.h35 bool StartExecutable(const std::string &serviceName, const std::string &args);
/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_service_test_helper.h88 pid_t StartExecutable(std::string name, std::string args = "");
/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dipc_test_helper.h49 pid_t StartExecutable(std::string name, std::string args = "");
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dipc_test_helper.cpp186 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 Dohos_rpc_test_testhelper.cpp204 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 Dcommon_tool.cpp160 bool CommonTool::StartExecutable(const std::string &serviceName, const std::string &args) in StartExecutable() function in OHOS::AppExecFwk::CommonTool

Completed in 4 milliseconds