Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dims_call.cpp488 bool isSupportVideoCall = true; in IsSupportVideoCall() local
490 isSupportVideoCall = GetCarrierConfig(ITEM_VIDEO_CALL); in IsSupportVideoCall()
494 isSupportVideoCall = false; in IsSupportVideoCall()
498 isSupportVideoCall = false; in IsSupportVideoCall()
500 return isSupportVideoCall; in IsSupportVideoCall()
H A Dcall_policy.cpp199 bool isSupportVideoCall = true; in IsSupportVideoCall() local
201 isSupportVideoCall = GetCarrierConfig(ITEM_VIDEO_CALL); in IsSupportVideoCall()
206 isSupportVideoCall = false; in IsSupportVideoCall()
208 return isSupportVideoCall; in IsSupportVideoCall()