Searched refs:flowType (Results 1 - 7 of 7) sorted by relevance
/base/telephony/cellular_data/services/src/ |
H A D | state_notification.cpp | 40 void StateNotification::OnUpDataFlowtype(int32_t slotId, CellDataFlowType flowType) in OnUpDataFlowtype() argument 42 TELEPHONY_LOGI("slotId = %{public}d, flowType = %{public}d", slotId, flowType); in OnUpDataFlowtype() 43 TelephonyStateRegistryClient::GetInstance().UpdateCellularDataFlow(slotId, static_cast<int32_t>(flowType)); in OnUpDataFlowtype()
|
H A D | data_connection_manager.cpp | 318 CellDataFlowType flowType = connectionMonitor_->GetDataFlowType(); in GetDataFlowType() local 319 return static_cast<int32_t>(flowType); in GetDataFlowType()
|
/base/telephony/cellular_data/services/include/ |
H A D | state_notification.h | 27 void OnUpDataFlowtype(int32_t slotId, CellDataFlowType flowType);
|
/base/telephony/state_registry/frameworks/js/napi/include/ |
H A D | update_infos.h | 77 CellularDataFlowUpdate(int32_t slotId, int32_t flowType) : UpdateInfo(slotId), flowType_(flowType) {} in CellularDataFlowUpdate()
|
/base/telephony/state_registry/frameworks/cj/src/ |
H A D | telephony_observer_utils.h | 217 CellularDataFlowUpdate(int32_t slotId, int32_t flowType) : UpdateInfo(slotId), flowType_(flowType) {} in CellularDataFlowUpdate()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | telephony_state_registry_client.h | 99 int32_t UpdateCellularDataFlow(int32_t slotId, int32_t flowType);
|
/base/telephony/state_registry/frameworks/native/observer/src/ |
H A D | telephony_observer.cpp | 153 int32_t flowType = data.ReadInt32(); in OnCellularDataFlowUpdatedInner() local 154 OnCellularDataFlowUpdated(slotId, flowType); in OnCellularDataFlowUpdatedInner()
|
Completed in 4 milliseconds