Home
last modified time | relevance | path

Searched refs:CellularDataFlowUpdate (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/state_registry/frameworks/js/napi/include/
H A Dupdate_infos.h75 struct CellularDataFlowUpdate : public UpdateInfo { struct
77CellularDataFlowUpdate(int32_t slotId, int32_t flowType) : UpdateInfo(slotId), flowType_(flowType)… in CellularDataFlowUpdate() function
H A Dupdate_contexts.h94 CellularDataFlowContext &operator=(const CellularDataFlowUpdate &info)
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Dnapi_telephony_observer.cpp108 std::unique_ptr<CellularDataFlowUpdate> cellularDataFlowUpdateInfo = in OnCellularDataFlowUpdated()
109 std::make_unique<CellularDataFlowUpdate>(slotId, dataFlowType); in OnCellularDataFlowUpdated()
H A Devent_listener_handler.cpp314 HandleCallbackInfoUpdate<CellularDataFlowContext, CellularDataFlowUpdate, in AddBasicHandlerToMap()