Lines Matching refs:value
176 bool JsonUtils::GetStringFromJson(const nlohmann::json &json, const std::string &key, std::string &value)
181 value = json.at(key).get<std::string>();
182 APPSPAWN_LOGV("Find key[%{public}s] : %{public}s successful.", key.c_str(), value.c_str());
1242 && bundles.size() == versions.size(), return -1, "MountAllHsp: value is not arrary or sizes are not same");
1299 && dataGroupIds.size() == dirs.size(), return -1, "MountAllGroup: value is not arrary or sizes are not same");
1503 char value[] = "false";
1504 int32_t ret = GetParameter("const.filemanager.full_mount.enable", "false", value, sizeof(value));
1505 if (ret > 0 && (strcmp(value, "true")) == 0) {
1507 } else if (ret > 0 && (strcmp(value, "false")) == 0) {