Home
last modified time | relevance | path

Searched refs:IncomingCallNotification (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/call/call_state_observer/src/
H A Dincoming_call_notification.cpp32 IncomingCallNotification::IncomingCallNotification() : incomingCallNumber_("") {} in IncomingCallNotification() function in OHOS::Telephony::IncomingCallNotification
34 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()
/ohos5.0/base/telephony/call_manager/services/call/call_state_observer/include/
H A Dincoming_call_notification.h25 class IncomingCallNotification : public CallStateListenerBase {
27 IncomingCallNotification();
28 ~IncomingCallNotification() = default;
/ohos5.0/base/telephony/call_manager/test/fuzztest/callnotification_fuzzer/
H A Dcallnotification_fuzzer.cpp44 …std::shared_ptr<IncomingCallNotification> notification = std::make_shared<IncomingCallNotification in IncomingCallNotificationFunc()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch4_test.cpp399 …std::shared_ptr<IncomingCallNotification> incomingCallNotification = std::make_shared<IncomingCall…