Home
last modified time | relevance | path

Searched refs:Update (Results 1 - 25 of 1067) sorted by relevance

12345678910>>...43

/foundation/resourceschedule/ffrt/src/sched/
H A Dinterval.cpp21 void Deadline::Update(uint64_t deadlineUs) in Update() function in ffrt::Deadline
29 FFRT_LOGI("Deadline %lu Update %lu Abs %lu", deadlineUs, deadlineNs, absDeadlineNs); in Update()
56 void PerfCtrl::Update(bool force) in Update() function in ffrt::PerfCtrl
70 void PerfCtrl::Update(uint64_t deadlineNs, uint64_t load, bool force) in Update() function in ffrt::PerfCtrl
81 FFRT_LOGI("Update Load %lu, Deadline %lu, Util %lu\n", load, deadlineNs, predUtil); in Update()
83 Update(force); in Update()
124 ctrl.Update(1, 0, true); in ~DefaultInterval()
146 ctrl.Update(Ddl().ToNs(), lp.GetTotalLoad(), true); in Begin()
152 void DefaultInterval::Update(uint64_t deadlineUs) in Update() function in ffrt::DefaultInterval
161 Ddl().Update(deadlineU in Update()
[all...]
H A Dinterval.h38 Update(deadlineUs); in Deadline()
65 void Update(uint64_t deadlineUs);
147 void Update(bool force = false);
148 void Update(uint64_t deadlineNs, uint64_t load, bool force = false);
196 virtual void Update(uint64_t deadlineUs) = 0;
242 void Update(uint64_t deadlineUs) override;
/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dassert_helper.h36 bool Update(int32_t idParam) in Update() function in RecordCtx
63 bool Update(int32_t id, int32_t stParam) in Update() function in StRecordCtx
65 if (!RecordCtx::Update(id)) { in Update()
99 bool Update(int32_t id, const SoftBusBtAddr *addr, int32_t st = 0) in Update() function in BtAddrRecordCtx
101 if (!StRecordCtx::Update(id, st)) { in Update()
135 bool Update(int32_t id, int32_t st, int32_t valParam) in Update() function in IntRecordCtx
137 if (!StRecordCtx::Update(id, st)) { in Update()
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dassert_helper.h31 bool Update(int32_t idParam) in Update() function in RecordCtx
58 bool Update(int32_t id, int32_t stParam) in Update() function in StRecordCtx
60 if (!RecordCtx::Update(id)) { in Update()
94 bool Update(int32_t id, const SoftbusMacAddr *addr, int32_t st = 0) in Update() function in BtAddrRecordCtx
96 if (!StRecordCtx::Update(id, st)) { in Update()
130 bool Update(int32_t id, int32_t st, int32_t valParam) in Update() function in IntRecordCtx
132 if (!StRecordCtx::Update(id, st)) { in Update()
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dproperty.h192 void Update##name(const type& value) \
198 groupProperty->Update##name(value); \
204 void Update##name(const type& value) \
210 groupProperty->Update##groupItem(value); \
216 void Update##name(const type& value) \
222 groupProperty->Update##name(value); \
224 On##name##Update(value); \
229 void Update##name(const type& value) \
235 groupProperty->Update##name(value); \
236 On##name##Update(valu
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_popup_list_item.cpp24 void RenderPopupListItem::Update(const RefPtr<Component>& component) in Update() function in OHOS::Ace::V2::RenderPopupListItem
50 renderBox_->Update(boxComponent_); in Update()
57 renderText_->Update(textComponent_); in Update()
94 renderBox_->Update(boxComponent_); in UpdateBoxSelected()
107 renderBox_->Update(boxComponent_); in UpdateBoxNormal()
/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_editing_value.cpp77 selection.Update(0); in MoveLeft()
83 selection.Update(StringUtils::NotInUtf16Bmp(utf16Text[prevCharIndex]) ? prevCharIndex - 1 : prevCharIndex); in MoveLeft()
93 selection.Update(utf16Text.length()); in MoveRight()
98 selection.Update(StringUtils::NotInUtf16Bmp(utf16Text[nextCharIndex]) in MoveRight()
106 selection.Update(0); in MoveToPosition()
111 selection.Update(utf16Text.length()); in MoveToPosition()
114 selection.Update(position); in MoveToPosition()
130 selection.Update(start, end); in UpdateSelection()
136 compose.Update(start, end); in UpdateCompose()
178 selection.Update(beforeSelectio in SelectionAwareTextManipulation()
[all...]
/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/
H A Dnet_datashare_utils_test.cpp127 * @tc.desc: Test NetDataShareHelperUtils::Update
134 int32_t ret = netDataShareHelperUtils_->Update(wifiUri, KEY_SHARING_WIFI, on); in HWTEST_F()
138 ret = netDataShareHelperUtils_->Update(wifiUri, KEY_SHARING_WIFI, off); in HWTEST_F()
142 ret = netDataShareHelperUtils_->Update(usbUri, KEY_SHARING_USB, on); in HWTEST_F()
145 ret = netDataShareHelperUtils_->Update(usbUri, KEY_SHARING_USB, off); in HWTEST_F()
149 ret = netDataShareHelperUtils_->Update(bluetoothUri, KEY_SHARING_BLUETOOTH, on); in HWTEST_F()
152 ret = netDataShareHelperUtils_->Update(bluetoothUri, KEY_SHARING_BLUETOOTH, off); in HWTEST_F()
158 * @tc.desc: Test NetDataShareHelperUtils::Update
166 int32_t ret = netDataShareHelperUtils_->Update(wifiUri, KEY_SHARING_WIFI, on); in HWTEST_F()
170 ret = netDataShareHelperUtils_->Update(wifiUr in HWTEST_F()
[all...]
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H A Dbundle_active_period_stats.cpp60 void BundleActivePeriodStats::Update(const std::string bundleName, const std::string longTimeTaskName, in Update() function in OHOS::DeviceUsageStats::BundleActivePeriodStats
68 tmpUsageStats->Update("", timeStamp, eventId, abilityId, uid); in Update()
73 usageStats->Update(longTimeTaskName, timeStamp, eventId, abilityId, uid); in Update()
102 interactiveTracker_.Update(timeStamp); in UpdateScreenInteractive()
108 noninteractiveTracker_.Update(timeStamp); in UpdateScreenNonInteractive()
114 keyguardShownTracker_.Update(timeStamp); in UpdateKeyguardShown()
120 keyguardHiddenTracker_.Update(timeStamp); in UpdateKeyguardHidden()
/foundation/arkui/ace_engine/frameworks/core/components/display/
H A Ddisplay_element.cpp22 void DisplayElement::Update() in Update() function in OHOS::Ace::DisplayElement
25 SoleChildElement::Update(); in Update()
44 SoleChildElement::Update(); in Update()
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_interval.cpp63 dl.Update(1000); in HWTEST_F()
68 dl.Update(1000000); in HWTEST_F()
114 interval.Update(50); in HWTEST_F()
153 interval.Update(50); in HWTEST_F()
170 interval.Update(50); in HWTEST_F()
209 interval.Update(50); in HWTEST_F()
222 ctrl.Update(100, UINT_MAX, false); in HWTEST_F()
230 ctrl.Update(100, 500, false); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/split_container/
H A Dsplit_container_element.cpp20 void SplitContainerElement::Update() in Update() function in OHOS::Ace::SplitContainerElement
22 RenderElement::Update(); in Update()
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drosen_render_stepper_item.cpp22 void RosenRenderStepperItem::Update(const RefPtr<Component>& component) in Update() function in OHOS::Ace::RosenRenderStepperItem
24 RenderStepperItem::Update(component); in Update()
H A Drosen_render_stepper.cpp22 void RosenRenderStepper::Update(const RefPtr<Component>& component) in Update() function in OHOS::Ace::RosenRenderStepper
24 RenderStepper::Update(component); in Update()
/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Drosen_render_grid.cpp22 void RosenRenderGrid::Update(const RefPtr<Component>& component) in Update() function in OHOS::Ace::RosenRenderGrid
24 RenderGrid::Update(component); in Update()
/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drosen_render_tool_bar.cpp20 void RosenRenderToolBar::Update(const RefPtr<Component>& component) in Update() function in OHOS::Ace::RosenRenderToolBar
22 RenderToolBar::Update(component); in Update()
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drosen_render_tab_content.cpp22 void RosenRenderTabContent::Update(const RefPtr<Component>& component) in Update() function in OHOS::Ace::RosenRenderTabContent
24 RenderTabContent::Update(component); in Update()
H A Drosen_render_tab_bar.cpp22 void RosenRenderTabBar::Update(const RefPtr<Component>& component) in Update() function in OHOS::Ace::RosenRenderTabBar
24 RenderTabBar::Update(component); in Update()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_property_drawable_bounds_geometry.h240 bool Update(const RSRenderContent& content) override;
261 bool Update(const RSRenderContent& content) override;
272 bool Update(const RSRenderContent& context) override;
283 bool Update(const RSRenderContent& content) override;
293 bool Update(const RSRenderContent& content) override;
304 bool Update(const RSRenderContent& content) override;
313 bool Update(const RSRenderContent& content) override;
322 bool Update(const RSRenderContent& content) override;
332 bool Update(const RSRenderContent& content) override;
343 bool Update(cons
[all...]
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_capi.cpp94 CostRecorder::Instance().Update(begin, in Create()
114 CostRecorder::Instance().Update(begin, in SetCallback()
134 CostRecorder::Instance().Update(begin, in SetCallback()
148 CostRecorder::Instance().Update(begin, in Start()
162 CostRecorder::Instance().Update(begin, in Stop()
176 CostRecorder::Instance().Update(begin, in Release()
190 CostRecorder::Instance().Update(begin, in Flush()
261 CostRecorder::Instance().Update(begin, "OH_VideoEncoder_Configure"); in ConfigureEncoder()
279 CostRecorder::Instance().Update(begin, "OH_VideoEncoder_GetSurface"); in CreateInputSurface()
293 CostRecorder::Instance().Update(begi in NotifyEos()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/drop_filter/
H A Drosen_render_drop_filter.cpp22 void RosenRenderDropFilter::Update(const RefPtr<Component>& component) in Update() function in OHOS::Ace::RosenRenderDropFilter
24 RenderDropFilter::Update(component); in Update()
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Drosen_render_progress.cpp22 void RosenRenderProgress::Update(const RefPtr<Component>& component) in Update() function in OHOS::Ace::RosenRenderProgress
37 RenderProgress::Update(component); in Update()
38 track_->Update(progress->GetTrack()); in Update()
H A Dprogress_element.h30 void Update() override
33 RenderElement::Update();
/foundation/arkui/ace_engine/frameworks/base/memory/
H A Dmemory_monitor.h37 virtual void Update(void* ptr, size_t size, const std::string& typeName) = 0;
41 void Update(T* ptr, void* refPtr) in Update() function in OHOS::Ace::MemoryMonitor
44 Update(refPtr, TypeInfo<T>::Size(ptr), TypeInfo<T>::Name(ptr)); in Update()
/foundation/arkui/ace_engine/frameworks/core/components/positioned/
H A Drosen_render_positioned.cpp22 void RosenRenderPositioned::Update(const RefPtr<Component>& component) in Update() function in OHOS::Ace::RosenRenderPositioned
24 RenderPositioned::Update(component); in Update()

Completed in 8 milliseconds

12345678910>>...43