Home
last modified time | relevance | path

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

/base/telephony/call_manager/services/call/src/
Dcall_status_manager.cpp268 ret = UpdateCallState(call, info.state); in IncomingHandle()
325 ret = UpdateCallState(call, info.state); in CallFilterCompleteResult()
381 ret = UpdateCallState(call, TelCallState::CALL_STATUS_DIALING); in DialingHandle()
411 int32_t ret = UpdateCallState(call, TelCallState::CALL_STATUS_ACTIVE); in ActiveHandle()
439 ret = UpdateCallState(call, TelCallState::CALL_STATUS_HOLDING); in HoldingHandle()
461 int32_t ret = UpdateCallState(call, TelCallState::CALL_STATUS_ALERTING); in AlertHandle()
484 int32_t ret = UpdateCallState(call, TelCallState::CALL_STATUS_DISCONNECTING); in DisconnectingHandle()
518 ret = UpdateCallState(call, TelCallState::CALL_STATUS_DISCONNECTED); in DisconnectedHandle()
527 int32_t CallStatusManager::UpdateCallState(sptr<CallBase> &call, TelCallState nextState) in UpdateCallState() function in OHOS::Telephony::CallStatusManager
/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/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_client.h48 int32_t UpdateCallState(int32_t slotId, int32_t callStatus, const std::u16string &number);
Dtelephony_state_registry_proxy.h38 int32_t UpdateCallState(
/base/telephony/call_manager/services/call/include/
Dcall_status_manager.h64 int32_t UpdateCallState(sptr<CallBase> &call, TelCallState nextState);
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_test.h182 void UpdateCallState(int32_t slotId);
Dstate_registry_test.cpp134 void StateRegistryTest::UpdateCallState(int32_t slotId) in UpdateCallState() function in OHOS::Telephony::StateRegistryTest
141 …DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCallState(slotId, callState… in UpdateCallState()
269 UpdateCallState(DEFAULT_SIM_SLOT_ID);
282 UpdateCallState(SIM_SLOT_ID_1);
/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/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
Dtelephonystateregistry_fuzzer.cpp146 void UpdateCallState(const uint8_t *data, size_t size) in UpdateCallState() function
388 UpdateCallState(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/state_registry/services/src/
Dtelephony_state_registry_stub.cpp80 int32_t ret = UpdateCallState(slotId, callState, phoneNumber); in OnUpdateCallState()
Dtelephony_state_registry_service.cpp146 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.cpp1918 ASSERT_GT(callStatusManager->UpdateCallState(callObjectPtr, nextState), TELEPHONY_ERROR);
1924 ASSERT_GT(callStatusManager->UpdateCallState(callObjectPtr, nextState), TELEPHONY_ERROR);
1926 ASSERT_GT(callStatusManager->UpdateCallState(callObjectPtr, nextState), TELEPHONY_ERROR);