Searched refs:serviceIdentification (Results 1 – 3 of 3) sorted by relevance
33 std::string_view serviceIdentification) in setServiceIdentification() argument38 if (serviceIdentification.size() > maxStrSize) in setServiceIdentification()44 if (serviceIdentification.find_first_not_of(allowedChars) != in setServiceIdentification()52 config.serviceIdentification = serviceIdentification; in setServiceIdentification()61 std::string_view serviceIdentification = in getServiceIdentification() local62 persistent_data::getConfig().serviceIdentification; in getServiceIdentification()66 if (isServiceRoot && serviceIdentification.empty()) in getServiceIdentification()70 asyncResp->res.jsonValue["ServiceIdentification"] = serviceIdentification; in getServiceIdentification()
144 serviceIdentification = *jServiceIdentification; in readData()342 data["service_identification"] = serviceIdentification; in writeData()428 std::string serviceIdentification; member in persistent_data::ConfigFile
863 std::optional<std::string> serviceIdentification; in handleManagerPatch() local878 "ServiceIdentification", serviceIdentification // in handleManagerPatch()900 if (serviceIdentification) in handleManagerPatch()903 serviceIdentification.value()); in handleManagerPatch()