/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/ |
H A D | intf_render_node_post_process_util.h | 59 BindableImage history; member
|
/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/ |
H A D | net_stats_history_test.cpp | 53 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 D | net_stats_cached_test.cpp | 91 auto history = std::make_unique<NetStatsHistory>(); in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | js_types.cpp | 90 std::list<TouchLocationInfo> history; in JsGetHistoricalPoints() local
|
/foundation/communication/dsoftbus/core/connection/manager/ |
H A D | softbus_conn_flow_control.c | 64 struct HistoryNode *history = SoftBusCalloc(sizeof(*history));
in Apply() local
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | pointer_event.h | 79 std::vector<PointerEvent> history; member
|
H A D | touch_event.h | 87 std::vector<TouchEvent> history; member
|
H A D | mouse_event.h | 115 std::vector<MouseEvent> history; member
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_camera_controller.h | 61 RENDER_NS::GpuImageDesc history; member 82 RENDER_NS::RenderHandleReference history[2u]; member
|
/foundation/multimodalinput/input/service/event_resample/include/ |
H A D | event_resample.h | 193 History history[HISTORY_SIZE_MAX]; member
|
/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | device_usage_statistics_mock_test.cpp | 356 std::shared_ptr<BundleActivePackageHistory> history = nullptr; in HWTEST_F() local
|
/foundation/communication/netmanager_base/services/netstatsmanager/src/ |
H A D | net_stats_service.cpp | 303 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 D | pipeline_context_test_ng_new.cpp | 1107 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 D | pasteboard_service.cpp | 1794 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 D | pipeline_context.cpp | 386 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...] |