Home
last modified time | relevance | path

Searched refs:cfuResult_ (Results 1 - 6 of 6) sorted by relevance

/base/telephony/state_registry/frameworks/js/napi/include/
H A Dupdate_contexts.h102 bool cfuResult_; member
105 cfuResult_ = info.cfuResult_; in operator =()
H A Dupdate_infos.h81 bool cfuResult_ = false; member
82 CfuIndicatorUpdate(int32_t slotId, bool cfuResult) : UpdateInfo(slotId), cfuResult_(cfuResult) {} in CfuIndicatorUpdate()
/base/telephony/state_registry/frameworks/cj/src/
H A Dtelephony_observer_utils.h221 bool cfuResult_ = false; member
222 CfuIndicatorUpdate(int32_t slotId, bool cfuResult) : UpdateInfo(slotId), cfuResult_(cfuResult) {} in CfuIndicatorUpdate()
/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_service.h97 std::map<int32_t, bool> cfuResult_; member in OHOS::Telephony::TelephonyStateRegistryService
/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_service.cpp372 cfuResult_[slotId] = cfuResult; in UpdateCfuIndicator()
590 record.telephonyObserver_->OnCfuIndicatorUpdated(record.slotId_, cfuResult_[record.slotId_]); in UpdateData()
/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp811 napi_value callbackValue = GetNapiValue(cfuIndicatorInfo->env, cfuIndicatorInfo->cfuResult_); in WorkCfuIndicatorUpdated()

Completed in 11 milliseconds