Home
last modified time | relevance | path

Searched refs:CellularDataFlowUpdate (Results 1 - 7 of 7) sorted by relevance

/base/telephony/state_registry/frameworks/js/napi/include/
H A Dupdate_infos.h75 struct CellularDataFlowUpdate : public UpdateInfo { struct
77 CellularDataFlowUpdate(int32_t slotId, int32_t flowType) : UpdateInfo(slotId), flowType_(flowType) {} in CellularDataFlowUpdate() function
H A Dupdate_contexts.h94 CellularDataFlowContext &operator=(const CellularDataFlowUpdate &info) in operator =()
/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()
111 TELEPHONY_LOGE("CellularDataFlowUpdate is nullptr!"); in OnCellularDataFlowUpdated()
H A Devent_listener_handler.cpp323 HandleCallbackInfoUpdate<CellularDataFlowContext, CellularDataFlowUpdate, in AddBasicHandlerToMap()
/base/telephony/state_registry/frameworks/cj/src/
H A Dtelephony_observer_utils.h215 struct CellularDataFlowUpdate : public UpdateInfo { struct in OHOS::Telephony::CallState
217 CellularDataFlowUpdate(int32_t slotId, int32_t flowType) : UpdateInfo(slotId), flowType_(flowType) {} in CellularDataFlowUpdate() function
H A Dobserver_event_handler.cpp162 HandleCallbackInfoUpdate<CellularDataFlowUpdate, in ProcessEvent()
560 std::unique_ptr<CellularDataFlowUpdate> dataFlowInfo(static_cast<CellularDataFlowUpdate *>(work->data)); in WorkCellularDataFlowUpdated()
H A Dtelephony_observer_impl.cpp444 std::unique_ptr<CellularDataFlowUpdate> cellularDataFlowUpdateInfo = in OnCellularDataFlowUpdated()
445 std::make_unique<CellularDataFlowUpdate>(slotId, dataFlowType); in OnCellularDataFlowUpdated()
447 TELEPHONY_LOGE("CellularDataFlowUpdate is nullptr!"); in OnCellularDataFlowUpdated()

Completed in 5 milliseconds