Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/param/linux/
H A Dparam_service.c139 static int SystemSetParam(const char *name, const char *value, const ParamSecurityLabel *srcLabel) in SystemSetParam() function
180 int ret = SystemSetParam(msg->key, valueContent->content, &srcLabel); in HandleParamSet()
469 return SystemSetParam(name, value, GetParamSecurityLabel()); in SystemWriteParam()