Home
last modified time | relevance | path

Searched defs:callState (Results 1 – 25 of 31) sorted by relevance

12

/base/telephony/call_manager/services/call_report/src/
Dcall_state_report_proxy.cpp53 int32_t CallStateReportProxy::ReportCallState(int32_t slotId, int32_t callState, std::u16string pho… in ReportCallState()
67 int32_t slotId, int32_t callId, int32_t callState, std::u16string incomingNumber) in ReportCallStateForCallId()
/base/telephony/call_manager/services/bluetooth/src/
Dbluetooth_call_manager.cpp32 int32_t numActive, int32_t numHeld, int32_t callState, const std::string &number) in SendBtCallState()
Dbluetooth_call_service.cpp113 int32_t callState = static_cast<int32_t>(TelCallState::CALL_STATUS_IDLE); in GetCallState() local
Dbluetooth_connection.cpp114 int32_t numActive, int32_t numHeld, int32_t callState, const std::string &number) in SendBtCallState()
/base/telephony/call_manager/services/call/src/
Dcall_object_manager.cpp411 sptr<CallBase> CallObjectManager::GetOneCallObject(CallRunningState callState) in GetOneCallObject()
464 bool CallObjectManager::IsCallExist(CallType callType, TelCallState callState) in IsCallExist()
477 bool CallObjectManager::IsCallExist(TelCallState callState) in IsCallExist()
490 bool CallObjectManager::IsCallExist(TelCallState callState, int32_t &callId) in IsCallExist()
518 int32_t CallObjectManager::GetCallNum(TelCallState callState) in GetCallNum()
533 std::string CallObjectManager::GetCallNumber(TelCallState callState) in GetCallNumber()
Dcall_ability_connect_callback.cpp57 TelCallState callState = info.callState; in ReConnectAbility() local
Dcall_base.cpp75 TelCallState callState = callinfo.callState; in HangUpVoipCall() local
/base/telephony/call_manager/services/audio/src/
Dcall_state_processor.cpp142 bool CallStateProcessor::ShouldSwitchState(TelCallState callState) in ShouldSwitchState()
Daudio_control_manager.cpp98 TelCallState callState = callObjectPtr->GetTelCallState(); in CallStateUpdated() local
/base/telephony/state_registry/frameworks/js/napi/include/
Dupdate_contexts.h31 int32_t callState; member
/base/telephony/state_registry/frameworks/js/napi/src/
Dnapi_telephony_observer.cpp24 void NapiTelephonyObserver::OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16str… in OnCallStateUpdated()
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_observer.h30 void OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) in OnCallStateUpdated()
Dstate_registry_test.cpp138 int32_t callState = 16; in UpdateCallState() local
150 int32_t callState = 16; in UpdateCallStateForSlotId() local
810 int32_t callState = 16; variable
/base/telephony/state_registry/frameworks/native/observer/src/
Dtelephony_observer.cpp24 int32_t slotId, int32_t callState, const std::u16string &phoneNumber) {} in OnCallStateUpdated()
102 int32_t callState = data.ReadInt32(); in OnCallStateUpdatedInner() local
Dtelephony_observer_proxy.cpp28 int32_t slotId, int32_t callState, const std::u16string &phoneNumber) in OnCallStateUpdated()
/base/telephony/state_registry/test/fuzztest/telephonyobserver_fuzzer/
Dtelephonyobserver_fuzzer.cpp72 int32_t callState = static_cast<int32_t>(size); in CallStateUpdatedInner() local
/base/telephony/state_registry/services/src/
Dtelephony_state_registry_stub.cpp78 int32_t callState = data.ReadInt32(); in OnUpdateCallState() local
102 int32_t callState = data.ReadInt32(); in OnUpdateCallStateForSlotId() local
Dtelephony_state_registry_service.cpp158 int32_t TelephonyStateRegistryService::UpdateCallState(int32_t slotId, int32_t callState, const std… in UpdateCallState()
189 int32_t slotId, int32_t callId, int32_t callState, const std::u16string &incomingNumber) in UpdateCallStateForSlotId()
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
Dtelephonystateregistry_fuzzer.cpp152 int32_t callState = static_cast<int32_t>(size); in UpdateCallState() local
170 int32_t callState = static_cast<int32_t>(size); in UpdateCallStateForSlotId() local
/base/telephony/call_manager/services/call/include/
Dcommon_type.h45 TelCallState callState = TelCallState::CALL_STATUS_UNKNOWN; member
/base/telephony/cellular_call/test/fuzztest/registercallmanagercallback_fuzzer/
Dregistercallmanagercallback_fuzzer.cpp63 TelCallState callState = static_cast<TelCallState>(size % CALL_STATE_NUM); in ReportCallsInfo() local
/base/telephony/cellular_data/services/src/state_machine/
Dincall_data_state_machine.cpp122 void IncallDataStateMachine::Init(int32_t callState) in Init()
/base/powermgr/battery_statistics/services/native/src/
Dbattery_stats_listener.cpp320 Telephony::TelCallState callState = Telephony::TelCallState(root["STATE"].asInt()); in ProcessPhoneEvent() local
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dcall_manager_gtest.cpp98 bool CallInfoManager::HasState(int callId, int32_t callState) in HasState()
154 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); in LockCallState() local
1229 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); variable
1355 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); variable
1375 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); variable
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_register.cpp70 void CellularCallRegister::ReportSingleCallInfo(const CallReportInfo &info, TelCallState callState) in ReportSingleCallInfo()

12