Home
last modified time | relevance | path

Searched refs:cellularDataFlow_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_service.cpp157 cellularDataFlow_[slotId] = flowData; in UpdateCellularDataFlow()
580 …record.telephonyObserver_->OnCellularDataFlowUpdated(record.slotId_, cellularDataFlow_[record.slot… in UpdateData()
827 for (it = cellularDataFlow_.begin(); it != cellularDataFlow_.end(); ++it) { in GetCellularDataFlow()
/ohos5.0/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_service.h110 std::map<int32_t, int32_t> cellularDataFlow_; variable
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp907 service->cellularDataFlow_[0] = 0;