Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/broadcastradio/common/utilsaidl/include/broadcastradio-utils-aidl/
H A DUtilsV3.h27 bool parseAlertMessageType(const std::string& s, AlertMessageType& out);
/aosp_15_r20/hardware/interfaces/broadcastradio/common/utilsaidl/src/
H A DUtilsV3.cpp46 bool parseAlertMessageType(const std::string& s, AlertMessageType& out) { in parseAlertMessageType() function
/aosp_15_r20/hardware/interfaces/broadcastradio/aidl/default/
H A DBroadcastRadio.cpp1224 if (!utils::parseAlertMessageType(args[2], parsedAlert.messageType)) { in cmdSimulateAlert()