/base/telephony/call_manager/services/call/src/ |
D | call_status_manager.cpp | 268 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/ |
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/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_client.h | 48 int32_t UpdateCallState(int32_t slotId, int32_t callStatus, const std::u16string &number);
|
D | telephony_state_registry_proxy.h | 38 int32_t UpdateCallState(
|
/base/telephony/call_manager/services/call/include/ |
D | call_status_manager.h | 64 int32_t UpdateCallState(sptr<CallBase> &call, TelCallState nextState);
|
/base/telephony/state_registry/test/unittest/state_test/ |
D | state_registry_test.h | 182 void UpdateCallState(int32_t slotId);
|
D | state_registry_test.cpp | 134 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/ |
D | telephony_state_registry_service.h | 50 …int32_t UpdateCallState(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) over…
|
/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 388 UpdateCallState(data, size); in DoSomethingInterestingWithMyAPI()
|
/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 | 146 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 | 1918 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);
|