Searched refs:plmn (Results 1 – 7 of 7) sorted by relevance
/device/google/cuttlefish/host/commands/cvd_send_id_disclosure/ |
D | cellular_identifier_disclosure_command_builder.cc | 24 std::string GetATCommand(const std::string &plmn, int32_t identifierType, in GetATCommand() argument 26 return fmt::format("AT+REMOTEIDDISCLOSURE:\"{}\",{},{},{:d}\r", plmn, in GetATCommand()
|
D | cellular_identifier_disclosure_command_builder.h | 30 std::string GetATCommand(const std::string &plmn, int32_t identifierType,
|
D | main.cc | 38 DEFINE_string(plmn, "001001",
|
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | ril.h | 8561 char* plmn; member
|
D | ril_service.cpp | 10686 disclosure.plmn = rawDisclosure->plmn; in cellularIdentifierDisclosedInd()
|
/device/linaro/poplar/wifi/wifi_hal/ |
D | gscan.cpp | 1721 result = request.put(GSCAN_ATTRIBUTE_ANQPO_HS_PLMN, mNetworks[i].plmn, 3); in createRequest()
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | reference-ril.c | 6243 if (at_tok_nextstr(&p, &disclosure.plmn) < 0) {
|