Searched refs:RejectCallSms (Results 1 – 5 of 5) sorted by relevance
23 RejectCallSms::RejectCallSms() {} in RejectCallSms() function in OHOS::Telephony::RejectCallSms25 void RejectCallSms::IncomingCallHungUp(sptr<CallBase> &callObjectPtr, bool isSendSms, std::string c… in IncomingCallHungUp()35 void RejectCallSms::SendMessage(int32_t slotId, const std::u16string &desAddr, const std::u16string… in SendMessage()48 std::u16string RejectCallSms::ConvertToUtf16(const std::string &str) in ConvertToUtf16()54 void RejectCallSms::NewCallCreated(sptr<CallBase> &callObjectPtr) {} in NewCallCreated()56 void RejectCallSms::CallDestroyed(const DisconnectedDetails &details) {} in CallDestroyed()58 void RejectCallSms::IncomingCallActivated(sptr<CallBase> &callObjectPtr) {} in IncomingCallActivated()60 void RejectCallSms::CallStateUpdated(sptr<CallBase> &callObjectPtr, TelCallState priorState, TelCal… in CallStateUpdated()
26 class RejectCallSms : public CallStateListenerBase {28 RejectCallSms();29 ~RejectCallSms() = default;
209 std::shared_ptr<RejectCallSms> notification = std::make_shared<RejectCallSms>(); in RejectCallSmsFunc()
443 std::shared_ptr<RejectCallSms> rejectCallSms = std::make_shared<RejectCallSms>();
1361 std::shared_ptr<RejectCallSms> hangUpSmsPtr = std::make_shared<RejectCallSms>(); in CallStateObserve()