Searched refs:CellularDataFlowUpdate (Results 1 – 4 of 4) sorted by relevance
75 struct CellularDataFlowUpdate : public UpdateInfo { struct77 …CellularDataFlowUpdate(int32_t slotId, int32_t flowType) : UpdateInfo(slotId), flowType_(flowType)… in CellularDataFlowUpdate() function
94 CellularDataFlowContext &operator=(const CellularDataFlowUpdate &info)
108 std::unique_ptr<CellularDataFlowUpdate> cellularDataFlowUpdateInfo = in OnCellularDataFlowUpdated()109 std::make_unique<CellularDataFlowUpdate>(slotId, dataFlowType); in OnCellularDataFlowUpdated()
314 HandleCallbackInfoUpdate<CellularDataFlowContext, CellularDataFlowUpdate, in AddBasicHandlerToMap()