Home
last modified time | relevance | path

Searched refs:Update (Results 1 – 25 of 1470) sorted by relevance

12345678910>>...59

/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-update-sys.md29 **系统能力**:SystemCapability.Update.UpdateService
66 **系统能力**:SystemCapability.Update.UpdateService
92 **系统能力**:SystemCapability.Update.UpdateService
119 **系统能力**:SystemCapability.Update.UpdateService
154 **系统能力**:SystemCapability.Update.UpdateService
195 **系统能力**:SystemCapability.Update.UpdateService
231 **系统能力**:SystemCapability.Update.UpdateService
269 **系统能力**:SystemCapability.Update.UpdateService
320 **系统能力**:SystemCapability.Update.UpdateService
376 **系统能力**:SystemCapability.Update.UpdateService
[all …]
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Dinterval.cpp21 void Deadline::Update(uint64_t deadlineUs) in Update() function in ffrt::Deadline
56 void PerfCtrl::Update(bool force) in Update() function in ffrt::PerfCtrl
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(deadlineUs); in Update()
190 ctrl.Update(Ddl().LeftNs(), lp.GetCPLoad()); in CheckPoint()
219 ctrl.Update(true); in UpdateTaskSwitch()
222 ctrl.Update(); in UpdateTaskSwitch()
[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;
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-update-sys.md1 # @ohos.update (Update)
29 **System capability**: SystemCapability.Update.UpdateService
66 **System capability**: SystemCapability.Update.UpdateService
92 **System capability**: SystemCapability.Update.UpdateService
119 **System capability**: SystemCapability.Update.UpdateService
154 **System capability**: SystemCapability.Update.UpdateService
195 **System capability**: SystemCapability.Update.UpdateService
231 **System capability**: SystemCapability.Update.UpdateService
1867 | order | [Order](#order) | Yes | Update command.|
2104 | UPGRADE_SUCCESS | 50 | Update succeeded.|
[all …]
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Djson_parser.cpp103 event->Update(KEY_OF_TOP_K_TIME, topKTimes); in ParsePluginStatsEvent()
107 event->Update(KEY_OF_TOP_K_EVENT, topKEvents); in ParsePluginStatsEvent()
109 event->Update(KEY_OF_PLUGIN_NAME, ParseString(root[KEY_OF_PLUGIN_NAME])); in ParsePluginStatsEvent()
110 event->Update(KEY_OF_TOTAL, ParseUInt32(root[KEY_OF_TOTAL])); in ParsePluginStatsEvent()
111 event->Update(KEY_OF_PROC_NAME, ParseString(root[KEY_OF_PROC_NAME])); in ParsePluginStatsEvent()
112 event->Update(KEY_OF_PROC_TIME, ParseUInt32(root[KEY_OF_PROC_TIME])); in ParsePluginStatsEvent()
113 event->Update(KEY_OF_TOTAL_TIME, ParseUInt64(root[KEY_OF_TOTAL_TIME])); in ParsePluginStatsEvent()
124 event->Update(KEY_OF_START, ParseUInt64(root[KEY_OF_START])); in ParseSysUsageEvent()
125 event->Update(KEY_OF_END, ParseUInt64(root[KEY_OF_END])); in ParseSysUsageEvent()
126 event->Update(KEY_OF_POWER, ParseUInt64(root[KEY_OF_POWER])); in ParseSysUsageEvent()
[all …]
H A Dfold_app_usage_event_factory.cpp62 event->Update(KEY_OF_PACKAGE, info.package); in Create()
63 event->Update(KEY_OF_VERSION, info.version); in Create()
64 event->Update(KEY_OF_FOLD_VER_USAGE, static_cast<uint32_t>(info.foldVer)); in Create()
65 event->Update(KEY_OF_FOLD_HOR_USAGE, static_cast<uint32_t>(info.foldHor)); in Create()
66 event->Update(KEY_OF_EXPD_VER_USAGE, static_cast<uint32_t>(info.expdVer)); in Create()
67 event->Update(KEY_OF_EXPD_HOR_USAGE, static_cast<uint32_t>(info.expdHor)); in Create()
68 event->Update(KEY_OF_DATE, dateStr); in Create()
69 event->Update(KEY_OF_START_NUM, static_cast<uint32_t>(info.startNum)); in Create()
70 …event->Update(KEY_OF_USAGE, static_cast<uint32_t>(info.foldVer + info.foldHor + info.expdVer + inf… in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dproperty.h191 void Update##name(const type& value) \
197 groupProperty->Update##name(value); \
215 void Update##name(const type& value) \
221 groupProperty->Update##name(value); \
228 void Update##name(const type& value) \
234 groupProperty->Update##name(value); \
235 On##name##Update(value); \
274 void Update##name(const type& value) \
303 void Update##name(const type& value) \
311 On##name##Update(value); \
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text_field/
H A Drender_text_field_test.cpp181 renderTextField->Update(textField);
205 renderTextField->Update(textField);
228 renderTextField->Update(textField);
253 renderTextField->Update(textField);
277 renderTextField->Update(textField);
301 renderTextField->Update(textField);
324 renderTextField->Update(textField);
347 renderTextField->Update(textField);
370 renderTextField->Update(textField);
393 renderTextField->Update(textField);
[all …]
/ohos5.0/base/hiviewdfx/hiview/base/event_report/
H A Dhiview_event_report.cpp33 event->Update(PluginEventSpace::KEY_OF_PLUGIN_NAME, name); in ReportPluginLoad()
34 event->Update(PluginEventSpace::KEY_OF_RESULT, result); in ReportPluginLoad()
35 event->Update(PluginEventSpace::KEY_OF_DURATION, duration); in ReportPluginLoad()
44 event->Update(PluginEventSpace::KEY_OF_PLUGIN_NAME, name); in ReportPluginUnload()
45 event->Update(PluginEventSpace::KEY_OF_RESULT, result); in ReportPluginUnload()
54 event->Update(PluginFaultEventSpace::KEY_OF_PLUGIN_NAME, name); in ReportPluginFault()
55 event->Update(PluginFaultEventSpace::KEY_OF_REASON, reason); in ReportPluginFault()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_editing_value.cpp77 selection.Update(0); 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(beforeSelection.length() + inSelection.length(), beforeSelection.length()); in SelectionAwareTextManipulation()
180 … selection.Update(beforeSelection.length(), beforeSelection.length() + inSelection.length()); in SelectionAwareTextManipulation()
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dassert_helper.h36 bool Update(int idParam) in Update() function
63 bool Update(int id, int stParam) in Update() function
65 if (!RecordCtx::Update(id)) { in Update()
99 bool Update(int id, const SoftBusBtAddr *addr, int st = 0)
101 if (!StRecordCtx::Update(id, st)) {
135 bool Update(int id, int st, int valParam) in Update() function
137 if (!StRecordCtx::Update(id, st)) { in Update()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dassert_helper.h31 bool Update(int idParam) in Update() function
58 bool Update(int id, int stParam) in Update() function
60 if (!RecordCtx::Update(id)) { in Update()
94 bool Update(int id, const SoftbusMacAddr *addr, int st = 0)
96 if (!StRecordCtx::Update(id, st)) {
130 bool Update(int id, int st, int valParam) in Update() function
132 if (!StRecordCtx::Update(id, st)) { in Update()
/ohos5.0/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()
339 CostRecorder::Instance().Update(begin, in GetOutputFormat()
501 CostRecorder::Instance().Update(begin, in ReturnInput()
516 CostRecorder::Instance().Update(begin, in ReturnInput()
[all …]
H A Dtester_codecbase.cpp92 CostRecorder::Instance().Update(begin, "Create"); in Create()
105 CostRecorder::Instance().Update(begin, "SetCallback"); in SetCallback()
117 CostRecorder::Instance().Update(begin, "Start"); in Start()
129 CostRecorder::Instance().Update(begin, "Stop"); in Stop()
141 CostRecorder::Instance().Update(begin, "Release"); in Release()
153 CostRecorder::Instance().Update(begin, "Flush"); in Flush()
253 CostRecorder::Instance().Update(begin, "Configure"); in ConfigureEncoder()
346 CostRecorder::Instance().Update(begin, "NotifyEos"); in NotifyEos()
370 CostRecorder::Instance().Update(begin, "GetInputFormat"); in GetInputFormat()
511 CostRecorder::Instance().Update(begin, apiName); in ReturnOutput()
[all …]
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_interval.cpp63 dl.Update(1000);
68 dl.Update(1000000);
114 interval.Update(50);
153 interval.Update(50);
170 interval.Update(50);
209 interval.Update(50);
222 ctrl.Update(100, UINT_MAX, false);
230 ctrl.Update(100, 500, false);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/
H A Drs_render_modifier_test.cpp110 modifier->Update(prop1, false);
114 modifier->Update(prop2, true);
139 modifier->Update(prop1, true);
168 RSPRM->Update(prop, isDelta);
183 RSEFC->Update(prop, isDelta);
198 RSEFCS->Update(prop, isDelta);
222 modifier->Update(prop, true);
516 RSEFC->Update(prop, isDelta);
538 modifier->Update(prop2, true);
563 modifier->Update(prop2, true);
[all …]
/ohos5.0/base/hiviewdfx/hiview/base/event_report/cache/
H A Dhiview_event_cacher.cpp51 event->Update(KEY_OF_PROC_NAME, procName); in UpdatePluginStatsEvent()
52 event->Update(KEY_OF_PROC_TIME, procTime); in UpdatePluginStatsEvent()
55 event->Update(KEY_OF_PLUGIN_NAME, name); in UpdatePluginStatsEvent()
56 event->Update(KEY_OF_PROC_NAME, procName); in UpdatePluginStatsEvent()
57 event->Update(KEY_OF_PROC_TIME, procTime); in UpdatePluginStatsEvent()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H A Dbundle_active_period_stats.cpp61 void BundleActivePeriodStats::Update(const std::string bundleName, const std::string longTimeTaskNa… in Update() function in OHOS::DeviceUsageStats::BundleActivePeriodStats
69 tmpUsageStats->Update("", timeStamp, eventId, abilityId, uid); in Update()
74 usageStats->Update(longTimeTaskName, timeStamp, eventId, abilityId, uid); in Update()
103 interactiveTracker_.Update(timeStamp); in UpdateScreenInteractive()
109 noninteractiveTracker_.Update(timeStamp); in UpdateScreenNonInteractive()
115 keyguardShownTracker_.Update(timeStamp); in UpdateKeyguardShown()
121 keyguardHiddenTracker_.Update(timeStamp); in UpdateKeyguardHidden()
/ohos5.0/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(const RSRenderContent& content) override;
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_popup_list_item.cpp27 void RenderPopupListItem::Update(const RefPtr<Component>& component) in Update() function in OHOS::Ace::V2::RenderPopupListItem
53 renderBox_->Update(boxComponent_); in Update()
60 renderText_->Update(textComponent_); in Update()
97 renderBox_->Update(boxComponent_); in UpdateBoxSelected()
110 renderBox_->Update(boxComponent_); in UpdateBoxNormal()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/service/
H A Dusage_event_report_service.cpp84 cacheUsage->Update(KEY_OF_START, cacheUsage->GetValue(KEY_OF_END).GetUint64()); in ReportSysUsage()
86 cacheUsage->Update(key, DEFAULT_UINT64); in ReportSysUsage()
100 cacheUsage->Update(key, curUsageTime + cacheUsage->GetValue(key).GetUint64()); in UpdateCacheSysUsage()
102 cacheUsage->Update(KEY_OF_END, nowUsage->GetValue(KEY_OF_END).GetUint64()); in UpdateCacheSysUsage()
109 nowUsage->Update(KEY_OF_START, lastReportTime_); // save the last report time for app_usage in UpdateLastSysUsage()
122 cacheUsage->Update(KEY_OF_START, lastSysReportTime_); in SaveSysUsage()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/service/factory/
H A Dsys_usage_event_factory.cpp37 event->Update(KEY_OF_START, DEFAULT_UINT64); in Create()
38 event->Update(KEY_OF_END, TimeUtil::GetMilliseconds()); in Create()
47 event->Update(KEY_OF_POWER, bootTime); in Create()
48 event->Update(KEY_OF_RUNNING, monotonicTime); in Create()
/ohos5.0/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/
H A Dnet_datashare_utils_test.cpp135 int32_t ret = netDataShareHelperUtils_->Update(wifiUri, KEY_SHARING_WIFI, on);
139 ret = netDataShareHelperUtils_->Update(wifiUri, KEY_SHARING_WIFI, off);
143 ret = netDataShareHelperUtils_->Update(usbUri, KEY_SHARING_USB, on);
146 ret = netDataShareHelperUtils_->Update(usbUri, KEY_SHARING_USB, off);
150 ret = netDataShareHelperUtils_->Update(bluetoothUri, KEY_SHARING_BLUETOOTH, on);
153 ret = netDataShareHelperUtils_->Update(bluetoothUri, KEY_SHARING_BLUETOOTH, off);
/ohos5.0/docs/en/readme/
H A Dupdate.md1 # Update chapter
5 The Update subsystem helps you implement over the air \(OTA\) update of OpenHarmony devices. The up…
18 - Update service
32 - Update app
55 base/update # Update subsystem repository
56 ├── app # Update app code
63 └── updateservice # Update service code
68 **Update subsystem**
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_modifier.h77 virtual void Update(const std::shared_ptr<RSRenderPropertyBase>& prop, bool isDelta) = 0;
103 void Update(const std::shared_ptr<RSRenderPropertyBase>& prop, bool isDelta) override;
137 void Update(const std::shared_ptr<RSRenderPropertyBase>& prop, bool isDelta) override;
274 void Update(const std::shared_ptr<RSRenderPropertyBase>& prop, bool isDelta) override;
291 void Update(const std::shared_ptr<RSRenderPropertyBase>& prop, bool isDelta) override;
310 void Update(const std::shared_ptr<RSRenderPropertyBase>& prop, bool isDelta) override;
327 void Update(const std::shared_ptr<RSRenderPropertyBase>& prop, bool isDelta) override;
344 void Update(const std::shared_ptr<RSRenderPropertyBase>& prop, bool isDelta) override;
361 void Update(const std::shared_ptr<RSRenderPropertyBase>& prop, bool isDelta) override;
378 void Update(const std::shared_ptr<RSRenderPropertyBase>& prop, bool isDelta) override;
[all …]

12345678910>>...59