Searched refs:RadioMessagingIndication (Results 1 – 3 of 3) sorted by relevance
19 RadioMessagingIndication::RadioMessagingIndication(RadioServiceTest& parent) in RadioMessagingIndication() function in RadioMessagingIndication22 ndk::ScopedAStatus RadioMessagingIndication::cdmaNewSms(RadioIndicationType /*type*/, in cdmaNewSms()27 ndk::ScopedAStatus RadioMessagingIndication::cdmaRuimSmsStorageFull(RadioIndicationType /*type*/) { in cdmaRuimSmsStorageFull()31 ndk::ScopedAStatus RadioMessagingIndication::newBroadcastSms(RadioIndicationType /*type*/, in newBroadcastSms()36 ndk::ScopedAStatus RadioMessagingIndication::newSms(RadioIndicationType /*type*/, in newSms()41 ndk::ScopedAStatus RadioMessagingIndication::newSmsOnSim(RadioIndicationType /*type*/, in newSmsOnSim()46 ndk::ScopedAStatus RadioMessagingIndication::newSmsStatusReport( in newSmsStatusReport()51 ndk::ScopedAStatus RadioMessagingIndication::simSmsStorageFull(RadioIndicationType /*type*/) { in simSmsStorageFull()
107 class RadioMessagingIndication : public BnRadioMessagingIndication {112 RadioMessagingIndication(RadioServiceTest& parent_messaging);113 virtual ~RadioMessagingIndication() = default;144 std::shared_ptr<RadioMessagingIndication> radioInd_messaging;
40 radioInd_messaging = ndk::SharedRefBase::make<RadioMessagingIndication>(*this); in SetUp()