Home
last modified time | relevance | path

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

/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_service.h110 std::map<int32_t, int32_t> cellularDataFlow_; member in OHOS::Telephony::TelephonyStateRegistryService
/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_service.cpp162 cellularDataFlow_[slotId] = flowData; in UpdateCellularDataFlow()
586 record.telephonyObserver_->OnCellularDataFlowUpdated(record.slotId_, cellularDataFlow_[record.slotId_]); in UpdateData()
838 for (it = cellularDataFlow_.begin(); it != cellularDataFlow_.end(); ++it) { in GetCellularDataFlow()
/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp936 service->cellularDataFlow_[0] = 0; in HWTEST_F()

Completed in 5 milliseconds