Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/modem_simulator/nvram_config.h"
#include <android-base/logging.h>
#include <json/json.h>
#include <fstream>
#include <mutex>
#include "cuttlefish/common/libs/utils/files.h"
#include "cuttlefish/host/commands/modem_simulator/device_config.h"
#include "cuttlefish/host/commands/modem_simulator/modem_technology.h"
Namespaces | |
namespace | cuttlefish |
Variables | |
static constexpr char | cuttlefish::kInstances [] = "instances" |
static constexpr char | cuttlefish::kNetworkSelectionMode [] = "network_selection_mode" |
static constexpr char | cuttlefish::kOperatorNumeric [] = "operator_numeric" |
static constexpr char | cuttlefish::kModemTechnoloy [] = "modem_technoloy" |
static constexpr char | cuttlefish::kPreferredNetworkMode [] = "preferred_network_mode" |
static constexpr char | cuttlefish::kEmergencyMode [] = "emergency_mode" |
static constexpr int | cuttlefish::kDefaultNetworkSelectionMode = 0 |
static constexpr int | cuttlefish::kDefaultModemTechnoloy = ModemTechnology::M_MODEM_TECH_LTE |
static constexpr int | cuttlefish::kDefaultPreferredNetworkMode |
static constexpr bool | cuttlefish::kDefaultEmergencyMode = false |