Home
last modified time | relevance | path

Searched defs:callRunningState (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H A Dcall_fuzzer.cpp147 … CallRunningState callRunningState = static_cast<CallRunningState>(size % CALL_RUNNING_STATE_NUM); in GetCallerInfo() local
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_base.cpp463 void CallBase::SetCallRunningState(CallRunningState callRunningState) in SetCallRunningState()