/base/telephony/core_service/frameworks/native/src/ |
D | telephony_state_registry_client.cpp | 114 int32_t TelephonyStateRegistryClient::UpdateCallStateForSlotId( in UpdateCallStateForSlotId() function in OHOS::Telephony::TelephonyStateRegistryClient 122 return proxy->UpdateCallStateForSlotId(slotId, callId, callStatus, number); in UpdateCallStateForSlotId()
|
D | telephony_state_registry_proxy.cpp | 127 int32_t TelephonyStateRegistryProxy::UpdateCallStateForSlotId( in UpdateCallStateForSlotId() function in OHOS::Telephony::TelephonyStateRegistryProxy
|
/base/telephony/call_manager/services/call_report/src/ |
D | call_state_report_proxy.cpp | 70 ret = DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCallStateForSlotId( in ReportCallStateForCallId()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | i_telephony_state_notify.h | 74 virtual int32_t UpdateCallStateForSlotId(
|
D | telephony_state_registry_client.h | 58 int32_t UpdateCallStateForSlotId(
|
D | telephony_state_registry_proxy.h | 40 int32_t UpdateCallStateForSlotId(
|
/base/telephony/state_registry/test/unittest/state_test/ |
D | state_registry_test.h | 183 void UpdateCallStateForSlotId(int32_t slotId);
|
D | state_registry_test.cpp | 146 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/ |
D | telephony_state_registry_service.h | 51 int32_t UpdateCallStateForSlotId(
|
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/ |
D | telephonystateregistry_fuzzer.cpp | 163 void UpdateCallStateForSlotId(const uint8_t *data, size_t size) in UpdateCallStateForSlotId() function 389 UpdateCallStateForSlotId(data, size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/state_registry/services/src/ |
D | telephony_state_registry_stub.cpp | 104 int32_t ret = UpdateCallStateForSlotId(slotId, callId, callState, incomingNumber); in OnUpdateCallStateForSlotId()
|
D | telephony_state_registry_service.cpp | 176 int32_t TelephonyStateRegistryService::UpdateCallStateForSlotId( in UpdateCallStateForSlotId() function in OHOS::Telephony::TelephonyStateRegistryService
|