#include "extensions/common/api/test.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"
UTF8ToUTF16;
namespace extensions {
namespace api {
namespace test {
namespace GetConfig {
Results::TestConfig::FtpServer::FtpServer()
: … { … }
Results::TestConfig::FtpServer::~FtpServer() = default;
Results::TestConfig::FtpServer::FtpServer(FtpServer&& rhs) noexcept = default;
Results::TestConfig::FtpServer& Results::TestConfig::FtpServer::operator=(FtpServer&& rhs) noexcept = default;
base::Value::Dict Results::TestConfig::FtpServer::ToValue() const { … }
Results::TestConfig::TestServer::TestServer()
: … { … }
Results::TestConfig::TestServer::~TestServer() = default;
Results::TestConfig::TestServer::TestServer(TestServer&& rhs) noexcept = default;
Results::TestConfig::TestServer& Results::TestConfig::TestServer::operator=(TestServer&& rhs) noexcept = default;
base::Value::Dict Results::TestConfig::TestServer::ToValue() const { … }
Results::TestConfig::LoginStatus::LoginStatus()
{ … }
Results::TestConfig::LoginStatus::~LoginStatus() = default;
Results::TestConfig::LoginStatus::LoginStatus(LoginStatus&& rhs) noexcept = default;
Results::TestConfig::LoginStatus& Results::TestConfig::LoginStatus::operator=(LoginStatus&& rhs) noexcept = default;
base::Value::Dict Results::TestConfig::LoginStatus::ToValue() const { … }
Results::TestConfig::TestConfig()
{ … }
Results::TestConfig::~TestConfig() = default;
Results::TestConfig::TestConfig(TestConfig&& rhs) noexcept = default;
Results::TestConfig& Results::TestConfig::operator=(TestConfig&& rhs) noexcept = default;
base::Value::Dict Results::TestConfig::ToValue() const { … }
base::Value::List Results::Create(const TestConfig& test_config) { … }
}
namespace NotifyFail {
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 NotifyPass {
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 Log {
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 OpenFileUrl {
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 PassMessage {
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& response) { … }
}
namespace SendScriptResult {
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 WaitForRoundTrip {
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& message) { … }
}
namespace OnMessage {
const char kEventName[] = …;
Info::Info()
: … { … }
Info::~Info() = default;
Info::Info(Info&& rhs) noexcept = default;
Info& Info::operator=(Info&& rhs) noexcept = default;
base::Value::Dict Info::ToValue() const { … }
base::Value::List Create(const Info& info) { … }
}
}
}
}