Home
last modified time | relevance | path

Searched refs:UpdateCallStateForSlotId (Results 1 – 12 of 12) sorted by relevance

/base/telephony/core_service/frameworks/native/src/
Dtelephony_state_registry_client.cpp114 int32_t TelephonyStateRegistryClient::UpdateCallStateForSlotId( in UpdateCallStateForSlotId() function in OHOS::Telephony::TelephonyStateRegistryClient
122 return proxy->UpdateCallStateForSlotId(slotId, callId, callStatus, number); in UpdateCallStateForSlotId()
Dtelephony_state_registry_proxy.cpp127 int32_t TelephonyStateRegistryProxy::UpdateCallStateForSlotId( in UpdateCallStateForSlotId() function in OHOS::Telephony::TelephonyStateRegistryProxy
/base/telephony/call_manager/services/call_report/src/
Dcall_state_report_proxy.cpp70 ret = DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCallStateForSlotId( in ReportCallStateForCallId()
/base/telephony/core_service/interfaces/innerkits/include/
Di_telephony_state_notify.h74 virtual int32_t UpdateCallStateForSlotId(
Dtelephony_state_registry_client.h58 int32_t UpdateCallStateForSlotId(
Dtelephony_state_registry_proxy.h40 int32_t UpdateCallStateForSlotId(
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_test.h183 void UpdateCallStateForSlotId(int32_t slotId);
Dstate_registry_test.cpp146 void StateRegistryTest::UpdateCallStateForSlotId(int32_t slotId) in UpdateCallStateForSlotId() function in OHOS::Telephony::StateRegistryTest
153 …_t ret = DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCallStateForSlotId( in UpdateCallStateForSlotId()
295 UpdateCallStateForSlotId(DEFAULT_SIM_SLOT_ID);
308 UpdateCallStateForSlotId(SIM_SLOT_ID_1);
/base/telephony/state_registry/services/include/
Dtelephony_state_registry_service.h51 int32_t UpdateCallStateForSlotId(
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
Dtelephonystateregistry_fuzzer.cpp163 void UpdateCallStateForSlotId(const uint8_t *data, size_t size) in UpdateCallStateForSlotId() function
389 UpdateCallStateForSlotId(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/state_registry/services/src/
Dtelephony_state_registry_stub.cpp104 int32_t ret = UpdateCallStateForSlotId(slotId, callId, callState, incomingNumber); in OnUpdateCallStateForSlotId()
Dtelephony_state_registry_service.cpp176 int32_t TelephonyStateRegistryService::UpdateCallStateForSlotId( in UpdateCallStateForSlotId() function in OHOS::Telephony::TelephonyStateRegistryService