Searched refs:HasNormalCall (Results 1 - 3 of 3) sorted by relevance
/base/telephony/call_manager/services/call/src/ |
H A D | call_policy.cpp | 88 return HasNormalCall(isEcc, slotId, callType); in SuperPrivacyMode() 92 return HasNormalCall(isEcc, slotId, callType); in SuperPrivacyMode() 106 return HasNormalCall(isEcc, slotId, callType); in SuperPrivacyMode() 108 int32_t CallPolicy::HasNormalCall(bool isEcc, int32_t slotId, CallType callType) in HasNormalCall() function in OHOS::Telephony::CallPolicy
|
/base/telephony/call_manager/services/call/include/ |
H A D | call_policy.h | 69 int32_t HasNormalCall(bool isEcc, int32_t slotId, CallType callType);
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch1_test.cpp | 827 callPolicy.HasNormalCall(isEcc, slotId, CallType::TYPE_IMS); in HWTEST_F()
|
Completed in 4 milliseconds