Searched refs:SetSubInitContext (Results 1 – 5 of 5) sorted by relevance
191 int ret = SetSubInitContext(nullptr, "serviceName");194 ret = SetSubInitContext(&context, "serviceName");197 ret = SetSubInitContext(&context, "serviceName");
104 int SetSubInitContext(const ConfigContext *context, const char *service);
144 int SetSubInitContext(const ConfigContext *context, const char *service) in SetSubInitContext() function
71 int SetSubInitContext(const ConfigContext *context, const char *service) in SetSubInitContext() function
601 …if (service->context.type != INIT_CONTEXT_MAIN && SetSubInitContext(&service->context, service->na… in RunChildProcess()