/ohos5.0/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>(); variable 55 int32_t ret = history->GetHistory(infos); 62 auto history = std::make_unique<NetStatsHistory>(); variable 72 auto history = std::make_unique<NetStatsHistory>(); variable 81 auto history = std::make_unique<NetStatsHistory>(); variable 91 auto history = std::make_unique<NetStatsHistory>(); variable 93 int32_t ret = history->GetHistory(infos, "wlan0"); 100 auto history = std::make_unique<NetStatsHistory>(); variable 110 auto history = std::make_unique<NetStatsHistory>(); variable 119 auto history = std::make_unique<NetStatsHistory>(); variable [all …]
|
H A D | net_stats_cached_test.cpp | 91 auto history = std::make_unique<NetStatsHistory>(); variable 92 int32_t ret = history->GetHistory(allInfo, uid, start, end);
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/manager/ |
H A D | softbus_conn_flow_control.c | 64 struct HistoryNode *history = SoftBusCalloc(sizeof(*history)); in Apply() local 65 if (history == NULL) { in Apply() 69 ListInit(&history->node); in Apply() 70 history->amount = amount; in Apply() 71 history->timestamp = now; in Apply() 72 ListAdd(&self->histories, &history->node); in Apply()
|
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_smooth_processor.cpp | 63 …nal<DragMoveEvent> DragSmoothProcessor::GetResampleEvent(const std::vector<DragMoveEvent>& history, in GetResampleEvent() argument 66 auto event = Resample(history, current, nanoTimestamp); in GetResampleEvent() 95 …d::optional<DragMoveEvent> DragSmoothProcessor::Resample(const std::vector<DragMoveEvent>& history, in Resample() argument 98 if (history.empty() || current.empty()) { in Resample() 100 "nanoTimestamp:%{public}" PRId64, history.size(), current.size(), nanoTimestamp); in Resample() 115 auto historyAvgEvent = GetAvgCoordinate(history); in Resample() 117 DumpMoveEvent(history, current, historyAvgEvent, currentAvgEvent, latestEvent); in Resample() 154 void DragSmoothProcessor::DumpMoveEvent(const std::vector<DragMoveEvent>& history, in DumpMoveEvent() argument 158 for (const auto &event : history) { in DumpMoveEvent()
|
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/ |
H A D | concurrent-loading-modules-guide.md | 16 history?: collections.Array<collections.Array<string>> 22 calc.history = collections.Array.create(calc.totalCount, collections.Array.create(2, "")); 51 return this.history!; 56 console.info(`${i}: ${this.history![i][0]} = ${this.history![i][1]}`) 62 this.totalCount = this.history!.unshift(newRecord) 136 Text("show history")
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/assets/render/shaders/shader/ |
H A D | fullscreen_taa.frag | 87 vec4 ClipAabb(const vec3 aabbMin, const vec3 aabbMax, const vec4 color, const vec4 history) 92 const vec4 vClip = history - vec4(pClip, color.w); 111 // NOTE: add filtered option for less blurred history 112 vec4 history = textureLod(sampler2D(uHistory, uSampler), historyUv, 0.0); 118 // Box filter for history 156 history.rgb = clamp(history.rgb, boxMin, boxMax); 159 const float historyLuma = CalcLuma(history.rgb); 162 history.rgb *= 1.0 / (1.0 + historyLuma); 166 vec4 color = mix(history, currColor, taaAlpha);
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | concurrent-loading-modules-guide.md | 16 history?: collections.Array<collections.Array<string>> 22 calc.history = collections.Array.create(calc.totalCount, collections.Array.create(2, "")); 51 return this.history!; 56 console.info(`${i}: ${this.history![i][0]} = ${this.history![i][1]}`) 62 this.totalCount = this.history!.unshift(newRecord) 136 Text("show history")
|
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/ |
H A D | drag_smooth_processor.h | 43 std::optional<DragMoveEvent> Resample(const std::vector<DragMoveEvent>& history, 45 void DumpMoveEvent(const std::vector<DragMoveEvent>& history, 50 std::optional<DragMoveEvent> GetResampleEvent(const std::vector<DragMoveEvent>& history,
|
/ohos5.0/foundation/communication/netmanager_base/services/netstatsmanager/src/ |
H A D | net_stats_service.cpp | 303 auto history = std::make_unique<NetStatsHistory>(); in GetIfaceStatsDetail() local 304 int32_t ret = history->GetHistory(allInfo, iface, start, end); in GetIfaceStatsDetail() 338 auto history = std::make_unique<NetStatsHistory>(); in GetUidStatsDetail() local 339 int32_t ret = history->GetHistory(allInfo, iface, uid, start, end); in GetUidStatsDetail() 444 auto history = std::make_unique<NetStatsHistory>(); in GetTrafficStatsByNetwork() local 445 if (history == nullptr) { in GetTrafficStatsByNetwork() 450 int32_t ret = history->GetHistoryByIdent(allInfo, ident, start, end); in GetTrafficStatsByNetwork() 498 auto history = std::make_unique<NetStatsHistory>(); in GetTrafficStatsByUidNetwork() local 499 if (history == nullptr) { in GetTrafficStatsByUidNetwork() 504 int32_t ret = history->GetHistory(allInfo, uid, ident, start, end); in GetTrafficStatsByUidNetwork()
|
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_observer/ |
H A D | thermal_service_subscriber.cpp | 95 for (auto history : typeHistoryMap_) { in SetHistoryTypeTempMap() local 96 const auto& item = history.second; in SetHistoryTypeTempMap() 105 sensorsRateMap_.insert(std::make_pair(history.first, rate)); in SetHistoryTypeTempMap()
|
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/ |
H A D | hisysevent_tool.cpp | 121 cmdArg.history = true; in InitOptHandlers() 176 if (!clientCmdArg.real && !clientCmdArg.history) { in CheckCmdLine() 180 if (clientCmdArg.real && clientCmdArg.history) { in CheckCmdLine() 190 if (clientCmdArg.history) { in CheckCmdLine() 271 if (clientCmdArg.history) { in DoAction()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | js_types.cpp | 88 std::list<TouchLocationInfo> history; in JsGetHistoricalPoints() local 89 history = eventInfo->GetHistory(); in JsGetHistoricalPoints() 90 Local<ArrayRef> valueArray = ArrayRef::New(info->GetVM(), history.size()); in JsGetHistoricalPoints() 92 for (auto const &point : history) { in JsGetHistoricalPoints()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/templates/rendernodegraphs/ |
H A D | render_node_combined_post_process.rng | 42 "name": "history", 44 "usageName": "history"
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_camera_controller.cpp | 359 GpuImageDesc desc = cameraResourceSetup.inputImageDescs.history; in CreateHistoryTargets() 365 createdTargets.history[0u] = gpuResourceMgr.Create( in CreateHistoryTargets() 367 createdTargets.history[1u] = gpuResourceMgr.Create( in CreateHistoryTargets() 370 createdTargets.history[0u] = gpuResourceMgr.Create(createdTargets.history[0u], desc); in CreateHistoryTargets() 371 createdTargets.history[1u] = gpuResourceMgr.Create(createdTargets.history[1u], desc); in CreateHistoryTargets() 375 createdTargets.imageDescs.history = desc; in CreateHistoryTargets() 663 createdTargets_.history[nextIndex].GetHandle()); in RegisterOutputs() 667 createdTargets_.history[nextIndex].GetHandle()); in RegisterOutputs() 1080 camRes_.inputImageDescs.history = HISTORY_DEFAULT_DESC; in SetDefaultGpuImageDescs() 1105 camRes_.inputImageDescs.history = ref.desc; in ParseRenderNodeInputs() [all …]
|
H A D | render_node_default_camera_controller.h | 61 RENDER_NS::GpuImageDesc history; member 82 RENDER_NS::RenderHandleReference history[2u]; member
|
/ohos5.0/docs/zh-cn/device-dev/device-test/ |
H A D | xdevice.md | 202 list history 206 list history: display history record of a serial of tasks 207 list <id>: display history record about task what contains specific id 210 list history 218 list history: 展示任务历史信息 。
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | touch_event_test_ng.cpp | 259 touchEvent4.history.push_back(touchEvent); 260 touchEvent4.history.push_back(touchEvent); 261 touchEvent4.history.push_back(touchEvent); 438 touchEvent_2.history.push_back(touchEvent_3); 447 touchEvent_2.history.push_back(touchEvent_4);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/assets/3d/rendernodegraphs/ |
H A D | core3d_rng_cam_scene_hdrp.rng | 25 "name": "history", 67 "name": "history",
|
/ohos5.0/foundation/multimodalinput/input/service/event_resample/include/ |
H A D | event_resample.h | 193 History history[HISTORY_SIZE_MAX]; member 211 history[historyCurrent].InitializeFrom(event); in AddHistory() 216 return &history[(historyCurrent + idx) & 1]; in GetHistory()
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-small-debug-process-cpu.md | 143 dprintf("the history system cpu usage in all time:%u.%u\n", 160 the history system cpu usage in all time: 3.0
|
H A D | kernel-mini-extend-cpup.md | 148 printf("the history system cpu usage in all time:%u.%u\n", 173 the history system cpu usage in all time:8.9
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | touch_event.cpp | 77 lastPoint = !point.history.empty() ? point.history.back() : point; in TriggerTouchCallBack() 87 for (const auto& item : point.history) { in TriggerTouchCallBack()
|
/ohos5.0/base/hiviewdfx/faultloggerd/ |
H A D | .gitignore | 1 /.history/
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 398 …float x = std::get<INDEX_X>(history) + alpha * (std::get<INDEX_X>(current) - std::get<INDEX_X>(his… in LinearInterpolation() 399 …float y = std::get<INDEX_Y>(history) + alpha * (std::get<INDEX_Y>(current) - std::get<INDEX_Y>(his… in LinearInterpolation() 444 if (history.empty() || current.empty()) { in GetResampleCoord() 461 auto historyPoint = GetAvgPoint(history, isScreen); in GetResampleCoord() 466 for (auto iter : history) { in GetResampleCoord() 496 newTouchEvent.history = current; in GetResampleTouchEvent() 2578 std::vector<TouchEvent> history; in CompensateTouchMoveEventFromUnhandledEvents() local 2583 history.emplace_back(movePoint); in CompensateTouchMoveEventFromUnhandledEvents() 2597 if (!history.empty()) { in CompensateTouchMoveEventFromUnhandledEvents() 2599 lastMoveEvent.history.swap(history); in CompensateTouchMoveEventFromUnhandledEvents() [all …]
|
/ohos5.0/foundation/multimedia/av_codec/ |
H A D | .gitignore | 3 .history
|