| /base/telephony/call_manager/services/call/src/ |
| D | call_status_manager.cpp | 315 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/ |
| D | telephony_state_registry_client.cpp | 103 int32_t TelephonyStateRegistryClient::UpdateCallState( in UpdateCallState() function in OHOS::Telephony::TelephonyStateRegistryClient 111 return proxy->UpdateCallState(slotId, callStatus, number); in UpdateCallState()
|
| D | telephony_state_registry_proxy.cpp | 96 int32_t TelephonyStateRegistryProxy::UpdateCallState( in UpdateCallState() function in OHOS::Telephony::TelephonyStateRegistryProxy
|
| /base/telephony/cellular_data/services/include/ |
| D | data_connection_monitor.h | 69 void UpdateCallState(int32_t state);
|
| D | data_connection_manager.h | 56 void UpdateCallState(int32_t state);
|
| /base/telephony/call_manager/services/call_report/src/ |
| D | call_state_report_proxy.cpp | 56 ret = DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCallState( in ReportCallState()
|
| /base/telephony/core_service/interfaces/innerkits/include/ |
| D | i_telephony_state_notify.h | 63 …virtual int32_t UpdateCallState(int32_t slotId, int32_t callStatus, const std::u16string &number) …
|
| D | telephony_state_registry_proxy.h | 38 int32_t UpdateCallState(
|
| D | telephony_state_registry_client.h | 48 int32_t UpdateCallState(int32_t slotId, int32_t callStatus, const std::u16string &number);
|
| /base/telephony/state_registry/test/unittest/state_test/ |
| D | state_registry_test.h | 182 void UpdateCallState(int32_t slotId);
|
| D | state_registry_test.cpp | 135 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/ |
| D | call_status_manager.h | 84 int32_t UpdateCallState(sptr<CallBase> &call, TelCallState nextState);
|
| /base/telephony/state_registry/services/include/ |
| D | telephony_state_registry_service.h | 50 …int32_t UpdateCallState(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) over…
|
| /base/telephony/cellular_data/services/src/ |
| D | data_connection_manager.cpp | 299 void DataConnectionManager::UpdateCallState(int32_t state) in UpdateCallState() function in OHOS::Telephony::DataConnectionManager 302 connectionMonitor_->UpdateCallState(state); in UpdateCallState()
|
| D | data_connection_monitor.cpp | 193 void DataConnectionMonitor::UpdateCallState(int32_t state) in UpdateCallState() function in OHOS::Telephony::DataConnectionMonitor
|
| D | cellular_data_handler.cpp | 945 connectionManager_->UpdateCallState(state); in HandleCallChanged() 968 incallDataStateMachine_->UpdateCallState(state); in HandleImsCallChanged()
|
| /base/telephony/cellular_data/services/include/state_machine/ |
| D | incall_data_state_machine.h | 43 void UpdateCallState(int32_t state);
|
| /base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/ |
| D | telephonystateregistry_fuzzer.cpp | 146 void UpdateCallState(const uint8_t *data, size_t size) in UpdateCallState() function 414 UpdateCallState(data, size); in DoSomethingInterestingWithMyAPI()
|
| /base/telephony/cellular_data/test/ |
| D | zero_branch_test.cpp | 391 con.UpdateCallState(0); 407 mon.UpdateCallState(0); 789 incallStateMachine->UpdateCallState(TelCallStatus::CALL_STATUS_ALERTING);
|
| /base/telephony/cellular_data/services/src/state_machine/ |
| D | incall_data_state_machine.cpp | 25 void IncallDataStateMachine::UpdateCallState(int32_t state) in UpdateCallState() function in OHOS::Telephony::IncallDataStateMachine
|
| /base/telephony/state_registry/services/src/ |
| D | telephony_state_registry_stub.cpp | 80 int32_t ret = UpdateCallState(slotId, callState, phoneNumber); in OnUpdateCallState()
|
| D | telephony_state_registry_service.cpp | 158 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/ |
| D | zero_branch_test.cpp | 2049 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);
|