/base/telephony/core_service/test/unittest/ui_client/ |
H A D | state_registry_observer.h | 83 void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) in OnCfuIndicatorUpdated() argument 86 "StateRegistryObserver%{public}d::OnCfuIndicatorUpdated cfuResult is %{public}d", slotId, cfuResult); in OnCfuIndicatorUpdated()
|
/base/telephony/state_registry/test/unittest/state_test/ |
H A D | state_registry_observer.h | 83 void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) in OnCfuIndicatorUpdated() argument 86 "StateRegistryObserver%{public}d::OnCfuIndicatorUpdated cfuResult is %{public}d", slotId, cfuResult); in OnCfuIndicatorUpdated()
|
H A D | state_registry_test.cpp | 229 bool cfuResult = true; in UpdateCfuIndicator() local 231 slotId, cfuResult); in UpdateCfuIndicator() 860 bool cfuResult = false; in HWTEST_F() local 863 telephonyObserver->OnCfuIndicatorUpdated(slotId, cfuResult); in HWTEST_F() 864 telephonyObserver->OnVoiceMailMsgIndicatorUpdated(slotId, cfuResult); in HWTEST_F()
|
/base/telephony/state_registry/frameworks/js/napi/src/ |
H A D | napi_telephony_observer.cpp | 118 void NapiTelephonyObserver::OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) in OnCfuIndicatorUpdated() argument 120 TELEPHONY_LOGI("OnCfuIndicatorUpdated slotId = %{public}d, cfuResult = %{public}d", slotId, cfuResult); in OnCfuIndicatorUpdated() 122 std::make_unique<CfuIndicatorUpdate>(slotId, cfuResult); in OnCfuIndicatorUpdated()
|
/base/telephony/state_registry/frameworks/js/napi/include/ |
H A D | update_infos.h | 82 CfuIndicatorUpdate(int32_t slotId, bool cfuResult) : UpdateInfo(slotId), cfuResult_(cfuResult) {} in CfuIndicatorUpdate()
|
H A D | napi_telephony_observer.h | 37 void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) override;
|
/base/telephony/state_registry/frameworks/native/observer/include/ |
H A D | telephony_observer_proxy.h | 44 void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult);
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | telephony_state_registry_client.cpp | 169 int32_t TelephonyStateRegistryClient::UpdateCfuIndicator(int32_t slotId, bool cfuResult) in UpdateCfuIndicator() argument 176 return proxy->UpdateCfuIndicator(slotId, cfuResult); in UpdateCfuIndicator()
|
H A D | telephony_state_registry_proxy.cpp | 359 int32_t TelephonyStateRegistryProxy::UpdateCfuIndicator(int32_t slotId, bool cfuResult) in UpdateCfuIndicator() argument 370 if (!in.WriteBool(cfuResult)) { in UpdateCfuIndicator()
|
/base/telephony/state_registry/frameworks/cj/src/ |
H A D | telephony_observer_utils.h | 222 CfuIndicatorUpdate(int32_t slotId, bool cfuResult) : UpdateInfo(slotId), cfuResult_(cfuResult) {} in CfuIndicatorUpdate()
|
H A D | telephony_observer_impl.h | 89 void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) override;
|
H A D | telephony_observer_impl.cpp | 455 void FfiTelephonyObserver::OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) in OnCfuIndicatorUpdated() argument 457 TELEPHONY_LOGI("OnCfuIndicatorUpdated slotId = %{public}d, cfuResult = %{public}d", slotId, cfuResult); in OnCfuIndicatorUpdated() 459 std::make_unique<CfuIndicatorUpdate>(slotId, cfuResult); in OnCfuIndicatorUpdated()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | telephony_observer_broker.h | 58 virtual void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) = 0;
|
H A D | telephony_state_registry_client.h | 104 * @param cfuResult set the result of call forwarding 107 int32_t UpdateCfuIndicator(int32_t slotId, bool cfuResult);
|
H A D | telephony_state_registry_proxy.h | 50 int32_t UpdateCfuIndicator(int32_t slotId, bool cfuResult) override;
|
H A D | i_telephony_state_notify.h | 106 * @param cfuResult set the result of call forwarding 109 virtual int32_t UpdateCfuIndicator(int32_t slotId, bool cfuResult) = 0;
|
/base/telephony/state_registry/interfaces/innerkits/observer/ |
H A D | telephony_observer.h | 105 * @param cfuResult Indicates whether support CFU, true if support, false if 108 virtual void OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) override;
|
/base/telephony/state_registry/frameworks/native/observer/src/ |
H A D | telephony_observer.cpp | 44 void TelephonyObserver::OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) {} in OnCfuIndicatorUpdated() argument 161 bool cfuResult = data.ReadBool(); in OnCfuIndicatorUpdatedInner() local 162 OnCfuIndicatorUpdated(slotId, cfuResult); in OnCfuIndicatorUpdatedInner()
|
H A D | telephony_observer_proxy.cpp | 224 void TelephonyObserverProxy::OnCfuIndicatorUpdated(int32_t slotId, bool cfuResult) in OnCfuIndicatorUpdated() argument 235 dataParcel.WriteBool(cfuResult); in OnCfuIndicatorUpdated()
|
/base/telephony/state_registry/services/include/ |
H A D | telephony_state_registry_service.h | 57 int32_t UpdateCfuIndicator(int32_t slotId, bool cfuResult) override;
|
/base/telephony/state_registry/services/src/ |
H A D | telephony_state_registry_stub.cpp | 406 bool cfuResult = data.ReadBool(); in OnUpdateCfuIndicator() local 407 int32_t ret = UpdateCfuIndicator(slotId, cfuResult); in OnUpdateCfuIndicator()
|
H A D | telephony_state_registry_service.cpp | 361 int32_t TelephonyStateRegistryService::UpdateCfuIndicator(int32_t slotId, bool cfuResult) in UpdateCfuIndicator() argument 372 cfuResult_[slotId] = cfuResult; in UpdateCfuIndicator() 378 record.telephonyObserver_->OnCfuIndicatorUpdated(slotId, cfuResult); in UpdateCfuIndicator()
|
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/ |
H A D | telephonystateregistry_fuzzer.cpp | 400 bool cfuResult = static_cast<bool>(size % BOOL_NUM); in UpdateCfuIndicator() local 403 dataMessageParcel.WriteBool(cfuResult); in UpdateCfuIndicator()
|