Home
last modified time | relevance | path

Searched defs:qos (Results 26 - 50 of 127) sorted by relevance

123456

/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_cpumonitor.cpp36 virtual bool IncWorker(const QoS& qos) in IncWorker() argument
40 virtual void WakeupWorkers(const QoS& qos) in WakeupWorkers() argument
43 virtual int GetTaskCount(const QoS& qos) in GetTaskCount() argument
47 virtual int GetWorkerCount(const QoS& qos) in GetWorkerCount() argument
H A Dut_worker_manager.cpp62 QoS* qos = new QoS(); in HWTEST_F() local
73 QoS* qos = new QoS(-1); in HWTEST_F() local
83 QoS* qos = new QoS(2); in HWTEST_F() local
93 QoS* qos = new QoS(ffrt::qos_deadline_request); HWTEST_F() local
105 QoS* qos = new QoS(ffrt::qos_deadline_request); HWTEST_F() local
186 GetTaskCountStub(const QoS& qos) GetTaskCountStub() argument
[all...]
/foundation/resourceschedule/qos_manager/qos/
H A Dqos.cpp45 int qos = static_cast<int>(level); in SetThreadQosForOtherThread() local
81 int qos = -1; in GetThreadQosForOtherThread() local
[all...]
/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbussessionobject_fuzzer/
H A Dsoftbus_session_object_fuzzer.cpp64 QosTV qos[] = { in SoftBusSessionFuzzTest() local
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/
H A Dapp_demo_iot.c34 static void DemoMsgRcvCallBack(int qos, const char *topic, const char *payload) in DemoMsgRcvCallBack() argument
/foundation/resourceschedule/ffrt/interfaces/kits/cpp/
H A Dqueue.h59 inline queue_attr& qos(qos qos_) in qos() function in ffrt::queue_attr
66 inline int qos() const in qos() function in ffrt::queue_attr
H A Dtask.h87 inline task_attr& qos(qos qos_) in qos() function in ffrt::task_attr
100 inline int qos() const in qos() function in ffrt::task_attr
/foundation/resourceschedule/ffrt/src/eu/
H A Dcpu_worker.cpp71 void CPUWorker::Run(ffrt_executor_task_t* task, ffrt_qos_t qos) in Run() argument
H A Dworker_thread.h200 QoS qos; member in ffrt::WorkerThread
H A Dcpuworker_manager.cpp35 void InsertTask(void* task, int qos) in InsertTask() argument
46 bool CPUWorkerManager::IncWorker(const QoS& qos) in IncWorker() argument
80 int CPUWorkerManager::GetTaskCount(const QoS& qos) in GetTaskCount() argument
86 int CPUWorkerManager::GetWorkerCount(const QoS& qos) in GetWorkerCount() argument
155 NotifyLocalTaskAdded(const QoS& qos) NotifyLocalTaskAdded() argument
170 int qos = static_cast<int>(thread->GetQos()); WorkerRetired() local
194 NotifyTaskAdded(const QoS& qos) NotifyTaskAdded() argument
199 NotifyWorkers(const QoS& qos, int number) NotifyWorkers() argument
209 WorkerJoinTg(const QoS& qos, pid_t pid) WorkerJoinTg() argument
228 WorkerLeaveTg(const QoS& qos, pid_t pid) WorkerLeaveTg() argument
[all...]
H A Dscpuworker_manager.cpp74 AddDelayedTask(int qos) AddDelayedTask() argument
209 WakeupWorkers(const QoS& qos) WakeupWorkers() argument
221 CreateCPUWorker(const QoS& qos, void* manager) CreateCPUWorker() argument
[all...]
/foundation/resourceschedule/ffrt/src/sched/
H A Dscheduler.h67 TaskScheduler& GetScheduler(const QoS& qos) in GetScheduler() argument
H A Dscheduler.cpp38 bool FFRTScheduler::InsertNode(LinkedList* node, const QoS qos) in InsertNode() argument
66 bool FFRTScheduler::RemoveNode(LinkedList* node, const QoS qos) in RemoveNode() argument
[all...]
H A Dinterval.cpp116 DefaultInterval::DefaultInterval(uint64_t deadlineUs, const QoS& qos) : Interval(deadlineUs, qos), lt(*this), ctrl(qos) in DefaultInterval() argument
[all...]
/foundation/resourceschedule/ffrt/src/util/
H A Dspmc_queue.cpp109 unsigned int SpmcQueue::PopHeadToAnotherQueue(SpmcQueue& dstQueue, unsigned int elementNum, int qos, PushFunc func) in PopHeadToAnotherQueue() argument
/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dqos_interface_test.cpp292 int qos; in HWTEST_F() local
309 int qos; in HWTEST_F() local
/foundation/resourceschedule/ffrt/src/core/
H A Dtask_io.cpp39 static void ExecuteIOTask(ffrt_executor_task_t* data, ffrt_qos_t qos) in ExecuteIOTask() argument
78 ffrt::QoS qos = (p == nullptr ? ffrt::QoS() : ffrt::QoS(p->qos_)); in ffrt_submit_coroutine() local
/foundation/resourceschedule/ffrt/src/dm/
H A Ddependence_manager.h89 QoS qos = ((attr == nullptr || attr->qos_ == qos_inherit) ? QoS() : QoS(attr->qos_)); in onSubmitUV() local
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Dsession_mock.cpp30 int Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Listen() argument
39 int Bind(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Bind() argument
87 int32_t EvaluateQos(const char *peerNetworkId, TransDataType dataType, const QosTV *qos, uint32_t qosCount) in EvaluateQos() argument
/foundation/distributedhardware/distributed_input/common/test/mock/
H A Dsocket_mock.cpp24 int32_t Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Listen() argument
33 int32_t Bind(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Bind() argument
81 int32_t EvaluateQos(const char *peerNetworkId, TransDataType dataType, const QosTV *qos, uint32_t qosCount) in EvaluateQos() argument
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/mock/
H A Dsocket_mock.cpp24 int32_t Listen(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Listen() argument
33 int32_t Bind(int32_t socket, const QosTV qos[], uint32_t qosCount, const ISocketListener *listener) in Bind() argument
81 int32_t EvaluateQos(const char *peerNetworkId, TransDataType dataType, const QosTV *qos, uint32_t qosCount) in EvaluateQos() argument
/foundation/window/window_manager/window_scene/session/host/src/
H A Dws_ffrt_helper.cpp90 SubmitTask(std::function<void()>&& task, const std::string& taskName, uint64_t delayTime, TaskQos qos) SubmitTask() argument
/foundation/window/window_manager/window_scene/test/unittest/
H A Dws_ffrt_helper_test.cpp74 TaskQos qos = TaskQos::USER_INTERACTIVE; in HWTEST_F() local
123 TaskQos qos = TaskQos::USER_INTERACTIVE; in HWTEST_F() local
/foundation/arkui/napi/native_engine/
H A Dnative_async_work.cpp130 bool NativeAsyncWork::QueueWithQos(napi_qos_t qos) in QueueWithQos() argument
/foundation/resourceschedule/ffrt/test/ut/
H A Dqos_convert_test.cpp105 static int QosTransfer(int qos) in QosTransfer() argument

Completed in 9 milliseconds

123456