Home
last modified time | relevance | path

Searched refs:currentIsSuperPrivacyMode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_policy.cpp92 … bool currentIsSuperPrivacyMode = DelayedSingleton<CallSuperPrivacyControlManager>::GetInstance()-> in SuperPrivacyMode() local
94 TELEPHONY_LOGI("call policy currentIsSuperPrivacyMode:%{public}d", currentIsSuperPrivacyMode); in SuperPrivacyMode()
95 if (currentIsSuperPrivacyMode) { in SuperPrivacyMode()
H A Dcall_control_manager.cpp265 … bool currentIsSuperPrivacyMode = DelayedSingleton<CallSuperPrivacyControlManager>::GetInstance()-> in CurrentIsSuperPrivacyMode() local
267 …LEPHONY_LOGI("call policy answer currentIsSuperPrivacyMode:%{public}d", currentIsSuperPrivacyMode); in CurrentIsSuperPrivacyMode()
268 if (currentIsSuperPrivacyMode) { in CurrentIsSuperPrivacyMode()