/foundation/resourceschedule/ffrt/src/sched/ |
H A D | interval.cpp | 21 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 D | interval.h | 38 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 D | assert_helper.h | 36 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 D | assert_helper.h | 31 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 D | property.h | 192 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 D | render_popup_list_item.cpp | 24 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 D | text_editing_value.cpp | 77 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 D | net_datashare_utils_test.cpp | 127 * @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 D | bundle_active_period_stats.cpp | 60 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 D | display_element.cpp | 22 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 D | ut_interval.cpp | 63 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 D | split_container_element.cpp | 20 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 D | rosen_render_stepper_item.cpp | 22 void RosenRenderStepperItem::Update(const RefPtr<Component>& component) in Update() function in OHOS::Ace::RosenRenderStepperItem 24 RenderStepperItem::Update(component); in Update()
|
H A D | rosen_render_stepper.cpp | 22 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 D | rosen_render_grid.cpp | 22 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 D | rosen_render_tool_bar.cpp | 20 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 D | rosen_render_tab_content.cpp | 22 void RosenRenderTabContent::Update(const RefPtr<Component>& component) in Update() function in OHOS::Ace::RosenRenderTabContent 24 RenderTabContent::Update(component); in Update()
|
H A D | rosen_render_tab_bar.cpp | 22 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 D | rs_property_drawable_bounds_geometry.h | 240 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 D | tester_capi.cpp | 94 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 D | rosen_render_drop_filter.cpp | 22 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 D | rosen_render_progress.cpp | 22 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 D | progress_element.h | 30 void Update() override 33 RenderElement::Update();
|
/foundation/arkui/ace_engine/frameworks/base/memory/ |
H A D | memory_monitor.h | 37 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 D | rosen_render_positioned.cpp | 22 void RosenRenderPositioned::Update(const RefPtr<Component>& component) in Update() function in OHOS::Ace::RosenRenderPositioned 24 RenderPositioned::Update(component); in Update()
|