/base/telephony/core_service/frameworks/native/src/ |
D | telephony_state_registry_client.cpp | 169 int32_t TelephonyStateRegistryClient::UpdateCfuIndicator(int32_t slotId, bool cfuResult) in UpdateCfuIndicator() function in OHOS::Telephony::TelephonyStateRegistryClient 176 return proxy->UpdateCfuIndicator(slotId, cfuResult); in UpdateCfuIndicator()
|
D | telephony_state_registry_proxy.cpp | 355 int32_t TelephonyStateRegistryProxy::UpdateCfuIndicator(int32_t slotId, bool cfuResult) in UpdateCfuIndicator() function in OHOS::Telephony::TelephonyStateRegistryProxy
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | i_telephony_state_notify.h | 111 virtual int32_t UpdateCfuIndicator(int32_t slotId, bool cfuResult) = 0;
|
D | telephony_state_registry_client.h | 109 int32_t UpdateCfuIndicator(int32_t slotId, bool cfuResult);
|
D | telephony_state_registry_proxy.h | 50 int32_t UpdateCfuIndicator(int32_t slotId, bool cfuResult) override;
|
/base/telephony/state_registry/test/unittest/state_test/ |
D | state_registry_test.h | 189 void UpdateCfuIndicator(int32_t slotId);
|
D | state_registry_test.cpp | 215 void StateRegistryTest::UpdateCfuIndicator(int32_t slotId) in UpdateCfuIndicator() function in OHOS::Telephony::StateRegistryTest 219 … int32_t ret = DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCfuIndicator( in UpdateCfuIndicator() 451 UpdateCfuIndicator(DEFAULT_SIM_SLOT_ID); 464 UpdateCfuIndicator(SIM_SLOT_ID_1);
|
/base/telephony/state_registry/services/include/ |
D | telephony_state_registry_service.h | 57 int32_t UpdateCfuIndicator(int32_t slotId, bool cfuResult) override;
|
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/ |
D | telephonystateregistry_fuzzer.cpp | 350 void UpdateCfuIndicator(const uint8_t *data, size_t size) in UpdateCfuIndicator() function 394 UpdateCfuIndicator(data, size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/state_registry/services/src/ |
D | telephony_state_registry_stub.cpp | 313 int32_t ret = UpdateCfuIndicator(slotId, cfuResult); in OnUpdateCfuIndicator()
|
D | telephony_state_registry_service.cpp | 311 int32_t TelephonyStateRegistryService::UpdateCfuIndicator(int32_t slotId, bool cfuResult) in UpdateCfuIndicator() function in OHOS::Telephony::TelephonyStateRegistryService
|
/base/telephony/core_service/services/sim/src/ |
D | sim_file.cpp | 725 DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCfuIndicator( in ProcessGetCfisDone() 995 DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCfuIndicator( in ProcessGetCffDone() 1717 DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCfuIndicator( in SetVoiceCallForwarding()
|