Home
last modified time | relevance | path

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

/base/startup/init/services/param/linux/
Dparam_service.c137 static int SystemSetParam(const char *name, const char *value, const ParamSecurityLabel *srcLabel) in SystemSetParam() function
174 int ret = SystemSetParam(msg->key, valueContent->content, &srcLabel); in HandleParamSet()
437 return SystemSetParam(name, value, GetParamSecurityLabel()); in SystemWriteParam()