Home
last modified time | relevance | path

Searched defs:cfuResult (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/observer/
H A Dmedia_telephony_listener.cpp102 void MediaTelephonyListener::OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) in OnCfuIndicatorUpdated()
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_observer.h83 void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) in OnCfuIndicatorUpdated()
H A Dstate_registry_test.cpp230 bool cfuResult = true; in UpdateCfuIndicator() local
864 bool cfuResult = false; variable
/ohos5.0/base/telephony/core_service/test/unittest/ui_client/
H A Dstate_registry_observer.h83 void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) in OnCfuIndicatorUpdated()
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Dnapi_telephony_observer.cpp118 void NapiTelephonyObserver::OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) in OnCfuIndicatorUpdated()
/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()
H A Dtelephony_state_registry_proxy.cpp359 int32_t TelephonyStateRegistryProxy::UpdateCfuIndicator(int32_t slotId, bool cfuResult) in UpdateCfuIndicator()
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/src/
H A Dtelephony_observer.cpp44 void TelephonyObserver::OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) {} in OnCfuIndicatorUpdated()
164 bool cfuResult = data.ReadBool(); in OnCfuIndicatorUpdatedInner() local
H A Dtelephony_observer_proxy.cpp224 void TelephonyObserverProxy::OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) in OnCfuIndicatorUpdated()
/ohos5.0/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
H A Dtelephonystateregistry_fuzzer.cpp400 bool cfuResult = static_cast<bool>(size % BOOL_NUM); in UpdateCfuIndicator() local
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_stub.cpp406 bool cfuResult = data.ReadBool(); in OnUpdateCfuIndicator() local
H A Dtelephony_state_registry_service.cpp355 int32_t TelephonyStateRegistryService::UpdateCfuIndicator(int32_t slotId, bool cfuResult) in UpdateCfuIndicator()