# 数据路径优先级函数

Source: [https://docs.qualcomm.com/doc/80-PK177-134Y/topic/functions.html](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/functions.html)

- **[Creator](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/creator_2.html)**  

主链路进入数据路径优先级的构造函数。
- **[registerFlowStatusUpdates](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/register_flow_status_updates.html)**  

注册回调以接收流程状态更新。
- **[addFlow](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/add_flow.html)**  

向系统添加新滤波器，并应用提供的上行链路/下行链路级别、PDCP 定时器和 OOD 值。
- **[getFlow](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/get_flow.html)**  

检索客户端添加的所有流程以及每个流程相关状态。
- **[deleteFlow](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/delete_flow.html)**  

根据 ID 删除相应的流程。
- **[deleteAllFlows](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/delete_all_flows.html)**  

删除客户端添加的所有流程。

**Parent Topic:** [数据路径优先级](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/data_path_priority.html)

Last Published: Jun 22, 2023

[Previous Topic
qesdk\_type\_t enum](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134Y/topics/native_type_t_enum.md) [Next Topic
qesdk\_getFunctionHandle](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134Y/topics/native_get_function_handle.md)