Home
last modified time | relevance | path

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

/base/startup/init/services/param/include/
H A Dparam_common.h123 int (*getServiceGroupIdByPid)(pid_t pid, gid_t *gids, uint32_t gidSize); member
/base/startup/init/services/param/base/
H A Dparam_base.c84 if (ops->getServiceGroupIdByPid != NULL) { in CheckNeedInit()
85 g_paramWorkSpace.ops.getServiceGroupIdByPid = ops->getServiceGroupIdByPid; in CheckNeedInit()
424 if (mode != DAC_WRITE || g_paramWorkSpace.ops.getServiceGroupIdByPid == NULL) {
428 const uint32_t gidNumber = (uint32_t)g_paramWorkSpace.ops.getServiceGroupIdByPid(
/base/startup/init/services/param/linux/
H A Dparam_service.c406 ops.getServiceGroupIdByPid = GetServiceGroupIdByPid; in InitParamService()

Completed in 3 milliseconds