Home
last modified time | relevance | path

Searched defs:history (Results 1 - 15 of 15) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_node_post_process_util.h59 BindableImage history; member
/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/
H A Dnet_stats_history_test.cpp53 auto history = std::make_unique<NetStatsHistory>(); in HWTEST_F() local
62 auto history = std::make_unique<NetStatsHistory>(); in HWTEST_F() local
72 auto history = std::make_unique<NetStatsHistory>(); in HWTEST_F() local
81 auto history = std::make_unique<NetStatsHistory>(); in HWTEST_F() local
91 auto history = std::make_unique<NetStatsHistory>(); in HWTEST_F() local
100 auto history = std::make_unique<NetStatsHistory>(); HWTEST_F() local
110 auto history = std::make_unique<NetStatsHistory>(); HWTEST_F() local
119 auto history = std::make_unique<NetStatsHistory>(); HWTEST_F() local
129 auto history = std::make_unique<NetStatsHistory>(); HWTEST_F() local
139 auto history = std::make_unique<NetStatsHistory>(); HWTEST_F() local
[all...]
H A Dnet_stats_cached_test.cpp91 auto history = std::make_unique<NetStatsHistory>(); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A Djs_types.cpp90 std::list<TouchLocationInfo> history; in JsGetHistoricalPoints() local
/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_flow_control.c64 struct HistoryNode *history = SoftBusCalloc(sizeof(*history)); in Apply() local
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dpointer_event.h79 std::vector<PointerEvent> history; member
H A Dtouch_event.h87 std::vector<TouchEvent> history; member
H A Dmouse_event.h115 std::vector<MouseEvent> history; member
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_camera_controller.h61 RENDER_NS::GpuImageDesc history; member
82 RENDER_NS::RenderHandleReference history[2u]; member
/foundation/multimodalinput/input/service/event_resample/include/
H A Devent_resample.h193 History history[HISTORY_SIZE_MAX]; member
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_mock_test.cpp356 std::shared_ptr<BundleActivePackageHistory> history = nullptr; in HWTEST_F() local
/foundation/communication/netmanager_base/services/netstatsmanager/src/
H A Dnet_stats_service.cpp303 auto history = std::make_unique<NetStatsHistory>(); in GetIfaceStatsDetail() local
338 auto history = std::make_unique<NetStatsHistory>(); in GetUidStatsDetail() local
444 auto history = std::make_unique<NetStatsHistory>(); in GetTrafficStatsByNetwork() local
498 auto history in GetTrafficStatsByUidNetwork() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng_new.cpp1107 std::vector<TouchEvent> history; in HWTEST_F() local
1156 std::vector<TouchEvent> history; HWTEST_F() local
1857 std::vector<MouseEvent> history; HWTEST_F() local
1898 std::vector<PointerEvent> history; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp1794 std::string history = std::move(info.time) + " " + std::move(info.bundleName) + " " + std::move(info.state) + " " + in SetPasteboardHistory() local
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp386 LinearInterpolation( const std::tuple<float, float, uint64_t>& history, const std::tuple<float, float, uint64_t>& current, const uint64_t nanoTimeStamp) LinearInterpolation() argument
452 GetResampleCoord(const std::vector<TouchEvent>& history, const std::vector<TouchEvent>& current, const uint64_t nanoTimeStamp, const bool isScreen) GetResampleCoord() argument
493 GetResampleTouchEvent(const std::vector<TouchEvent>& history, const std::vector<TouchEvent>& current, const uint64_t nanoTimeStamp, TouchEvent& newTouchEvent) GetResampleTouchEvent() argument
547 GetResampleMouseEvent( const std::vector<MouseEvent>& history, const std::vector<MouseEvent>& current, const uint64_t nanoTimeStamp) GetResampleMouseEvent() argument
573 GetMouseResampleCoord(const std::vector<MouseEvent>& history, const std::vector<MouseEvent>& current, const uint64_t nanoTimeStamp, const bool isScreen) GetMouseResampleCoord() argument
741 GetResamplePointerEvent(const std::vector<PointerEvent>& history, const std::vector<PointerEvent>& current, const uint64_t nanoTimeStamp) GetResamplePointerEvent() argument
757 GetResamplePointerCoord( const std::vector<PointerEvent>& history, const std::vector<PointerEvent>& current, const uint64_t nanoTimeStamp, const bool isScreen) GetResamplePointerCoord() argument
2829 std::vector<TouchEvent> history; CompensateTouchMoveEventFromUnhandledEvents() local
3463 std::vector<MouseEvent> history; CompensateMouseMoveEventFromUnhandledEvents() local
4478 std::vector<PointerEvent> history; CompensatePointerMoveEventFromUnhandledEvents() local
[all...]

Completed in 18 milliseconds