Home
last modified time | relevance | path

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

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