Home
last modified time | relevance | path

Searched defs:callState (Results 1 – 25 of 28) 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/call/src/
Dcall_object_manager.cpp313 sptr<CallBase> CallObjectManager::GetOneCallObject(CallRunningState callState) in GetOneCallObject()
337 bool CallObjectManager::IsCallExist(CallType callType, TelCallState callState) in IsCallExist()
350 bool CallObjectManager::IsCallExist(TelCallState callState) in IsCallExist()
363 bool CallObjectManager::IsCallExist(TelCallState callState, int32_t &callId) in IsCallExist()
391 int32_t CallObjectManager::GetCallNum(TelCallState callState) in GetCallNum()
406 std::string CallObjectManager::GetCallNumber(TelCallState callState) in GetCallNumber()
Dcall_ability_connect_callback.cpp57 TelCallState callState = info.callState; in ReConnectAbility() local
/base/telephony/call_manager/services/bluetooth/src/
Dbluetooth_call_manager.cpp57 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.cpp208 int32_t numActive, int32_t numHeld, int32_t callState, const std::string &number) in SendBtCallState()
/base/telephony/call_manager/services/audio/src/
Dcall_state_processor.cpp139 bool CallStateProcessor::ShouldSwitchState(TelCallState callState) in ShouldSwitchState()
Daudio_control_manager.cpp53 TelCallState callState = callObjectPtr->GetTelCallState(); in CallStateUpdated() local
/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.cpp137 int32_t callState = 16; in UpdateCallState() local
149 int32_t callState = 16; in UpdateCallStateForSlotId() 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()
Devent_listener_handler.cpp58 int32_t WrapCallState(int32_t callState) in WrapCallState()
/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/cellular_call/test/fuzztest/registercallmanagercallback_fuzzer/
Dregistercallmanagercallback_fuzzer.cpp63 TelCallState callState = static_cast<TelCallState>(size % CALL_STATE_NUM); in ReportCallsInfo() local
/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/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.cpp146 int32_t TelephonyStateRegistryService::UpdateCallState(int32_t slotId, int32_t callState, const std… in UpdateCallState()
177 int32_t slotId, int32_t callId, int32_t callState, const std::u16string &incomingNumber) in UpdateCallStateForSlotId()
/base/powermgr/battery_statistics/services/native/src/
Dbattery_stats_listener.cpp320 … Telephony::TelCallState callState = Telephony::TelCallState(stoi(root["STATE"].asString())); in ProcessPhoneEvent() local
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dcall_manager_gtest.cpp89 bool CallInfoManager::HasState(int callId, int32_t callState) in HasState()
145 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); in LockCallState() local
1190 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); variable
1246 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); variable
1318 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); variable
1338 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()
/base/telephony/call_manager/interfaces/kits/js/
D@ohos.telephony.call.d.ts2897 callState: DetailedCallState; property

12