Home
last modified time | relevance | path

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

/ohos5.0/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
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()
/ohos5.0/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.cpp205 helper->StartExecutable(exectubeFile); in Java_ohos_rpc_test_TestHelper_nativeStartExecutable()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/test/moduletest/utils/include/
H A Dcommon_tool.h35 bool StartExecutable(const std::string &serviceName, const std::string &args);
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dipc_test_helper.h49 pid_t StartExecutable(std::string name, std::string args = "");
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_service_test_helper.h88 pid_t StartExecutable(std::string name, std::string args = "");
/ohos5.0/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