Home
last modified time | relevance | path

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

/base/telephony/core_service/frameworks/native/src/
Dtelephony_state_registry_client.cpp169 int32_t TelephonyStateRegistryClient::UpdateCfuIndicator(int32_t slotId, bool cfuResult) in UpdateCfuIndicator() function in OHOS::Telephony::TelephonyStateRegistryClient
176 return proxy->UpdateCfuIndicator(slotId, cfuResult); in UpdateCfuIndicator()
Dtelephony_state_registry_proxy.cpp355 int32_t TelephonyStateRegistryProxy::UpdateCfuIndicator(int32_t slotId, bool cfuResult) in UpdateCfuIndicator() function in OHOS::Telephony::TelephonyStateRegistryProxy
/base/telephony/core_service/interfaces/innerkits/include/
Di_telephony_state_notify.h111 virtual int32_t UpdateCfuIndicator(int32_t slotId, bool cfuResult) = 0;
Dtelephony_state_registry_client.h109 int32_t UpdateCfuIndicator(int32_t slotId, bool cfuResult);
Dtelephony_state_registry_proxy.h50 int32_t UpdateCfuIndicator(int32_t slotId, bool cfuResult) override;
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_test.h189 void UpdateCfuIndicator(int32_t slotId);
Dstate_registry_test.cpp215 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/
Dtelephony_state_registry_service.h57 int32_t UpdateCfuIndicator(int32_t slotId, bool cfuResult) override;
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
Dtelephonystateregistry_fuzzer.cpp350 void UpdateCfuIndicator(const uint8_t *data, size_t size) in UpdateCfuIndicator() function
394 UpdateCfuIndicator(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/state_registry/services/src/
Dtelephony_state_registry_stub.cpp313 int32_t ret = UpdateCfuIndicator(slotId, cfuResult); in OnUpdateCfuIndicator()
Dtelephony_state_registry_service.cpp311 int32_t TelephonyStateRegistryService::UpdateCfuIndicator(int32_t slotId, bool cfuResult) in UpdateCfuIndicator() function in OHOS::Telephony::TelephonyStateRegistryService
/base/telephony/core_service/services/sim/src/
Dsim_file.cpp725 DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCfuIndicator( in ProcessGetCfisDone()
995 DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCfuIndicator( in ProcessGetCffDone()
1717 DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCfuIndicator( in SetVoiceCallForwarding()