/ohos5.0/foundation/communication/netmanager_base/services/netstatsmanager/include/ |
H A D | net_stats_history.h | 31 … int32_t GetHistory(std::vector<NetStatsInfo> &recv, uint64_t start = 0, uint64_t end = LONG_MAX); 32 …int32_t GetHistory(std::vector<NetStatsInfo> &recv, uint32_t uid, uint64_t start = 0, uint64_t end… 33 … int32_t GetHistory(std::vector<NetStatsInfo> &recv, const std::string &iface, uint64_t start = 0, 35 …int32_t GetHistory(std::vector<NetStatsInfo> &recv, const std::string &iface, uint32_t uid, uint64… 39 …int32_t GetHistory(std::vector<NetStatsInfo> &recv, uint32_t uid, const std::string &ident, uint64…
|
/ohos5.0/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/ |
H A D | net_stats_history_test.cpp | 55 int32_t ret = history->GetHistory(infos); 65 int32_t ret = history->GetHistory(infos, currentTime - TIME_CYCLE, currentTime + TIME_CYCLE); 74 int32_t ret = history->GetHistory(infos, 1152, 0, LONG_MAX); 84 …int32_t ret = history->GetHistory(infos, 1152, currentTime - TIME_CYCLE, currentTime + TIME_CYCLE); 93 int32_t ret = history->GetHistory(infos, "wlan0"); 103 …int32_t ret = history->GetHistory(infos, "wlan0", currentTime - TIME_CYCLE, currentTime + TIME_CYC… 112 int32_t ret = history->GetHistory(infos, "wlan0", 1152, 0, LONG_MAX); 122 …int32_t ret = history->GetHistory(infos, "wlan0", 1152, currentTime - TIME_CYCLE, currentTime + TI… 143 int32_t ret = history->GetHistory(infos, uid, ident, 0, LONG_MAX);
|
H A D | net_stats_cached_test.cpp | 92 int32_t ret = history->GetHistory(allInfo, uid, start, end);
|
/ohos5.0/foundation/communication/netmanager_base/services/netstatsmanager/src/ |
H A D | net_stats_history.cpp | 23 int32_t NetStatsHistory::GetHistory(std::vector<NetStatsInfo> &recv, uint64_t start, uint64_t end) in GetHistory() function in OHOS::NetManagerStandard::NetStatsHistory 33 int32_t NetStatsHistory::GetHistory(std::vector<NetStatsInfo> &recv, uint32_t uid, uint64_t start, … in GetHistory() function in OHOS::NetManagerStandard::NetStatsHistory 43 int32_t NetStatsHistory::GetHistory(std::vector<NetStatsInfo> &recv, const std::string &iface, uint… in GetHistory() function in OHOS::NetManagerStandard::NetStatsHistory 54 int32_t NetStatsHistory::GetHistory(std::vector<NetStatsInfo> &recv, const std::string &iface, uint… in GetHistory() function in OHOS::NetManagerStandard::NetStatsHistory 76 int32_t NetStatsHistory::GetHistory(std::vector<NetStatsInfo> &recv, uint32_t uid, const std::strin… in GetHistory() function in OHOS::NetManagerStandard::NetStatsHistory
|
H A D | net_stats_service.cpp | 304 int32_t ret = history->GetHistory(allInfo, iface, start, end); in GetIfaceStatsDetail() 339 int32_t ret = history->GetHistory(allInfo, iface, uid, start, end); in GetUidStatsDetail() 504 int32_t ret = history->GetHistory(allInfo, uid, ident, start, end); in GetTrafficStatsByUidNetwork()
|
/ohos5.0/foundation/multimodalinput/input/service/event_resample/include/ |
H A D | event_resample.h | 214 const History* GetHistory(size_t idx) const in GetHistory() function 225 if (!GetHistory(0)->HasPointerId(id) || !GetHistory(1)->HasPointerId(id)) { in RecentCoordinatesAreIdentical() 228 float currentX = GetHistory(0)->GetPointerById(id).coordX; in RecentCoordinatesAreIdentical() 229 float currentY = GetHistory(0)->GetPointerById(id).coordY; in RecentCoordinatesAreIdentical() 230 float previousX = GetHistory(1)->GetPointerById(id).coordX; in RecentCoordinatesAreIdentical() 231 float previousY = GetHistory(1)->GetPointerById(id).coordY; in RecentCoordinatesAreIdentical()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_dirty_region_manager.cpp | 387 auto subRect = GetHistory((i - 1)); in MergeHistory() 411 RectI RSDirtyRegionManager::GetHistory(unsigned int i) const in GetHistory() function in OHOS::Rosen::RSDirtyRegionManager
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_dirty_region_manager_test.cpp | 661 HWTEST_F(RSDirtyRegionManagerTest, GetHistory, TestSize.Level1) 665 fun.GetHistory(i); 669 fun.GetHistory(i);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdirtyregionmanager_fuzzer/ |
H A D | rsdirtyregionmanager_fuzzer.cpp | 121 rsDirtyRegionManager.GetHistory(age); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_dirty_region_manager.h | 184 RectI GetHistory(unsigned int i) const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | js_types.cpp | 89 history = eventInfo->GetHistory(); in JsGetHistoricalPoints()
|
/ohos5.0/foundation/multimodalinput/input/service/event_resample/src/ |
H A D | event_resample.cpp | 364 const History* current = touchState.GetHistory(0); in ResampleTouchState() 388 other = touchState.GetHistory(1); in ResampleTouchState()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | touch_event.h | 962 const std::list<TouchLocationInfo>& GetHistory() const in GetHistory() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_pattern.cpp | 1111 nativeXComponentImpl_->SetHistoricalPoint(SetHistoryPoint(info.GetHistory())); in HandleTouchEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 6800 eventInfo.GetHistoryPointerEvent().size() == eventInfo.GetHistory().size()) { in SetOnTouch() 6801 auto historyLoacationIterator = std::begin(eventInfo.GetHistory()); in SetOnTouch() 6803 … for (size_t i = 0; i < eventInfo.GetHistory().size() && i < MAX_HISTORY_EVENT_COUNT; i++) { in SetOnTouch()
|