Home
last modified time | relevance | path

Searched refs:plmn (Results 1 – 7 of 7) sorted by relevance

/device/google/cuttlefish/host/commands/cvd_send_id_disclosure/
Dcellular_identifier_disclosure_command_builder.cc24 std::string GetATCommand(const std::string &plmn, int32_t identifierType, in GetATCommand() argument
26 return fmt::format("AT+REMOTEIDDISCLOSURE:\"{}\",{},{},{:d}\r", plmn, in GetATCommand()
Dcellular_identifier_disclosure_command_builder.h30 std::string GetATCommand(const std::string &plmn, int32_t identifierType,
Dmain.cc38 DEFINE_string(plmn, "001001",
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h8561 char* plmn; member
Dril_service.cpp10686 disclosure.plmn = rawDisclosure->plmn; in cellularIdentifierDisclosedInd()
/device/linaro/poplar/wifi/wifi_hal/
Dgscan.cpp1721 result = request.put(GSCAN_ATTRIBUTE_ANQPO_HS_PLMN, mNetworks[i].plmn, 3); in createRequest()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c6243 if (at_tok_nextstr(&p, &disclosure.plmn) < 0) {