Searched refs:IncomingCallNotification (Results 1 – 4 of 4) sorted by relevance
32 IncomingCallNotification::IncomingCallNotification() : incomingCallNumber_("") {} in IncomingCallNotification() function in OHOS::Telephony::IncomingCallNotification34 void IncomingCallNotification::NewCallCreated(sptr<CallBase> &callObjectPtr) in NewCallCreated()45 void IncomingCallNotification::CallStateUpdated( in CallStateUpdated()54 void IncomingCallNotification::IncomingCallActivated(sptr<CallBase> &callObjectPtr) in IncomingCallActivated()61 void IncomingCallNotification::IncomingCallHungUp( in IncomingCallHungUp()69 void IncomingCallNotification::CallDestroyed(const DisconnectedDetails &details) {} in CallDestroyed()71 void IncomingCallNotification::PublishIncomingCallNotification(sptr<CallBase> &callObjectPtr) in PublishIncomingCallNotification()99 int32_t IncomingCallNotification::CancelIncomingCallNotification() in CancelIncomingCallNotification()107 bool IncomingCallNotification::IsFullScreen() in IsFullScreen()
25 class IncomingCallNotification : public CallStateListenerBase {27 IncomingCallNotification();28 ~IncomingCallNotification() = default;
44 …std::shared_ptr<IncomingCallNotification> notification = std::make_shared<IncomingCallNotification… in IncomingCallNotificationFunc()
399 …std::shared_ptr<IncomingCallNotification> incomingCallNotification = std::make_shared<IncomingCall…