Lines Matching refs:WriteParam
66 ret = WriteParam(name, value, NULL, 0);
89 int ret = WriteParam(name, data, NULL, 0);
103 ret = WriteParam(OHOS_SN_PARAM_NAME, value, NULL, 0);
130 ret = WriteParam(fullName, value, NULL, 0);
310 return WriteParam(name, value, NULL, mode & LOAD_PARAM_ONLY_ADD);
460 WriteParam("const.product.incremental.version", INCREMENTAL_VERSION, NULL, LOAD_PARAM_NORMAL);
465 WriteParam("const.product.build.type", BUILD_TYPE, NULL, LOAD_PARAM_NORMAL);
470 WriteParam("const.product.build.user", BUILD_USER, NULL, LOAD_PARAM_NORMAL);
475 WriteParam("const.product.build.date", BUILD_TIME, NULL, LOAD_PARAM_NORMAL);
480 WriteParam("const.product.build.host", BUILD_HOST, NULL, LOAD_PARAM_NORMAL);
485 WriteParam("const.ohos.buildroothash", BUILD_ROOTHASH, NULL, LOAD_PARAM_NORMAL);