Home
last modified time | relevance | path

Searched refs:servicePid (Results 1 - 3 of 3) sorted by relevance

/base/startup/appspawn/standard/
H A Dappspawn_manager.h113 pid_t servicePid; member
183 return (content != NULL) && (content->servicePid == getpid()); in IsSpawnServer()
H A Dappspawn_appmgr.c54 appMgr->servicePid = getpid(); in CreateAppSpawnMgr()
101 APPSPAWN_LOGV("DeleteAppSpawnMgr %{public}d %{public}d", mgr->servicePid, getpid()); in DeleteAppSpawnMgr()
H A Dappspawn_service.c1096 if (appSpawnContent->sigHandler != NULL && appSpawnContent->servicePid == getpid()) { in AppSpawnDestroyContent()
1100 if (appSpawnContent->server != NULL && appSpawnContent->servicePid == getpid()) { // childProcess can't deal socket in AppSpawnDestroyContent()

Completed in 5 milliseconds