Home
last modified time | relevance | path

Searched refs:host_id (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/
Ddevice_config.h30 static int host_id();
Dcf_device_config.cpp24 int DeviceConfig::host_id() { in host_id() function in cuttlefish::modem::DeviceConfig
Dmodem_service.cpp117 return std::to_string(cuttlefish::modem::DeviceConfig::host_id()); in GetHostId()