Home
last modified time | relevance | path

Searched refs:UpdateCallState (Results 1 – 23 of 23) sorted by relevance

/base/telephony/call_manager/services/call/src/
Dcall_status_manager.cpp315 return UpdateCallState(call, info.state); in IncomingHandle()
344 ret = UpdateCallState(call, info.state); in IncomingHandle()
386 ret = UpdateCallState(call, info.state); in IncomingVoipCallHandle()
436 ret = UpdateCallState(call, info.state); in CallFilterCompleteResult()
490 ret = UpdateCallState(call, TelCallState::CALL_STATUS_DIALING); in DialingHandle()
522 int32_t ret = UpdateCallState(call, TelCallState::CALL_STATUS_ACTIVE); in ActiveHandle()
548 int32_t ret = UpdateCallState(call, TelCallState::CALL_STATUS_ACTIVE); in ActiveVoipCallHandle()
575 int32_t ret = UpdateCallState(call, TelCallState::CALL_STATUS_HOLDING); in HoldingHandle()
624 int32_t ret = UpdateCallState(call, TelCallState::CALL_STATUS_ALERTING); in AlertHandle()
648 int32_t ret = UpdateCallState(call, TelCallState::CALL_STATUS_DISCONNECTING); in DisconnectingHandle()
[all …]
/base/telephony/core_service/frameworks/native/src/
Dtelephony_state_registry_client.cpp103 int32_t TelephonyStateRegistryClient::UpdateCallState( in UpdateCallState() function in OHOS::Telephony::TelephonyStateRegistryClient
111 return proxy->UpdateCallState(slotId, callStatus, number); in UpdateCallState()
Dtelephony_state_registry_proxy.cpp96 int32_t TelephonyStateRegistryProxy::UpdateCallState( in UpdateCallState() function in OHOS::Telephony::TelephonyStateRegistryProxy
/base/telephony/cellular_data/services/include/
Ddata_connection_monitor.h69 void UpdateCallState(int32_t state);
Ddata_connection_manager.h56 void UpdateCallState(int32_t state);
/base/telephony/call_manager/services/call_report/src/
Dcall_state_report_proxy.cpp56 ret = DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCallState( in ReportCallState()
/base/telephony/core_service/interfaces/innerkits/include/
Di_telephony_state_notify.h63 …virtual int32_t UpdateCallState(int32_t slotId, int32_t callStatus, const std::u16string &number) …
Dtelephony_state_registry_proxy.h38 int32_t UpdateCallState(
Dtelephony_state_registry_client.h48 int32_t UpdateCallState(int32_t slotId, int32_t callStatus, const std::u16string &number);
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_test.h182 void UpdateCallState(int32_t slotId);
Dstate_registry_test.cpp135 void StateRegistryTest::UpdateCallState(int32_t slotId) in UpdateCallState() function in OHOS::Telephony::StateRegistryTest
142 …DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCallState(slotId, callState… in UpdateCallState()
270 UpdateCallState(DEFAULT_SIM_SLOT_ID);
283 UpdateCallState(SIM_SLOT_ID_1);
/base/telephony/call_manager/services/call/include/
Dcall_status_manager.h84 int32_t UpdateCallState(sptr<CallBase> &call, TelCallState nextState);
/base/telephony/state_registry/services/include/
Dtelephony_state_registry_service.h50 …int32_t UpdateCallState(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) over…
/base/telephony/cellular_data/services/src/
Ddata_connection_manager.cpp299 void DataConnectionManager::UpdateCallState(int32_t state) in UpdateCallState() function in OHOS::Telephony::DataConnectionManager
302 connectionMonitor_->UpdateCallState(state); in UpdateCallState()
Ddata_connection_monitor.cpp193 void DataConnectionMonitor::UpdateCallState(int32_t state) in UpdateCallState() function in OHOS::Telephony::DataConnectionMonitor
Dcellular_data_handler.cpp945 connectionManager_->UpdateCallState(state); in HandleCallChanged()
968 incallDataStateMachine_->UpdateCallState(state); in HandleImsCallChanged()
/base/telephony/cellular_data/services/include/state_machine/
Dincall_data_state_machine.h43 void UpdateCallState(int32_t state);
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
Dtelephonystateregistry_fuzzer.cpp146 void UpdateCallState(const uint8_t *data, size_t size) in UpdateCallState() function
414 UpdateCallState(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_data/test/
Dzero_branch_test.cpp391 con.UpdateCallState(0);
407 mon.UpdateCallState(0);
789 incallStateMachine->UpdateCallState(TelCallStatus::CALL_STATUS_ALERTING);
/base/telephony/cellular_data/services/src/state_machine/
Dincall_data_state_machine.cpp25 void IncallDataStateMachine::UpdateCallState(int32_t state) in UpdateCallState() function in OHOS::Telephony::IncallDataStateMachine
/base/telephony/state_registry/services/src/
Dtelephony_state_registry_stub.cpp80 int32_t ret = UpdateCallState(slotId, callState, phoneNumber); in OnUpdateCallState()
Dtelephony_state_registry_service.cpp158 int32_t TelephonyStateRegistryService::UpdateCallState(int32_t slotId, int32_t callState, const std… in UpdateCallState() function in OHOS::Telephony::TelephonyStateRegistryService
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dzero_branch_test.cpp2049 ASSERT_GT(callStatusManager->UpdateCallState(callObjectPtr, nextState), TELEPHONY_ERROR);
2055 ASSERT_GT(callStatusManager->UpdateCallState(callObjectPtr, nextState), TELEPHONY_ERROR);
2057 ASSERT_GT(callStatusManager->UpdateCallState(callObjectPtr, nextState), TELEPHONY_ERROR);