| /foundation/resourceschedule/ffrt/src/core/ |
| H A D | task.cpp | 142 void ffrt_task_attr_set_qos(ffrt_task_attr_t *attr, ffrt_qos_t qos) in ffrt_task_attr_set_qos() argument 383 int ffrt_set_cgroup_attr(ffrt_qos_t qos, ffrt_os_sched_attr *attr) in ffrt_set_cgroup_attr() argument 417 ffrt_notify_workers(ffrt_qos_t qos, int number) ffrt_notify_workers() argument 428 ffrt_set_worker_stack_size(ffrt_qos_t qos, size_t stack_size) ffrt_set_worker_stack_size() argument 455 ffrt_this_task_update_qos(ffrt_qos_t qos) ffrt_this_task_update_qos() argument 547 ffrt_executor_task_cancel(ffrt_executor_task_t* task, const ffrt_qos_t qos) ffrt_executor_task_cancel() argument [all...] |
| /foundation/resourceschedule/ffrt/src/eu/ |
| H A D | qos_interface.h | 86 int qos; member
|
| /foundation/resourceschedule/qos_manager/services/include/ |
| H A D | qos_interface.h | 98 int qos; member 100 int qos; member
|
| /foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/ |
| H A D | bus_center_server_proxy_standard.cpp | 1098 int32_t BusCenterServerProxy::EvaluateQos(const char *peerNetworkId, TransDataType dataType, const QosTV *qos, in EvaluateQos() argument
|
| /foundation/communication/dsoftbus/sdk/transmission/session/src/ |
| H A D | client_trans_socket_manager.c | 791 int32_t GetQosValue(const QosTV *qos, uint32_t qosCount, QosType type, int32_t *value, int32_t defVal) in GetQosValue() argument [all...] |
| H A D | client_trans_session_service.c | 1063 static int32_t GetMaxIdleTimeout(const QosTV *qos, uint32_ argument 1109 ClientBind(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener, bool isAsync) ClientBind() argument 1161 ClientListen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) ClientListen() argument [all...] |
| H A D | client_trans_session_manager.c | 1584 int32_t ClientIpcOpenSession(int32_t sessionId, const QosTV *qos, uint32_t qosCount, TransInfo *transInfo, bool isAsync) in ClientIpcOpenSession() argument
|
| /foundation/communication/dsoftbus/core/frame/standard/init/src/ |
| H A D | softbus_server.cpp | 385 static void ConvertQosInfo(const QosTV *qos, uint32_t qosCount, QosInfo *qosInfo) in ConvertQosInfo() argument 408 int32_t SoftBusServer::EvaluateQos(const char *peerNetworkId, TransDataType dataType, const QosTV *qos, in EvaluateQos() argument
|
| H A D | softbus_server_stub.cpp | 863 const QosTV *qos = nullptr; in EvaluateQosInner() local [all...] |
| /foundation/communication/dsoftbus/sdk/transmission/session/include/ |
| H A D | client_trans_session_manager.h | 259 inline bool IsValidQosInfo(const QosTV qos[], uint32_t qosCount) in IsValidQosInfo() argument
|
| /foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
| H A D | softbus_handler_asset.cpp | 104 QosTV qos[] = { in CreateAssetLocalSessionServer() local 153 QosTV qos[] = { in AssetBind() local [all...] |
| /third_party/libuv/src/ |
| H A D | threadpool.c | 634 int qos = (ffrt_qos_t)(intptr_t)req->reserved[0]; in uv__work_cancel() local 758 void uv__ffrt_work(ffrt_executor_task_t* data, ffrt_qos_t qos) in uv__ffrt_work() argument 848 uv__work_submit_with_qos(uv_loop_t* loop, uv_req_t* req, struct uv__work* w, ffrt_qos_t qos, void (*work)(struct uv__work *w), void (*done)(struct uv__work *w, int status)) uv__work_submit_with_qos() argument 912 uv_queue_work_with_qos(uv_loop_t* loop, uv_work_t* req, uv_work_cb work_cb, uv_after_work_cb after_work_cb, uv_qos_t qos) uv_queue_work_with_qos() argument [all...] |
| /foundation/resourceschedule/qos_manager/test/fuzztest/concurrent_fuzzer/ |
| H A D | concurrent_fuzzer.cpp | 585 uint32_t qos = GetData<uint32_t>(); in FuzzConcurrentTaskClientQueryDeadline() local
|
| /foundation/communication/dsoftbus/interfaces/kits/transport/ |
| H A D | trans_type.h | 143 QosType qos; /**< Qos type {@link QosType} */ member
|
| /third_party/libwebsockets/include/libwebsockets/ |
| H A D | lws-secure-streams-policy.h | 319 uint8_t qos; member
|
| H A D | lws-mqtt.h | 79 uint8_t qos:2; member 107 lws_mqtt_qos_levels_t qos; member 114 lws_mqtt_qos_levels_t qos; member 133 lws_mqtt_qos_levels_t qos; member 145 lws_mqtt_qos_levels_t qos; /* Requested QoS */ member
|
| /third_party/lwip/src/apps/mqtt/ |
| H A D | mqtt.c | 635 pub_ack_rec_rel_response(mqtt_client_t *client, u8_t msg, u16_t pkt_id, u8_t qos) in pub_ack_rec_rel_response() argument 714 u8_t qos = MQTT_CTL_PACKET_QOS(client->rx_buffer[0]); in mqtt_message_received() local 1096 mqtt_publish(mqtt_client_t *client, const char *topic, const void *payload, u16_t payload_length, u8_t qos, u8_t retain, mqtt_request_cb_t cb, void *arg) mqtt_publish() argument 1172 mqtt_sub_unsub(mqtt_client_t *client, const char *topic, u8_t qos, mqtt_request_cb_t cb, void *arg, u8_t sub) mqtt_sub_unsub() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
| H A D | driver_hostap.c | 1149 wpa_driver_hostap_poll_client(void *priv, const u8 *own_addr, const u8 *addr, int qos) wpa_driver_hostap_poll_client() argument
|
| H A D | driver_nl80211.c | 5089 int qos = flags & WPA_STA_WMM; in wpa_driver_nl80211_hapd_send_eapol() local 8298 nl80211_send_null_frame(struct i802_bss *bss, const u8 *own_addr, const u8 *addr, int qos) nl80211_send_null_frame() argument 8336 nl80211_poll_client(void *priv, const u8 *own_addr, const u8 *addr, int qos) nl80211_poll_client() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | driver_hostap.c | 1153 wpa_driver_hostap_poll_client(void *priv, const u8 *own_addr, const u8 *addr, int qos) wpa_driver_hostap_poll_client() argument
|
| /third_party/libwebsockets/lib/roles/mqtt/ |
| H A D | private-lib-roles-mqtt.h | 346 lws_mqtt_qos_levels_t qos; member
|
| /third_party/libuv/src/unix/ |
| H A D | linux.c | 66 ffrt_qos_t qos = ffrt_this_task_get_qos(); in uv__epoll_wait() local 76 ffrt_qos_t qos = ffrt_this_task_get_qos(); in uv__epoll_ctl() local
|
| /foundation/arkui/napi/native_engine/ |
| H A D | native_api.cpp | 3865 NAPI_EXTERN napi_status napi_queue_async_work_with_qos(napi_env env, napi_async_work work, napi_qos_t qos) in napi_queue_async_work_with_qos() argument
|
| /test/xts/acts/resourceschedule/resourceschedule_standard/ffrt/entry/src/main/cpp/ |
| H A D | ffrtndk.cpp | 1175 ffrt_qos_t qos = ffrt_queue_attr_get_qos(&queue_attr); in QueueApiTest006() local
|
| /third_party/libbpf/include/uapi/linux/ |
| H A D | if_link.h | 1054 __u32 qos; member 1069 __u32 qos; member
|