Home
last modified time | relevance | path

Searched refs:cfuResult_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/state_registry/frameworks/js/napi/include/
H A Dupdate_contexts.h102 bool cfuResult_; member
105 cfuResult_ = info.cfuResult_;
H A Dupdate_infos.h81 bool cfuResult_ = false; member
82 … CfuIndicatorUpdate(int32_t slotId, bool cfuResult) : UpdateInfo(slotId), cfuResult_(cfuResult) {} in CfuIndicatorUpdate()
/ohos5.0/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_service.h97 std::map<int32_t, bool> cfuResult_; variable
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_service.cpp366 cfuResult_[slotId] = cfuResult; in UpdateCfuIndicator()
584 … record.telephonyObserver_->OnCfuIndicatorUpdated(record.slotId_, cfuResult_[record.slotId_]); in UpdateData()
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp802 napi_value callbackValue = GetNapiValue(cfuIndicatorInfo->env, cfuIndicatorInfo->cfuResult_); in WorkCfuIndicatorUpdated()