Home
last modified time | relevance | path

Searched refs:spamCallAdapterPtr_ (Results 1 - 1 of 1) sorted by relevance

/base/telephony/call_manager/services/call/src/
H A Dcall_status_manager.cpp1448 std::shared_ptr<SpamCallAdapter> spamCallAdapterPtr_ = std::make_shared<SpamCallAdapter>(); in ShouldBlockIncomingCall() local
1449 if (spamCallAdapterPtr_ == nullptr) { in ShouldBlockIncomingCall()
1453 spamCallAdapterPtr_->DetectSpamCall(std::string(info.phoneNum), info.accountId); in ShouldBlockIncomingCall()
1454 if (spamCallAdapterPtr_->WaitForDetectResult()) { in ShouldBlockIncomingCall()
1459 spamCallAdapterPtr_->GetParseResult(isBlock, numberMarkInfo, blockReason); in ShouldBlockIncomingCall()

Completed in 3 milliseconds