mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-23 07:00:17 +00:00
Signed-off-by: lwx1268050 <liujiamu1@h-partners.com>
Change-Id: Ia4ad6a86dcd962c04cab0ea8a2a1b2b9b7aca4f1
This commit is contained in:
parent
7a3363ea4f
commit
b4fbf9fe87
@ -573,6 +573,7 @@ static AppSpawnContentExt *TestClient(int flags,
|
||||
AppOperateType code, const std::string &processName, const std::string &serverName)
|
||||
{
|
||||
char buffer[64] = {0}; // 64 buffer size
|
||||
CheckAndCreateDir(SOCKET_DIR);
|
||||
AppSpawnContentExt *content =
|
||||
(AppSpawnContentExt *)AppSpawnCreateContent(serverName.c_str(), buffer, sizeof(buffer), 0);
|
||||
if (content == nullptr) {
|
||||
|
Loading…
Reference in New Issue
Block a user