#include "extensions/common/api/networking_private.h"
#include <memory>
#include <optional>
#include <ostream>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
#include "base/check.h"
#include "base/check_op.h"
#include "base/notreached.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/utf_string_conversions.h"
#include "base/values.h"
#include "tools/json_schema_compiler/util.h"
#include <string_view>
UTF8ToUTF16;
namespace extensions {
namespace api {
namespace networking_private {
const char* ToString(ActivationStateType enum_param) { … }
ActivationStateType ParseActivationStateType(std::string_view enum_string) { … }
std::u16string GetActivationStateTypeParseError(std::string_view enum_string) { … }
const char* ToString(CaptivePortalStatus enum_param) { … }
CaptivePortalStatus ParseCaptivePortalStatus(std::string_view enum_string) { … }
std::u16string GetCaptivePortalStatusParseError(std::string_view enum_string) { … }
const char* ToString(ConnectionStateType enum_param) { … }
ConnectionStateType ParseConnectionStateType(std::string_view enum_string) { … }
std::u16string GetConnectionStateTypeParseError(std::string_view enum_string) { … }
const char* ToString(DeviceStateType enum_param) { … }
DeviceStateType ParseDeviceStateType(std::string_view enum_string) { … }
std::u16string GetDeviceStateTypeParseError(std::string_view enum_string) { … }
const char* ToString(IPConfigType enum_param) { … }
IPConfigType ParseIPConfigType(std::string_view enum_string) { … }
std::u16string GetIPConfigTypeParseError(std::string_view enum_string) { … }
const char* ToString(NetworkType enum_param) { … }
NetworkType ParseNetworkType(std::string_view enum_string) { … }
std::u16string GetNetworkTypeParseError(std::string_view enum_string) { … }
const char* ToString(ProxySettingsType enum_param) { … }
ProxySettingsType ParseProxySettingsType(std::string_view enum_string) { … }
std::u16string GetProxySettingsTypeParseError(std::string_view enum_string) { … }
const char* ToString(ApnType enum_param) { … }
ApnType ParseApnType(std::string_view enum_string) { … }
std::u16string GetApnTypeParseError(std::string_view enum_string) { … }
const char* ToString(ApnSource enum_param) { … }
ApnSource ParseApnSource(std::string_view enum_string) { … }
std::u16string GetApnSourceParseError(std::string_view enum_string) { … }
ManagedBoolean::ManagedBoolean()
{ … }
ManagedBoolean::~ManagedBoolean() = default;
ManagedBoolean::ManagedBoolean(ManagedBoolean&& rhs) noexcept = default;
ManagedBoolean& ManagedBoolean::operator=(ManagedBoolean&& rhs) noexcept = default;
ManagedBoolean ManagedBoolean::Clone() const { … }
bool ManagedBoolean::Populate(
const base::Value::Dict& dict, ManagedBoolean& out) { … }
bool ManagedBoolean::Populate(
const base::Value& value, ManagedBoolean& out) { … }
std::optional<ManagedBoolean> ManagedBoolean::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedBoolean> ManagedBoolean::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedBoolean::ToValue() const { … }
ManagedLong::ManagedLong()
{ … }
ManagedLong::~ManagedLong() = default;
ManagedLong::ManagedLong(ManagedLong&& rhs) noexcept = default;
ManagedLong& ManagedLong::operator=(ManagedLong&& rhs) noexcept = default;
ManagedLong ManagedLong::Clone() const { … }
bool ManagedLong::Populate(
const base::Value::Dict& dict, ManagedLong& out) { … }
bool ManagedLong::Populate(
const base::Value& value, ManagedLong& out) { … }
std::optional<ManagedLong> ManagedLong::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedLong> ManagedLong::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedLong::ToValue() const { … }
ManagedDOMString::ManagedDOMString()
{ … }
ManagedDOMString::~ManagedDOMString() = default;
ManagedDOMString::ManagedDOMString(ManagedDOMString&& rhs) noexcept = default;
ManagedDOMString& ManagedDOMString::operator=(ManagedDOMString&& rhs) noexcept = default;
ManagedDOMString ManagedDOMString::Clone() const { … }
bool ManagedDOMString::Populate(
const base::Value::Dict& dict, ManagedDOMString& out) { … }
bool ManagedDOMString::Populate(
const base::Value& value, ManagedDOMString& out) { … }
std::optional<ManagedDOMString> ManagedDOMString::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedDOMString> ManagedDOMString::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedDOMString::ToValue() const { … }
ManagedDOMStringList::ManagedDOMStringList()
{ … }
ManagedDOMStringList::~ManagedDOMStringList() = default;
ManagedDOMStringList::ManagedDOMStringList(ManagedDOMStringList&& rhs) noexcept = default;
ManagedDOMStringList& ManagedDOMStringList::operator=(ManagedDOMStringList&& rhs) noexcept = default;
ManagedDOMStringList ManagedDOMStringList::Clone() const { … }
bool ManagedDOMStringList::Populate(
const base::Value::Dict& dict, ManagedDOMStringList& out) { … }
bool ManagedDOMStringList::Populate(
const base::Value& value, ManagedDOMStringList& out) { … }
std::optional<ManagedDOMStringList> ManagedDOMStringList::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedDOMStringList> ManagedDOMStringList::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedDOMStringList::ToValue() const { … }
ManagedIPConfigType::ManagedIPConfigType()
: … { … }
ManagedIPConfigType::~ManagedIPConfigType() = default;
ManagedIPConfigType::ManagedIPConfigType(ManagedIPConfigType&& rhs) noexcept = default;
ManagedIPConfigType& ManagedIPConfigType::operator=(ManagedIPConfigType&& rhs) noexcept = default;
ManagedIPConfigType ManagedIPConfigType::Clone() const { … }
bool ManagedIPConfigType::Populate(
const base::Value::Dict& dict, ManagedIPConfigType& out) { … }
bool ManagedIPConfigType::Populate(
const base::Value& value, ManagedIPConfigType& out) { … }
std::optional<ManagedIPConfigType> ManagedIPConfigType::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedIPConfigType> ManagedIPConfigType::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedIPConfigType::ToValue() const { … }
ManagedProxySettingsType::ManagedProxySettingsType()
: … { … }
ManagedProxySettingsType::~ManagedProxySettingsType() = default;
ManagedProxySettingsType::ManagedProxySettingsType(ManagedProxySettingsType&& rhs) noexcept = default;
ManagedProxySettingsType& ManagedProxySettingsType::operator=(ManagedProxySettingsType&& rhs) noexcept = default;
ManagedProxySettingsType ManagedProxySettingsType::Clone() const { … }
bool ManagedProxySettingsType::Populate(
const base::Value::Dict& dict, ManagedProxySettingsType& out) { … }
bool ManagedProxySettingsType::Populate(
const base::Value& value, ManagedProxySettingsType& out) { … }
std::optional<ManagedProxySettingsType> ManagedProxySettingsType::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedProxySettingsType> ManagedProxySettingsType::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedProxySettingsType::ToValue() const { … }
APNProperties::APNProperties()
: … { … }
APNProperties::~APNProperties() = default;
APNProperties::APNProperties(APNProperties&& rhs) noexcept = default;
APNProperties& APNProperties::operator=(APNProperties&& rhs) noexcept = default;
APNProperties APNProperties::Clone() const { … }
bool APNProperties::Populate(
const base::Value::Dict& dict, APNProperties& out) { … }
bool APNProperties::Populate(
const base::Value& value, APNProperties& out) { … }
std::optional<APNProperties> APNProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<APNProperties> APNProperties::FromValue(const base::Value& value) { … }
base::Value::Dict APNProperties::ToValue() const { … }
ManagedAPNProperties::ManagedAPNProperties()
{ … }
ManagedAPNProperties::~ManagedAPNProperties() = default;
ManagedAPNProperties::ManagedAPNProperties(ManagedAPNProperties&& rhs) noexcept = default;
ManagedAPNProperties& ManagedAPNProperties::operator=(ManagedAPNProperties&& rhs) noexcept = default;
ManagedAPNProperties ManagedAPNProperties::Clone() const { … }
bool ManagedAPNProperties::Populate(
const base::Value::Dict& dict, ManagedAPNProperties& out) { … }
bool ManagedAPNProperties::Populate(
const base::Value& value, ManagedAPNProperties& out) { … }
std::optional<ManagedAPNProperties> ManagedAPNProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedAPNProperties> ManagedAPNProperties::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedAPNProperties::ToValue() const { … }
ManagedAPNList::ManagedAPNList()
{ … }
ManagedAPNList::~ManagedAPNList() = default;
ManagedAPNList::ManagedAPNList(ManagedAPNList&& rhs) noexcept = default;
ManagedAPNList& ManagedAPNList::operator=(ManagedAPNList&& rhs) noexcept = default;
ManagedAPNList ManagedAPNList::Clone() const { … }
bool ManagedAPNList::Populate(
const base::Value::Dict& dict, ManagedAPNList& out) { … }
bool ManagedAPNList::Populate(
const base::Value& value, ManagedAPNList& out) { … }
std::optional<ManagedAPNList> ManagedAPNList::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedAPNList> ManagedAPNList::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedAPNList::ToValue() const { … }
CellularProviderProperties::CellularProviderProperties()
{ … }
CellularProviderProperties::~CellularProviderProperties() = default;
CellularProviderProperties::CellularProviderProperties(CellularProviderProperties&& rhs) noexcept = default;
CellularProviderProperties& CellularProviderProperties::operator=(CellularProviderProperties&& rhs) noexcept = default;
CellularProviderProperties CellularProviderProperties::Clone() const { … }
bool CellularProviderProperties::Populate(
const base::Value::Dict& dict, CellularProviderProperties& out) { … }
bool CellularProviderProperties::Populate(
const base::Value& value, CellularProviderProperties& out) { … }
std::optional<CellularProviderProperties> CellularProviderProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<CellularProviderProperties> CellularProviderProperties::FromValue(const base::Value& value) { … }
base::Value::Dict CellularProviderProperties::ToValue() const { … }
CellularSimState::CellularSimState()
: … { … }
CellularSimState::~CellularSimState() = default;
CellularSimState::CellularSimState(CellularSimState&& rhs) noexcept = default;
CellularSimState& CellularSimState::operator=(CellularSimState&& rhs) noexcept = default;
CellularSimState CellularSimState::Clone() const { … }
bool CellularSimState::Populate(
const base::Value::Dict& dict, CellularSimState& out) { … }
bool CellularSimState::Populate(
const base::Value& value, CellularSimState& out) { … }
std::optional<CellularSimState> CellularSimState::FromValue(const base::Value::Dict& value) { … }
std::optional<CellularSimState> CellularSimState::FromValue(const base::Value& value) { … }
base::Value::Dict CellularSimState::ToValue() const { … }
IssuerSubjectPattern::IssuerSubjectPattern()
{ … }
IssuerSubjectPattern::~IssuerSubjectPattern() = default;
IssuerSubjectPattern::IssuerSubjectPattern(IssuerSubjectPattern&& rhs) noexcept = default;
IssuerSubjectPattern& IssuerSubjectPattern::operator=(IssuerSubjectPattern&& rhs) noexcept = default;
IssuerSubjectPattern IssuerSubjectPattern::Clone() const { … }
bool IssuerSubjectPattern::Populate(
const base::Value::Dict& dict, IssuerSubjectPattern& out) { … }
bool IssuerSubjectPattern::Populate(
const base::Value& value, IssuerSubjectPattern& out) { … }
std::optional<IssuerSubjectPattern> IssuerSubjectPattern::FromValue(const base::Value::Dict& value) { … }
std::optional<IssuerSubjectPattern> IssuerSubjectPattern::FromValue(const base::Value& value) { … }
base::Value::Dict IssuerSubjectPattern::ToValue() const { … }
ManagedIssuerSubjectPattern::ManagedIssuerSubjectPattern()
{ … }
ManagedIssuerSubjectPattern::~ManagedIssuerSubjectPattern() = default;
ManagedIssuerSubjectPattern::ManagedIssuerSubjectPattern(ManagedIssuerSubjectPattern&& rhs) noexcept = default;
ManagedIssuerSubjectPattern& ManagedIssuerSubjectPattern::operator=(ManagedIssuerSubjectPattern&& rhs) noexcept = default;
ManagedIssuerSubjectPattern ManagedIssuerSubjectPattern::Clone() const { … }
bool ManagedIssuerSubjectPattern::Populate(
const base::Value::Dict& dict, ManagedIssuerSubjectPattern& out) { … }
bool ManagedIssuerSubjectPattern::Populate(
const base::Value& value, ManagedIssuerSubjectPattern& out) { … }
std::optional<ManagedIssuerSubjectPattern> ManagedIssuerSubjectPattern::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedIssuerSubjectPattern> ManagedIssuerSubjectPattern::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedIssuerSubjectPattern::ToValue() const { … }
CertificatePattern::CertificatePattern()
{ … }
CertificatePattern::~CertificatePattern() = default;
CertificatePattern::CertificatePattern(CertificatePattern&& rhs) noexcept = default;
CertificatePattern& CertificatePattern::operator=(CertificatePattern&& rhs) noexcept = default;
CertificatePattern CertificatePattern::Clone() const { … }
bool CertificatePattern::Populate(
const base::Value::Dict& dict, CertificatePattern& out) { … }
bool CertificatePattern::Populate(
const base::Value& value, CertificatePattern& out) { … }
std::optional<CertificatePattern> CertificatePattern::FromValue(const base::Value::Dict& value) { … }
std::optional<CertificatePattern> CertificatePattern::FromValue(const base::Value& value) { … }
base::Value::Dict CertificatePattern::ToValue() const { … }
ManagedCertificatePattern::ManagedCertificatePattern()
{ … }
ManagedCertificatePattern::~ManagedCertificatePattern() = default;
ManagedCertificatePattern::ManagedCertificatePattern(ManagedCertificatePattern&& rhs) noexcept = default;
ManagedCertificatePattern& ManagedCertificatePattern::operator=(ManagedCertificatePattern&& rhs) noexcept = default;
ManagedCertificatePattern ManagedCertificatePattern::Clone() const { … }
bool ManagedCertificatePattern::Populate(
const base::Value::Dict& dict, ManagedCertificatePattern& out) { … }
bool ManagedCertificatePattern::Populate(
const base::Value& value, ManagedCertificatePattern& out) { … }
std::optional<ManagedCertificatePattern> ManagedCertificatePattern::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedCertificatePattern> ManagedCertificatePattern::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedCertificatePattern::ToValue() const { … }
EAPProperties::EAPProperties()
{ … }
EAPProperties::~EAPProperties() = default;
EAPProperties::EAPProperties(EAPProperties&& rhs) noexcept = default;
EAPProperties& EAPProperties::operator=(EAPProperties&& rhs) noexcept = default;
EAPProperties EAPProperties::Clone() const { … }
bool EAPProperties::Populate(
const base::Value::Dict& dict, EAPProperties& out) { … }
bool EAPProperties::Populate(
const base::Value& value, EAPProperties& out) { … }
std::optional<EAPProperties> EAPProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<EAPProperties> EAPProperties::FromValue(const base::Value& value) { … }
base::Value::Dict EAPProperties::ToValue() const { … }
ManagedEAPProperties::ManagedEAPProperties()
{ … }
ManagedEAPProperties::~ManagedEAPProperties() = default;
ManagedEAPProperties::ManagedEAPProperties(ManagedEAPProperties&& rhs) noexcept = default;
ManagedEAPProperties& ManagedEAPProperties::operator=(ManagedEAPProperties&& rhs) noexcept = default;
ManagedEAPProperties ManagedEAPProperties::Clone() const { … }
bool ManagedEAPProperties::Populate(
const base::Value::Dict& dict, ManagedEAPProperties& out) { … }
bool ManagedEAPProperties::Populate(
const base::Value& value, ManagedEAPProperties& out) { … }
std::optional<ManagedEAPProperties> ManagedEAPProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedEAPProperties> ManagedEAPProperties::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedEAPProperties::ToValue() const { … }
FoundNetworkProperties::FoundNetworkProperties()
{ … }
FoundNetworkProperties::~FoundNetworkProperties() = default;
FoundNetworkProperties::FoundNetworkProperties(FoundNetworkProperties&& rhs) noexcept = default;
FoundNetworkProperties& FoundNetworkProperties::operator=(FoundNetworkProperties&& rhs) noexcept = default;
FoundNetworkProperties FoundNetworkProperties::Clone() const { … }
bool FoundNetworkProperties::Populate(
const base::Value::Dict& dict, FoundNetworkProperties& out) { … }
bool FoundNetworkProperties::Populate(
const base::Value& value, FoundNetworkProperties& out) { … }
std::optional<FoundNetworkProperties> FoundNetworkProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<FoundNetworkProperties> FoundNetworkProperties::FromValue(const base::Value& value) { … }
base::Value::Dict FoundNetworkProperties::ToValue() const { … }
IPConfigProperties::IPConfigProperties()
{ … }
IPConfigProperties::~IPConfigProperties() = default;
IPConfigProperties::IPConfigProperties(IPConfigProperties&& rhs) noexcept = default;
IPConfigProperties& IPConfigProperties::operator=(IPConfigProperties&& rhs) noexcept = default;
IPConfigProperties IPConfigProperties::Clone() const { … }
bool IPConfigProperties::Populate(
const base::Value::Dict& dict, IPConfigProperties& out) { … }
bool IPConfigProperties::Populate(
const base::Value& value, IPConfigProperties& out) { … }
std::optional<IPConfigProperties> IPConfigProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<IPConfigProperties> IPConfigProperties::FromValue(const base::Value& value) { … }
base::Value::Dict IPConfigProperties::ToValue() const { … }
ManagedIPConfigProperties::ManagedIPConfigProperties()
{ … }
ManagedIPConfigProperties::~ManagedIPConfigProperties() = default;
ManagedIPConfigProperties::ManagedIPConfigProperties(ManagedIPConfigProperties&& rhs) noexcept = default;
ManagedIPConfigProperties& ManagedIPConfigProperties::operator=(ManagedIPConfigProperties&& rhs) noexcept = default;
ManagedIPConfigProperties ManagedIPConfigProperties::Clone() const { … }
bool ManagedIPConfigProperties::Populate(
const base::Value::Dict& dict, ManagedIPConfigProperties& out) { … }
bool ManagedIPConfigProperties::Populate(
const base::Value& value, ManagedIPConfigProperties& out) { … }
std::optional<ManagedIPConfigProperties> ManagedIPConfigProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedIPConfigProperties> ManagedIPConfigProperties::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedIPConfigProperties::ToValue() const { … }
XAUTHProperties::XAUTHProperties()
{ … }
XAUTHProperties::~XAUTHProperties() = default;
XAUTHProperties::XAUTHProperties(XAUTHProperties&& rhs) noexcept = default;
XAUTHProperties& XAUTHProperties::operator=(XAUTHProperties&& rhs) noexcept = default;
XAUTHProperties XAUTHProperties::Clone() const { … }
bool XAUTHProperties::Populate(
const base::Value::Dict& dict, XAUTHProperties& out) { … }
bool XAUTHProperties::Populate(
const base::Value& value, XAUTHProperties& out) { … }
std::optional<XAUTHProperties> XAUTHProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<XAUTHProperties> XAUTHProperties::FromValue(const base::Value& value) { … }
base::Value::Dict XAUTHProperties::ToValue() const { … }
ManagedXAUTHProperties::ManagedXAUTHProperties()
{ … }
ManagedXAUTHProperties::~ManagedXAUTHProperties() = default;
ManagedXAUTHProperties::ManagedXAUTHProperties(ManagedXAUTHProperties&& rhs) noexcept = default;
ManagedXAUTHProperties& ManagedXAUTHProperties::operator=(ManagedXAUTHProperties&& rhs) noexcept = default;
ManagedXAUTHProperties ManagedXAUTHProperties::Clone() const { … }
bool ManagedXAUTHProperties::Populate(
const base::Value::Dict& dict, ManagedXAUTHProperties& out) { … }
bool ManagedXAUTHProperties::Populate(
const base::Value& value, ManagedXAUTHProperties& out) { … }
std::optional<ManagedXAUTHProperties> ManagedXAUTHProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedXAUTHProperties> ManagedXAUTHProperties::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedXAUTHProperties::ToValue() const { … }
IPSecProperties::IPSecProperties()
{ … }
IPSecProperties::~IPSecProperties() = default;
IPSecProperties::IPSecProperties(IPSecProperties&& rhs) noexcept = default;
IPSecProperties& IPSecProperties::operator=(IPSecProperties&& rhs) noexcept = default;
IPSecProperties IPSecProperties::Clone() const { … }
bool IPSecProperties::Populate(
const base::Value::Dict& dict, IPSecProperties& out) { … }
bool IPSecProperties::Populate(
const base::Value& value, IPSecProperties& out) { … }
std::optional<IPSecProperties> IPSecProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<IPSecProperties> IPSecProperties::FromValue(const base::Value& value) { … }
base::Value::Dict IPSecProperties::ToValue() const { … }
ManagedIPSecProperties::ManagedIPSecProperties()
{ … }
ManagedIPSecProperties::~ManagedIPSecProperties() = default;
ManagedIPSecProperties::ManagedIPSecProperties(ManagedIPSecProperties&& rhs) noexcept = default;
ManagedIPSecProperties& ManagedIPSecProperties::operator=(ManagedIPSecProperties&& rhs) noexcept = default;
ManagedIPSecProperties ManagedIPSecProperties::Clone() const { … }
bool ManagedIPSecProperties::Populate(
const base::Value::Dict& dict, ManagedIPSecProperties& out) { … }
bool ManagedIPSecProperties::Populate(
const base::Value& value, ManagedIPSecProperties& out) { … }
std::optional<ManagedIPSecProperties> ManagedIPSecProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedIPSecProperties> ManagedIPSecProperties::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedIPSecProperties::ToValue() const { … }
L2TPProperties::L2TPProperties()
{ … }
L2TPProperties::~L2TPProperties() = default;
L2TPProperties::L2TPProperties(L2TPProperties&& rhs) noexcept = default;
L2TPProperties& L2TPProperties::operator=(L2TPProperties&& rhs) noexcept = default;
L2TPProperties L2TPProperties::Clone() const { … }
bool L2TPProperties::Populate(
const base::Value::Dict& dict, L2TPProperties& out) { … }
bool L2TPProperties::Populate(
const base::Value& value, L2TPProperties& out) { … }
std::optional<L2TPProperties> L2TPProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<L2TPProperties> L2TPProperties::FromValue(const base::Value& value) { … }
base::Value::Dict L2TPProperties::ToValue() const { … }
ManagedL2TPProperties::ManagedL2TPProperties()
{ … }
ManagedL2TPProperties::~ManagedL2TPProperties() = default;
ManagedL2TPProperties::ManagedL2TPProperties(ManagedL2TPProperties&& rhs) noexcept = default;
ManagedL2TPProperties& ManagedL2TPProperties::operator=(ManagedL2TPProperties&& rhs) noexcept = default;
ManagedL2TPProperties ManagedL2TPProperties::Clone() const { … }
bool ManagedL2TPProperties::Populate(
const base::Value::Dict& dict, ManagedL2TPProperties& out) { … }
bool ManagedL2TPProperties::Populate(
const base::Value& value, ManagedL2TPProperties& out) { … }
std::optional<ManagedL2TPProperties> ManagedL2TPProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedL2TPProperties> ManagedL2TPProperties::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedL2TPProperties::ToValue() const { … }
PaymentPortal::PaymentPortal()
{ … }
PaymentPortal::~PaymentPortal() = default;
PaymentPortal::PaymentPortal(PaymentPortal&& rhs) noexcept = default;
PaymentPortal& PaymentPortal::operator=(PaymentPortal&& rhs) noexcept = default;
PaymentPortal PaymentPortal::Clone() const { … }
bool PaymentPortal::Populate(
const base::Value::Dict& dict, PaymentPortal& out) { … }
bool PaymentPortal::Populate(
const base::Value& value, PaymentPortal& out) { … }
std::optional<PaymentPortal> PaymentPortal::FromValue(const base::Value::Dict& value) { … }
std::optional<PaymentPortal> PaymentPortal::FromValue(const base::Value& value) { … }
base::Value::Dict PaymentPortal::ToValue() const { … }
ProxyLocation::ProxyLocation()
: … { … }
ProxyLocation::~ProxyLocation() = default;
ProxyLocation::ProxyLocation(ProxyLocation&& rhs) noexcept = default;
ProxyLocation& ProxyLocation::operator=(ProxyLocation&& rhs) noexcept = default;
ProxyLocation ProxyLocation::Clone() const { … }
bool ProxyLocation::Populate(
const base::Value::Dict& dict, ProxyLocation& out) { … }
bool ProxyLocation::Populate(
const base::Value& value, ProxyLocation& out) { … }
std::optional<ProxyLocation> ProxyLocation::FromValue(const base::Value::Dict& value) { … }
std::optional<ProxyLocation> ProxyLocation::FromValue(const base::Value& value) { … }
base::Value::Dict ProxyLocation::ToValue() const { … }
ManagedProxyLocation::ManagedProxyLocation()
{ … }
ManagedProxyLocation::~ManagedProxyLocation() = default;
ManagedProxyLocation::ManagedProxyLocation(ManagedProxyLocation&& rhs) noexcept = default;
ManagedProxyLocation& ManagedProxyLocation::operator=(ManagedProxyLocation&& rhs) noexcept = default;
ManagedProxyLocation ManagedProxyLocation::Clone() const { … }
bool ManagedProxyLocation::Populate(
const base::Value::Dict& dict, ManagedProxyLocation& out) { … }
bool ManagedProxyLocation::Populate(
const base::Value& value, ManagedProxyLocation& out) { … }
std::optional<ManagedProxyLocation> ManagedProxyLocation::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedProxyLocation> ManagedProxyLocation::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedProxyLocation::ToValue() const { … }
ManualProxySettings::ManualProxySettings()
{ … }
ManualProxySettings::~ManualProxySettings() = default;
ManualProxySettings::ManualProxySettings(ManualProxySettings&& rhs) noexcept = default;
ManualProxySettings& ManualProxySettings::operator=(ManualProxySettings&& rhs) noexcept = default;
ManualProxySettings ManualProxySettings::Clone() const { … }
bool ManualProxySettings::Populate(
const base::Value::Dict& dict, ManualProxySettings& out) { … }
bool ManualProxySettings::Populate(
const base::Value& value, ManualProxySettings& out) { … }
std::optional<ManualProxySettings> ManualProxySettings::FromValue(const base::Value::Dict& value) { … }
std::optional<ManualProxySettings> ManualProxySettings::FromValue(const base::Value& value) { … }
base::Value::Dict ManualProxySettings::ToValue() const { … }
ManagedManualProxySettings::ManagedManualProxySettings()
{ … }
ManagedManualProxySettings::~ManagedManualProxySettings() = default;
ManagedManualProxySettings::ManagedManualProxySettings(ManagedManualProxySettings&& rhs) noexcept = default;
ManagedManualProxySettings& ManagedManualProxySettings::operator=(ManagedManualProxySettings&& rhs) noexcept = default;
ManagedManualProxySettings ManagedManualProxySettings::Clone() const { … }
bool ManagedManualProxySettings::Populate(
const base::Value::Dict& dict, ManagedManualProxySettings& out) { … }
bool ManagedManualProxySettings::Populate(
const base::Value& value, ManagedManualProxySettings& out) { … }
std::optional<ManagedManualProxySettings> ManagedManualProxySettings::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedManualProxySettings> ManagedManualProxySettings::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedManualProxySettings::ToValue() const { … }
ProxySettings::ProxySettings()
: … { … }
ProxySettings::~ProxySettings() = default;
ProxySettings::ProxySettings(ProxySettings&& rhs) noexcept = default;
ProxySettings& ProxySettings::operator=(ProxySettings&& rhs) noexcept = default;
ProxySettings ProxySettings::Clone() const { … }
bool ProxySettings::Populate(
const base::Value::Dict& dict, ProxySettings& out) { … }
bool ProxySettings::Populate(
const base::Value& value, ProxySettings& out) { … }
std::optional<ProxySettings> ProxySettings::FromValue(const base::Value::Dict& value) { … }
std::optional<ProxySettings> ProxySettings::FromValue(const base::Value& value) { … }
base::Value::Dict ProxySettings::ToValue() const { … }
ManagedProxySettings::ManagedProxySettings()
{ … }
ManagedProxySettings::~ManagedProxySettings() = default;
ManagedProxySettings::ManagedProxySettings(ManagedProxySettings&& rhs) noexcept = default;
ManagedProxySettings& ManagedProxySettings::operator=(ManagedProxySettings&& rhs) noexcept = default;
ManagedProxySettings ManagedProxySettings::Clone() const { … }
bool ManagedProxySettings::Populate(
const base::Value::Dict& dict, ManagedProxySettings& out) { … }
bool ManagedProxySettings::Populate(
const base::Value& value, ManagedProxySettings& out) { … }
std::optional<ManagedProxySettings> ManagedProxySettings::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedProxySettings> ManagedProxySettings::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedProxySettings::ToValue() const { … }
VerifyX509::VerifyX509()
{ … }
VerifyX509::~VerifyX509() = default;
VerifyX509::VerifyX509(VerifyX509&& rhs) noexcept = default;
VerifyX509& VerifyX509::operator=(VerifyX509&& rhs) noexcept = default;
VerifyX509 VerifyX509::Clone() const { … }
bool VerifyX509::Populate(
const base::Value::Dict& dict, VerifyX509& out) { … }
bool VerifyX509::Populate(
const base::Value& value, VerifyX509& out) { … }
std::optional<VerifyX509> VerifyX509::FromValue(const base::Value::Dict& value) { … }
std::optional<VerifyX509> VerifyX509::FromValue(const base::Value& value) { … }
base::Value::Dict VerifyX509::ToValue() const { … }
ManagedVerifyX509::ManagedVerifyX509()
{ … }
ManagedVerifyX509::~ManagedVerifyX509() = default;
ManagedVerifyX509::ManagedVerifyX509(ManagedVerifyX509&& rhs) noexcept = default;
ManagedVerifyX509& ManagedVerifyX509::operator=(ManagedVerifyX509&& rhs) noexcept = default;
ManagedVerifyX509 ManagedVerifyX509::Clone() const { … }
bool ManagedVerifyX509::Populate(
const base::Value::Dict& dict, ManagedVerifyX509& out) { … }
bool ManagedVerifyX509::Populate(
const base::Value& value, ManagedVerifyX509& out) { … }
std::optional<ManagedVerifyX509> ManagedVerifyX509::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedVerifyX509> ManagedVerifyX509::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedVerifyX509::ToValue() const { … }
OpenVPNProperties::OpenVPNProperties()
{ … }
OpenVPNProperties::~OpenVPNProperties() = default;
OpenVPNProperties::OpenVPNProperties(OpenVPNProperties&& rhs) noexcept = default;
OpenVPNProperties& OpenVPNProperties::operator=(OpenVPNProperties&& rhs) noexcept = default;
OpenVPNProperties OpenVPNProperties::Clone() const { … }
bool OpenVPNProperties::Populate(
const base::Value::Dict& dict, OpenVPNProperties& out) { … }
bool OpenVPNProperties::Populate(
const base::Value& value, OpenVPNProperties& out) { … }
std::optional<OpenVPNProperties> OpenVPNProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<OpenVPNProperties> OpenVPNProperties::FromValue(const base::Value& value) { … }
base::Value::Dict OpenVPNProperties::ToValue() const { … }
ManagedOpenVPNProperties::ManagedOpenVPNProperties()
{ … }
ManagedOpenVPNProperties::~ManagedOpenVPNProperties() = default;
ManagedOpenVPNProperties::ManagedOpenVPNProperties(ManagedOpenVPNProperties&& rhs) noexcept = default;
ManagedOpenVPNProperties& ManagedOpenVPNProperties::operator=(ManagedOpenVPNProperties&& rhs) noexcept = default;
ManagedOpenVPNProperties ManagedOpenVPNProperties::Clone() const { … }
bool ManagedOpenVPNProperties::Populate(
const base::Value::Dict& dict, ManagedOpenVPNProperties& out) { … }
bool ManagedOpenVPNProperties::Populate(
const base::Value& value, ManagedOpenVPNProperties& out) { … }
std::optional<ManagedOpenVPNProperties> ManagedOpenVPNProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedOpenVPNProperties> ManagedOpenVPNProperties::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedOpenVPNProperties::ToValue() const { … }
SIMLockStatus::SIMLockStatus()
: … { … }
SIMLockStatus::~SIMLockStatus() = default;
SIMLockStatus::SIMLockStatus(SIMLockStatus&& rhs) noexcept = default;
SIMLockStatus& SIMLockStatus::operator=(SIMLockStatus&& rhs) noexcept = default;
SIMLockStatus SIMLockStatus::Clone() const { … }
bool SIMLockStatus::Populate(
const base::Value::Dict& dict, SIMLockStatus& out) { … }
bool SIMLockStatus::Populate(
const base::Value& value, SIMLockStatus& out) { … }
std::optional<SIMLockStatus> SIMLockStatus::FromValue(const base::Value::Dict& value) { … }
std::optional<SIMLockStatus> SIMLockStatus::FromValue(const base::Value& value) { … }
base::Value::Dict SIMLockStatus::ToValue() const { … }
ThirdPartyVPNProperties::ThirdPartyVPNProperties()
{ … }
ThirdPartyVPNProperties::~ThirdPartyVPNProperties() = default;
ThirdPartyVPNProperties::ThirdPartyVPNProperties(ThirdPartyVPNProperties&& rhs) noexcept = default;
ThirdPartyVPNProperties& ThirdPartyVPNProperties::operator=(ThirdPartyVPNProperties&& rhs) noexcept = default;
ThirdPartyVPNProperties ThirdPartyVPNProperties::Clone() const { … }
bool ThirdPartyVPNProperties::Populate(
const base::Value::Dict& dict, ThirdPartyVPNProperties& out) { … }
bool ThirdPartyVPNProperties::Populate(
const base::Value& value, ThirdPartyVPNProperties& out) { … }
std::optional<ThirdPartyVPNProperties> ThirdPartyVPNProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<ThirdPartyVPNProperties> ThirdPartyVPNProperties::FromValue(const base::Value& value) { … }
base::Value::Dict ThirdPartyVPNProperties::ToValue() const { … }
ManagedThirdPartyVPNProperties::ManagedThirdPartyVPNProperties()
{ … }
ManagedThirdPartyVPNProperties::~ManagedThirdPartyVPNProperties() = default;
ManagedThirdPartyVPNProperties::ManagedThirdPartyVPNProperties(ManagedThirdPartyVPNProperties&& rhs) noexcept = default;
ManagedThirdPartyVPNProperties& ManagedThirdPartyVPNProperties::operator=(ManagedThirdPartyVPNProperties&& rhs) noexcept = default;
ManagedThirdPartyVPNProperties ManagedThirdPartyVPNProperties::Clone() const { … }
bool ManagedThirdPartyVPNProperties::Populate(
const base::Value::Dict& dict, ManagedThirdPartyVPNProperties& out) { … }
bool ManagedThirdPartyVPNProperties::Populate(
const base::Value& value, ManagedThirdPartyVPNProperties& out) { … }
std::optional<ManagedThirdPartyVPNProperties> ManagedThirdPartyVPNProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedThirdPartyVPNProperties> ManagedThirdPartyVPNProperties::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedThirdPartyVPNProperties::ToValue() const { … }
CellularProperties::CellularProperties()
: … { … }
CellularProperties::~CellularProperties() = default;
CellularProperties::CellularProperties(CellularProperties&& rhs) noexcept = default;
CellularProperties& CellularProperties::operator=(CellularProperties&& rhs) noexcept = default;
CellularProperties CellularProperties::Clone() const { … }
bool CellularProperties::Populate(
const base::Value::Dict& dict, CellularProperties& out) { … }
bool CellularProperties::Populate(
const base::Value& value, CellularProperties& out) { … }
std::optional<CellularProperties> CellularProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<CellularProperties> CellularProperties::FromValue(const base::Value& value) { … }
base::Value::Dict CellularProperties::ToValue() const { … }
ManagedCellularProperties::ManagedCellularProperties()
: … { … }
ManagedCellularProperties::~ManagedCellularProperties() = default;
ManagedCellularProperties::ManagedCellularProperties(ManagedCellularProperties&& rhs) noexcept = default;
ManagedCellularProperties& ManagedCellularProperties::operator=(ManagedCellularProperties&& rhs) noexcept = default;
ManagedCellularProperties ManagedCellularProperties::Clone() const { … }
bool ManagedCellularProperties::Populate(
const base::Value::Dict& dict, ManagedCellularProperties& out) { … }
bool ManagedCellularProperties::Populate(
const base::Value& value, ManagedCellularProperties& out) { … }
std::optional<ManagedCellularProperties> ManagedCellularProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedCellularProperties> ManagedCellularProperties::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedCellularProperties::ToValue() const { … }
CellularStateProperties::CellularStateProperties()
: … { … }
CellularStateProperties::~CellularStateProperties() = default;
CellularStateProperties::CellularStateProperties(CellularStateProperties&& rhs) noexcept = default;
CellularStateProperties& CellularStateProperties::operator=(CellularStateProperties&& rhs) noexcept = default;
CellularStateProperties CellularStateProperties::Clone() const { … }
bool CellularStateProperties::Populate(
const base::Value::Dict& dict, CellularStateProperties& out) { … }
bool CellularStateProperties::Populate(
const base::Value& value, CellularStateProperties& out) { … }
std::optional<CellularStateProperties> CellularStateProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<CellularStateProperties> CellularStateProperties::FromValue(const base::Value& value) { … }
base::Value::Dict CellularStateProperties::ToValue() const { … }
EAPStateProperties::EAPStateProperties()
{ … }
EAPStateProperties::~EAPStateProperties() = default;
EAPStateProperties::EAPStateProperties(EAPStateProperties&& rhs) noexcept = default;
EAPStateProperties& EAPStateProperties::operator=(EAPStateProperties&& rhs) noexcept = default;
EAPStateProperties EAPStateProperties::Clone() const { … }
bool EAPStateProperties::Populate(
const base::Value::Dict& dict, EAPStateProperties& out) { … }
bool EAPStateProperties::Populate(
const base::Value& value, EAPStateProperties& out) { … }
std::optional<EAPStateProperties> EAPStateProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<EAPStateProperties> EAPStateProperties::FromValue(const base::Value& value) { … }
base::Value::Dict EAPStateProperties::ToValue() const { … }
EthernetProperties::EthernetProperties()
{ … }
EthernetProperties::~EthernetProperties() = default;
EthernetProperties::EthernetProperties(EthernetProperties&& rhs) noexcept = default;
EthernetProperties& EthernetProperties::operator=(EthernetProperties&& rhs) noexcept = default;
EthernetProperties EthernetProperties::Clone() const { … }
bool EthernetProperties::Populate(
const base::Value::Dict& dict, EthernetProperties& out) { … }
bool EthernetProperties::Populate(
const base::Value& value, EthernetProperties& out) { … }
std::optional<EthernetProperties> EthernetProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<EthernetProperties> EthernetProperties::FromValue(const base::Value& value) { … }
base::Value::Dict EthernetProperties::ToValue() const { … }
ManagedEthernetProperties::ManagedEthernetProperties()
{ … }
ManagedEthernetProperties::~ManagedEthernetProperties() = default;
ManagedEthernetProperties::ManagedEthernetProperties(ManagedEthernetProperties&& rhs) noexcept = default;
ManagedEthernetProperties& ManagedEthernetProperties::operator=(ManagedEthernetProperties&& rhs) noexcept = default;
ManagedEthernetProperties ManagedEthernetProperties::Clone() const { … }
bool ManagedEthernetProperties::Populate(
const base::Value::Dict& dict, ManagedEthernetProperties& out) { … }
bool ManagedEthernetProperties::Populate(
const base::Value& value, ManagedEthernetProperties& out) { … }
std::optional<ManagedEthernetProperties> ManagedEthernetProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedEthernetProperties> ManagedEthernetProperties::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedEthernetProperties::ToValue() const { … }
EthernetStateProperties::EthernetStateProperties()
{ … }
EthernetStateProperties::~EthernetStateProperties() = default;
EthernetStateProperties::EthernetStateProperties(EthernetStateProperties&& rhs) noexcept = default;
EthernetStateProperties& EthernetStateProperties::operator=(EthernetStateProperties&& rhs) noexcept = default;
EthernetStateProperties EthernetStateProperties::Clone() const { … }
bool EthernetStateProperties::Populate(
const base::Value::Dict& dict, EthernetStateProperties& out) { … }
bool EthernetStateProperties::Populate(
const base::Value& value, EthernetStateProperties& out) { … }
std::optional<EthernetStateProperties> EthernetStateProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<EthernetStateProperties> EthernetStateProperties::FromValue(const base::Value& value) { … }
base::Value::Dict EthernetStateProperties::ToValue() const { … }
TetherProperties::TetherProperties()
: … { … }
TetherProperties::~TetherProperties() = default;
TetherProperties::TetherProperties(TetherProperties&& rhs) noexcept = default;
TetherProperties& TetherProperties::operator=(TetherProperties&& rhs) noexcept = default;
TetherProperties TetherProperties::Clone() const { … }
bool TetherProperties::Populate(
const base::Value::Dict& dict, TetherProperties& out) { … }
bool TetherProperties::Populate(
const base::Value& value, TetherProperties& out) { … }
std::optional<TetherProperties> TetherProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<TetherProperties> TetherProperties::FromValue(const base::Value& value) { … }
base::Value::Dict TetherProperties::ToValue() const { … }
VPNProperties::VPNProperties()
{ … }
VPNProperties::~VPNProperties() = default;
VPNProperties::VPNProperties(VPNProperties&& rhs) noexcept = default;
VPNProperties& VPNProperties::operator=(VPNProperties&& rhs) noexcept = default;
VPNProperties VPNProperties::Clone() const { … }
bool VPNProperties::Populate(
const base::Value::Dict& dict, VPNProperties& out) { … }
bool VPNProperties::Populate(
const base::Value& value, VPNProperties& out) { … }
std::optional<VPNProperties> VPNProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<VPNProperties> VPNProperties::FromValue(const base::Value& value) { … }
base::Value::Dict VPNProperties::ToValue() const { … }
ManagedVPNProperties::ManagedVPNProperties()
{ … }
ManagedVPNProperties::~ManagedVPNProperties() = default;
ManagedVPNProperties::ManagedVPNProperties(ManagedVPNProperties&& rhs) noexcept = default;
ManagedVPNProperties& ManagedVPNProperties::operator=(ManagedVPNProperties&& rhs) noexcept = default;
ManagedVPNProperties ManagedVPNProperties::Clone() const { … }
bool ManagedVPNProperties::Populate(
const base::Value::Dict& dict, ManagedVPNProperties& out) { … }
bool ManagedVPNProperties::Populate(
const base::Value& value, ManagedVPNProperties& out) { … }
std::optional<ManagedVPNProperties> ManagedVPNProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedVPNProperties> ManagedVPNProperties::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedVPNProperties::ToValue() const { … }
VPNStateProperties::VPNStateProperties()
{ … }
VPNStateProperties::~VPNStateProperties() = default;
VPNStateProperties::VPNStateProperties(VPNStateProperties&& rhs) noexcept = default;
VPNStateProperties& VPNStateProperties::operator=(VPNStateProperties&& rhs) noexcept = default;
VPNStateProperties VPNStateProperties::Clone() const { … }
bool VPNStateProperties::Populate(
const base::Value::Dict& dict, VPNStateProperties& out) { … }
bool VPNStateProperties::Populate(
const base::Value& value, VPNStateProperties& out) { … }
std::optional<VPNStateProperties> VPNStateProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<VPNStateProperties> VPNStateProperties::FromValue(const base::Value& value) { … }
base::Value::Dict VPNStateProperties::ToValue() const { … }
WiFiProperties::WiFiProperties()
{ … }
WiFiProperties::~WiFiProperties() = default;
WiFiProperties::WiFiProperties(WiFiProperties&& rhs) noexcept = default;
WiFiProperties& WiFiProperties::operator=(WiFiProperties&& rhs) noexcept = default;
WiFiProperties WiFiProperties::Clone() const { … }
bool WiFiProperties::Populate(
const base::Value::Dict& dict, WiFiProperties& out) { … }
bool WiFiProperties::Populate(
const base::Value& value, WiFiProperties& out) { … }
std::optional<WiFiProperties> WiFiProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<WiFiProperties> WiFiProperties::FromValue(const base::Value& value) { … }
base::Value::Dict WiFiProperties::ToValue() const { … }
ManagedWiFiProperties::ManagedWiFiProperties()
{ … }
ManagedWiFiProperties::~ManagedWiFiProperties() = default;
ManagedWiFiProperties::ManagedWiFiProperties(ManagedWiFiProperties&& rhs) noexcept = default;
ManagedWiFiProperties& ManagedWiFiProperties::operator=(ManagedWiFiProperties&& rhs) noexcept = default;
ManagedWiFiProperties ManagedWiFiProperties::Clone() const { … }
bool ManagedWiFiProperties::Populate(
const base::Value::Dict& dict, ManagedWiFiProperties& out) { … }
bool ManagedWiFiProperties::Populate(
const base::Value& value, ManagedWiFiProperties& out) { … }
std::optional<ManagedWiFiProperties> ManagedWiFiProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedWiFiProperties> ManagedWiFiProperties::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedWiFiProperties::ToValue() const { … }
WiFiStateProperties::WiFiStateProperties()
{ … }
WiFiStateProperties::~WiFiStateProperties() = default;
WiFiStateProperties::WiFiStateProperties(WiFiStateProperties&& rhs) noexcept = default;
WiFiStateProperties& WiFiStateProperties::operator=(WiFiStateProperties&& rhs) noexcept = default;
WiFiStateProperties WiFiStateProperties::Clone() const { … }
bool WiFiStateProperties::Populate(
const base::Value::Dict& dict, WiFiStateProperties& out) { … }
bool WiFiStateProperties::Populate(
const base::Value& value, WiFiStateProperties& out) { … }
std::optional<WiFiStateProperties> WiFiStateProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<WiFiStateProperties> WiFiStateProperties::FromValue(const base::Value& value) { … }
base::Value::Dict WiFiStateProperties::ToValue() const { … }
NetworkConfigProperties::NetworkConfigProperties()
: … { … }
NetworkConfigProperties::~NetworkConfigProperties() = default;
NetworkConfigProperties::NetworkConfigProperties(NetworkConfigProperties&& rhs) noexcept = default;
NetworkConfigProperties& NetworkConfigProperties::operator=(NetworkConfigProperties&& rhs) noexcept = default;
NetworkConfigProperties NetworkConfigProperties::Clone() const { … }
bool NetworkConfigProperties::Populate(
const base::Value::Dict& dict, NetworkConfigProperties& out) { … }
bool NetworkConfigProperties::Populate(
const base::Value& value, NetworkConfigProperties& out) { … }
std::optional<NetworkConfigProperties> NetworkConfigProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<NetworkConfigProperties> NetworkConfigProperties::FromValue(const base::Value& value) { … }
base::Value::Dict NetworkConfigProperties::ToValue() const { … }
NetworkProperties::NetworkProperties()
: … { … }
NetworkProperties::~NetworkProperties() = default;
NetworkProperties::NetworkProperties(NetworkProperties&& rhs) noexcept = default;
NetworkProperties& NetworkProperties::operator=(NetworkProperties&& rhs) noexcept = default;
NetworkProperties NetworkProperties::Clone() const { … }
bool NetworkProperties::Populate(
const base::Value::Dict& dict, NetworkProperties& out) { … }
bool NetworkProperties::Populate(
const base::Value& value, NetworkProperties& out) { … }
std::optional<NetworkProperties> NetworkProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<NetworkProperties> NetworkProperties::FromValue(const base::Value& value) { … }
base::Value::Dict NetworkProperties::ToValue() const { … }
ManagedProperties::ManagedProperties()
: … { … }
ManagedProperties::~ManagedProperties() = default;
ManagedProperties::ManagedProperties(ManagedProperties&& rhs) noexcept = default;
ManagedProperties& ManagedProperties::operator=(ManagedProperties&& rhs) noexcept = default;
ManagedProperties ManagedProperties::Clone() const { … }
bool ManagedProperties::Populate(
const base::Value::Dict& dict, ManagedProperties& out) { … }
bool ManagedProperties::Populate(
const base::Value& value, ManagedProperties& out) { … }
std::optional<ManagedProperties> ManagedProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<ManagedProperties> ManagedProperties::FromValue(const base::Value& value) { … }
base::Value::Dict ManagedProperties::ToValue() const { … }
NetworkStateProperties::NetworkStateProperties()
: … { … }
NetworkStateProperties::~NetworkStateProperties() = default;
NetworkStateProperties::NetworkStateProperties(NetworkStateProperties&& rhs) noexcept = default;
NetworkStateProperties& NetworkStateProperties::operator=(NetworkStateProperties&& rhs) noexcept = default;
NetworkStateProperties NetworkStateProperties::Clone() const { … }
bool NetworkStateProperties::Populate(
const base::Value::Dict& dict, NetworkStateProperties& out) { … }
bool NetworkStateProperties::Populate(
const base::Value& value, NetworkStateProperties& out) { … }
std::optional<NetworkStateProperties> NetworkStateProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<NetworkStateProperties> NetworkStateProperties::FromValue(const base::Value& value) { … }
base::Value::Dict NetworkStateProperties::ToValue() const { … }
DeviceStateProperties::DeviceStateProperties()
: … { … }
DeviceStateProperties::~DeviceStateProperties() = default;
DeviceStateProperties::DeviceStateProperties(DeviceStateProperties&& rhs) noexcept = default;
DeviceStateProperties& DeviceStateProperties::operator=(DeviceStateProperties&& rhs) noexcept = default;
DeviceStateProperties DeviceStateProperties::Clone() const { … }
bool DeviceStateProperties::Populate(
const base::Value::Dict& dict, DeviceStateProperties& out) { … }
bool DeviceStateProperties::Populate(
const base::Value& value, DeviceStateProperties& out) { … }
std::optional<DeviceStateProperties> DeviceStateProperties::FromValue(const base::Value::Dict& value) { … }
std::optional<DeviceStateProperties> DeviceStateProperties::FromValue(const base::Value& value) { … }
base::Value::Dict DeviceStateProperties::ToValue() const { … }
NetworkFilter::NetworkFilter()
: … { … }
NetworkFilter::~NetworkFilter() = default;
NetworkFilter::NetworkFilter(NetworkFilter&& rhs) noexcept = default;
NetworkFilter& NetworkFilter::operator=(NetworkFilter&& rhs) noexcept = default;
NetworkFilter NetworkFilter::Clone() const { … }
bool NetworkFilter::Populate(
const base::Value::Dict& dict, NetworkFilter& out) { … }
bool NetworkFilter::Populate(
const base::Value& value, NetworkFilter& out) { … }
std::optional<NetworkFilter> NetworkFilter::FromValue(const base::Value::Dict& value) { … }
std::optional<NetworkFilter> NetworkFilter::FromValue(const base::Value& value) { … }
base::Value::Dict NetworkFilter::ToValue() const { … }
GlobalPolicy::GlobalPolicy()
{ … }
GlobalPolicy::~GlobalPolicy() = default;
GlobalPolicy::GlobalPolicy(GlobalPolicy&& rhs) noexcept = default;
GlobalPolicy& GlobalPolicy::operator=(GlobalPolicy&& rhs) noexcept = default;
GlobalPolicy GlobalPolicy::Clone() const { … }
bool GlobalPolicy::Populate(
const base::Value::Dict& dict, GlobalPolicy& out) { … }
bool GlobalPolicy::Populate(
const base::Value& value, GlobalPolicy& out) { … }
std::optional<GlobalPolicy> GlobalPolicy::FromValue(const base::Value::Dict& value) { … }
std::optional<GlobalPolicy> GlobalPolicy::FromValue(const base::Value& value) { … }
base::Value::Dict GlobalPolicy::ToValue() const { … }
Certificate::Certificate()
: … { … }
Certificate::~Certificate() = default;
Certificate::Certificate(Certificate&& rhs) noexcept = default;
Certificate& Certificate::operator=(Certificate&& rhs) noexcept = default;
Certificate Certificate::Clone() const { … }
bool Certificate::Populate(
const base::Value::Dict& dict, Certificate& out) { … }
bool Certificate::Populate(
const base::Value& value, Certificate& out) { … }
std::optional<Certificate> Certificate::FromValue(const base::Value::Dict& value) { … }
std::optional<Certificate> Certificate::FromValue(const base::Value& value) { … }
base::Value::Dict Certificate::ToValue() const { … }
CertificateLists::CertificateLists()
{ … }
CertificateLists::~CertificateLists() = default;
CertificateLists::CertificateLists(CertificateLists&& rhs) noexcept = default;
CertificateLists& CertificateLists::operator=(CertificateLists&& rhs) noexcept = default;
CertificateLists CertificateLists::Clone() const { … }
bool CertificateLists::Populate(
const base::Value::Dict& dict, CertificateLists& out) { … }
bool CertificateLists::Populate(
const base::Value& value, CertificateLists& out) { … }
std::optional<CertificateLists> CertificateLists::FromValue(const base::Value::Dict& value) { … }
std::optional<CertificateLists> CertificateLists::FromValue(const base::Value& value) { … }
base::Value::Dict CertificateLists::ToValue() const { … }
namespace GetProperties {
Params::Params() = default;
Params::~Params() = default;
Params::Params(Params&& rhs) noexcept = default;
Params& Params::operator=(Params&& rhs) noexcept = default;
std::optional<Params> Params::Create(const base::Value::List& args) { … }
base::Value::List Results::Create(const NetworkProperties& result) { … }
}
namespace GetManagedProperties {
Params::Params() = default;
Params::~Params() = default;
Params::Params(Params&& rhs) noexcept = default;
Params& Params::operator=(Params&& rhs) noexcept = default;
std::optional<Params> Params::Create(const base::Value::List& args) { … }
base::Value::List Results::Create(const ManagedProperties& result) { … }
}
namespace GetState {
Params::Params() = default;
Params::~Params() = default;
Params::Params(Params&& rhs) noexcept = default;
Params& Params::operator=(Params&& rhs) noexcept = default;
std::optional<Params> Params::Create(const base::Value::List& args) { … }
base::Value::List Results::Create(const NetworkStateProperties& result) { … }
}
namespace SetProperties {
Params::Params() = default;
Params::~Params() = default;
Params::Params(Params&& rhs) noexcept = default;
Params& Params::operator=(Params&& rhs) noexcept = default;
std::optional<Params> Params::Create(const base::Value::List& args) { … }
base::Value::List Results::Create() { … }
}
namespace CreateNetwork {
Params::Params() = default;
Params::~Params() = default;
Params::Params(Params&& rhs) noexcept = default;
Params& Params::operator=(Params&& rhs) noexcept = default;
std::optional<Params> Params::Create(const base::Value::List& args) { … }
base::Value::List Results::Create(const std::string& result) { … }
}
namespace ForgetNetwork {
Params::Params() = default;
Params::~Params() = default;
Params::Params(Params&& rhs) noexcept = default;
Params& Params::operator=(Params&& rhs) noexcept = default;
std::optional<Params> Params::Create(const base::Value::List& args) { … }
base::Value::List Results::Create() { … }
}
namespace GetNetworks {
Params::Params() = default;
Params::~Params() = default;
Params::Params(Params&& rhs) noexcept = default;
Params& Params::operator=(Params&& rhs) noexcept = default;
std::optional<Params> Params::Create(const base::Value::List& args) { … }
base::Value::List Results::Create(const std::vector<NetworkStateProperties>& result) { … }
}
namespace GetVisibleNetworks {
Params::Params() = default;
Params::~Params() = default;
Params::Params(Params&& rhs) noexcept = default;
Params& Params::operator=(Params&& rhs) noexcept = default;
std::optional<Params> Params::Create(const base::Value::List& args) { … }
base::Value::List Results::Create(const std::vector<NetworkStateProperties>& result) { … }
}
namespace GetEnabledNetworkTypes {
base::Value::List Results::Create(const std::vector<NetworkType>& result) { … }
}
namespace GetDeviceStates {
base::Value::List Results::Create(const std::vector<DeviceStateProperties>& result) { … }
}
namespace EnableNetworkType {
Params::Params() = default;
Params::~Params() = default;
Params::Params(Params&& rhs) noexcept = default;
Params& Params::operator=(Params&& rhs) noexcept = default;
std::optional<Params> Params::Create(const base::Value::List& args) { … }
}
namespace DisableNetworkType {
Params::Params() = default;
Params::~Params() = default;
Params::Params(Params&& rhs) noexcept = default;
Params& Params::operator=(Params&& rhs) noexcept = default;
std::optional<Params> Params::Create(const base::Value::List& args) { … }
}
namespace RequestNetworkScan {
Params::Params() = default;
Params::~Params() = default;
Params::Params(Params&& rhs) noexcept = default;
Params& Params::operator=(Params&& rhs) noexcept = default;
std::optional<Params> Params::Create(const base::Value::List& args) { … }
}
namespace StartConnect {
Params::Params() = default;
Params::~Params() = default;
Params::Params(Params&& rhs) noexcept = default;
Params& Params::operator=(Params&& rhs) noexcept = default;
std::optional<Params> Params::Create(const base::Value::List& args) { … }
base::Value::List Results::Create() { … }
}
namespace StartDisconnect {
Params::Params() = default;
Params::~Params() = default;
Params::Params(Params&& rhs) noexcept = default;
Params& Params::operator=(Params&& rhs) noexcept = default;
std::optional<Params> Params::Create(const base::Value::List& args) { … }
base::Value::List Results::Create() { … }
}
namespace StartActivate {
Params::Params() = default;
Params::~Params() = default;
Params::Params(Params&& rhs) noexcept = default;
Params& Params::operator=(Params&& rhs) noexcept = default;
std::optional<Params> Params::Create(const base::Value::List& args) { … }
base::Value::List Results::Create() { … }
}
namespace GetCaptivePortalStatus {
Params::Params() = default;
Params::~Params() = default;
Params::Params(Params&& rhs) noexcept = default;
Params& Params::operator=(Params&& rhs) noexcept = default;
std::optional<Params> Params::Create(const base::Value::List& args) { … }
base::Value::List Results::Create(const CaptivePortalStatus& result) { … }
}
namespace UnlockCellularSim {
Params::Params() = default;
Params::~Params() = default;
Params::Params(Params&& rhs) noexcept = default;
Params& Params::operator=(Params&& rhs) noexcept = default;
std::optional<Params> Params::Create(const base::Value::List& args) { … }
base::Value::List Results::Create() { … }
}
namespace SetCellularSimState {
Params::Params() = default;
Params::~Params() = default;
Params::Params(Params&& rhs) noexcept = default;
Params& Params::operator=(Params&& rhs) noexcept = default;
std::optional<Params> Params::Create(const base::Value::List& args) { … }
base::Value::List Results::Create() { … }
}
namespace SelectCellularMobileNetwork {
Params::Params() = default;
Params::~Params() = default;
Params::Params(Params&& rhs) noexcept = default;
Params& Params::operator=(Params&& rhs) noexcept = default;
std::optional<Params> Params::Create(const base::Value::List& args) { … }
base::Value::List Results::Create() { … }
}
namespace GetGlobalPolicy {
base::Value::List Results::Create(const GlobalPolicy& result) { … }
}
namespace GetCertificateLists {
base::Value::List Results::Create(const CertificateLists& result) { … }
}
namespace OnNetworksChanged {
const char kEventName[] = …;
base::Value::List Create(const std::vector<std::string>& changes) { … }
}
namespace OnNetworkListChanged {
const char kEventName[] = …;
base::Value::List Create(const std::vector<std::string>& changes) { … }
}
namespace OnDeviceStateListChanged {
const char kEventName[] = …;
base::Value::List Create() { … }
}
namespace OnPortalDetectionCompleted {
const char kEventName[] = …;
base::Value::List Create(const std::string& network_guid, const CaptivePortalStatus& status) { … }
}
namespace OnCertificateListsChanged {
const char kEventName[] = …;
base::Value::List Create() { … }
}
}
}
}