Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A 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()
H A Dtelephony_state_registry_proxy.cpp359 int32_t TelephonyStateRegistryProxy::UpdateCfuIndicator(int32_t slotId, bool cfuResult) in UpdateCfuIndicator() function in OHOS::Telephony::TelephonyStateRegistryProxy
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp227 void StateRegistryTest::UpdateCfuIndicator(int32_t slotId) in UpdateCfuIndicator() function in OHOS::Telephony::StateRegistryTest
231 … int32_t ret = DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCfuIndicator( in UpdateCfuIndicator()
464 UpdateCfuIndicator(DEFAULT_SIM_SLOT_ID);
477 UpdateCfuIndicator(SIM_SLOT_ID_1);
1074 …EXPECT_EQ(TELEPHONY_STATE_REGISTRY_SLODID_ERROR, service->UpdateCfuIndicator(invalidSlotId, true));
1075 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_PERMISSION_DENIED, service->UpdateCfuIndicator(0, true));
1172 EXPECT_NE(TELEPHONY_SUCCESS, service->UpdateCfuIndicator(0, true));
1184 EXPECT_EQ(TELEPHONY_STATE_REGISTRY_DATA_NOT_EXIST, service->UpdateCfuIndicator(0, true));
1196 EXPECT_EQ(TELEPHONY_SUCCESS, service->UpdateCfuIndicator(0, true));
H A Dstate_registry_test.h189 void UpdateCfuIndicator(int32_t slotId);
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_telephony_state_notify.h109 virtual int32_t UpdateCfuIndicator(int32_t slotId, bool cfuResult) = 0;
H A Dtelephony_state_registry_proxy.h50 int32_t UpdateCfuIndicator(int32_t slotId, bool cfuResult) override;
H A Dtelephony_state_registry_client.h107 int32_t UpdateCfuIndicator(int32_t slotId, bool cfuResult);
/ohos5.0/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_service.h57 int32_t UpdateCfuIndicator(int32_t slotId, bool cfuResult) override;
/ohos5.0/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
H A Dtelephonystateregistry_fuzzer.cpp394 void UpdateCfuIndicator(const uint8_t *data, size_t size) in UpdateCfuIndicator() function
438 UpdateCfuIndicator(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_stub.cpp407 int32_t ret = UpdateCfuIndicator(slotId, cfuResult); in OnUpdateCfuIndicator()
H A Dtelephony_state_registry_service.cpp355 int32_t TelephonyStateRegistryService::UpdateCfuIndicator(int32_t slotId, bool cfuResult) in UpdateCfuIndicator() function in OHOS::Telephony::TelephonyStateRegistryService
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_file.cpp833 DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCfuIndicator( in ProcessGetCfisDone()
1144 DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCfuIndicator( in ProcessGetCffDone()
2058 DelayedRefSingleton<TelephonyStateRegistryClient>::GetInstance().UpdateCfuIndicator( in SetVoiceCallForwarding()