Home
last modified time | relevance | path

Searched refs:identifierType (Results 1 – 5 of 5) 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
27 identifierType, protocolMessage, isEmergency); in GetATCommand()
Dcellular_identifier_disclosure_command_builder.h30 std::string GetATCommand(const std::string &plmn, int32_t identifierType,
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h8559 int32_t identifierType; member
Dril_service.cpp10683 static_cast<aidl_radio::network::CellularIdentifier>(rawDisclosure->identifierType); in cellularIdentifierDisclosedInd()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c6247 if (at_tok_nextint(&p, &disclosure.identifierType) < 0) {