Home
last modified time | relevance | path

Searched defs:responseTime (Results 1 - 21 of 21) sorted by relevance

/kernel/liteos_a/kernel/base/sched/
H A Dlos_sortlink.c75 VOID OsAdd2SortLink(SortLinkAttribute *head, SortLinkList *node, UINT64 responseTime, UINT16 idleCpu) in OsAdd2SortLink() argument
95 UINT32 OsSortLinkAdjustNodeResponseTime(SortLinkAttribute *head, SortLinkList *node, UINT64 responseTime) in OsSortLinkAdjustNodeResponseTime() argument
[all...]
H A Dlos_sched.c200 VOID OsSchedResponseTimeReset(UINT64 responseTime) in OsSchedResponseTimeReset() argument
[all...]
H A Dlos_statistics.c38 UINT64 responseTime; member
/foundation/communication/netmanager_base/test/netsysbpfstats/unittest/bpf_core_test/
H A DBpfResponseTest.cpp70 string responseTime = req.GetResponseTime(); in HWTEST_F() local
88 string responseTime = req.GetResponseTime(); in HWTEST_F() local
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_core_test/
H A DVpnResponseTest.cpp70 string responseTime = req.GetResponseTime(); in HWTEST_F() local
88 string responseTime = req.GetResponseTime(); in HWTEST_F() local
/foundation/communication/netstack/test/unittest/http_test/
H A DHttpClientResponseTest.cpp70 string responseTime = req.GetResponseTime(); in HWTEST_F() local
88 string responseTime = req.GetResponseTime(); in HWTEST_F() local
/foundation/communication/netstack/test/unittest/tcp_core_test/
H A DTcpSocketResponseTest.cpp70 string responseTime = req.GetResponseTime(); in HWTEST_F() local
88 string responseTime = req.GetResponseTime(); in HWTEST_F() local
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/netshare_core_test/
H A DNetShareResponseTest.cpp70 string responseTime = req.GetResponseTime(); in HWTEST_F() local
88 string responseTime = req.GetResponseTime(); in HWTEST_F() local
/foundation/communication/netstack/test/unittest/http_client/
H A DHttpClientResponseTest.cpp70 string responseTime = req.GetResponseTime(); in HWTEST_F() local
88 string responseTime = req.GetResponseTime(); in HWTEST_F() local
/foundation/communication/netstack/test/unittest/http_client_test/
H A DHttpClientResponseTest.cpp69 string responseTime = req.GetResponseTime(); in HWTEST_F() local
87 string responseTime = req.GetResponseTime(); in HWTEST_F() local
/foundation/communication/netstack/test/unittest/websocket_core_test/
H A DWebSocketResponseTest.cpp70 string responseTime = req.GetResponseTime(); in HWTEST_F() local
88 string responseTime = req.GetResponseTime(); in HWTEST_F() local
/kernel/liteos_a/kernel/base/include/
H A Dlos_sortlink_pri.h47 UINT64 responseTime; member
H A Dlos_sched_pri.h115 UINT64 responseTime; /* Response time for current CPU tick interrupts */ member
551 STATIC INLINE VOID OsSchedTimeoutQueueAdd(LosTaskCB *taskCB, UINT64 responseTime) in OsSchedTimeoutQueueAdd() argument
588 STATIC INLINE UINT32 OsSchedTimeoutQueueAdjust(LosTaskCB *taskCB, UINT64 responseTime) in OsSchedTimeoutQueueAdjust() argument
607 UINT64 responseTime; in SchedTaskFreeze() local
628 UINT64 currTime, responseTime; SchedTaskUnfreeze() local
[all...]
/kernel/liteos_m/kernel/include/
H A Dlos_sortlink.h51 UINT64 responseTime; member
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_strategy.cpp116 int64_t responseTime = std::max<int64_t>(0, cacheResponse_.GetResponseTime()); in CacheResponseAgeMillis() local
149 int64_t responseTime = cacheResponse_.GetResponseTime(); in ComputeFreshnessLifetimeSecondsInternal() local
H A Dnet_http_cache_entity.cpp323 void HttpCacheResponse::SetResponseTime(const std::string &responseTime) in SetResponseTime() argument
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_strategy.cpp118 int64_t responseTime = std::max<int64_t>(0, cacheResponse_.GetResponseTime()); in CacheResponseAgeMillis() local
151 int64_t responseTime = cacheResponse_.GetResponseTime(); in ComputeFreshnessLifetimeSecondsInternal() local
H A Dhttp_cache_response.cpp199 void HttpCacheResponse::SetResponseTime(const std::string &responseTime) in SetResponseTime() argument
/kernel/liteos_m/kernel/src/
H A Dlos_sched.c69 VOID OsSchedResetSchedResponseTime(UINT64 responseTime) in OsSchedResetSchedResponseTime() argument
315 UINT64 responseTime = GET_SORTLIST_VALUE(&taskCB->sortList); in OsSchedFreezeTask() local
324 UINT64 currTime, responseTime; in OsSchedUnfreezeTask() local
571 UINT64 responseTime; in LOS_SchedTickTimeoutNsGet() local
[all...]
/kernel/liteos_a/kernel/base/core/
H A Dlos_swtmr.c423 STATIC INLINE VOID AddSwtmr2TimeList(SortLinkList *node, UINT64 responseTime, UINT16 cpuid) in AddSwtmr2TimeList() argument
441 STATIC VOID SwtmrAdjustCheck(UINT16 cpuid, UINT64 responseTime) in SwtmrAdjustCheck() argument
485 UINT64 responseTime = swtmr->startTime + period; in SwtmrToStart() local
505 UINT64 responseTime; SwtmrStart() local
[all...]
/foundation/barrierfree/accessibility/frameworks/acfwk/src/
H A Daccessibility_config_impl.cpp1353 uint32_t responseTime = 0; in GetClickResponseTime() local

Completed in 13 milliseconds