Home
last modified time | relevance | path

Searched refs:updated (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_remote.c303 int8_t *updated) in UpdateCapabilityBitmap() argument
310 *updated = NSTACKX_TRUE; in UpdateCapabilityBitmap()
339 *updated = NSTACKX_TRUE; in UpdateDeviceInfoInner()
347 *updated = NSTACKX_TRUE; in UpdateDeviceInfoInner()
357 *updated = NSTACKX_TRUE; in UpdateDeviceInfoInner()
362 *updated = NSTACKX_TRUE; in UpdateDeviceInfoInner()
381 updated = NSTACKX_TRUE; in UpdateDeviceInfo()
389 updated = NSTACKX_TRUE; in UpdateDeviceInfo()
405 updated = NSTACKX_TRUE; in UpdateDeviceInfo()
420 *updatedPtr |= updated; in UpdateDeviceInfo()
[all …]
H A Dnstackx_device.c121 int8_t updated = NSTACKX_FALSE; in UpdateDeviceDbInDeviceList() local
122 …if (UpdateRemoteNodeByDeviceInfo(deviceId, &info, remoteIp, deviceInfo, &updated) != NSTACKX_EOK) { in UpdateDeviceDbInDeviceList()
128 return updated ? DeviceInfoNotify(deviceInfo) : NSTACKX_EOK; in UpdateDeviceDbInDeviceList()
130 if (updated || forceUpdate) { in UpdateDeviceDbInDeviceList()
131 DFINDER_LOGD(TAG, "updated is: %hhu, forceUpdate is: %hhu", updated, forceUpdate); in UpdateDeviceDbInDeviceList()
/ohos5.0/base/update/updater/services/applypatch/
H A Dpartition_record.cpp60 LOG(DEBUG) << "PartitionRecord: update status: " << pri->updated; in IsPartitionUpdated()
62 return pri->updated; in IsPartitionUpdated()
91 bool PartitionRecord::RecordPartitionSetInfo(const std::string &partitionName, bool updated, int fd) in RecordPartitionSetInfo() argument
98 info_.updated = updated; in RecordPartitionSetInfo()
115 bool PartitionRecord::RecordPartitionUpdateStatus(const std::string &partitionName, bool updated) in RecordPartitionUpdateStatus() argument
135 if (!RecordPartitionSetInfo(partitionName, updated, fd)) { in RecordPartitionUpdateStatus()
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/src/
H A Dmedia_avsession_adapter_impl.cpp378 bool updated = false; in UpdateMetaDataCache() local
381 updated = true; in UpdateMetaDataCache()
385 updated = true; in UpdateMetaDataCache()
389 updated = true; in UpdateMetaDataCache()
391 return updated; in UpdateMetaDataCache()
438 bool updated = false; in UpdatePlaybackStateCache() local
442 updated = true; in UpdatePlaybackStateCache()
450 updated = true; in UpdatePlaybackStateCache()
452 return updated; in UpdatePlaybackStateCache()
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A D_rdb___change_info.md24updated](_r_d_b.md#updated) | Location where data is updated. If the primary key of the table is o…
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/common_event/
H A DcommonEventManager-definitions-sys.md51 Indicates that the exemption list for resource usage restrictions has been updated in idle mode.
300 Indicates that the carrier configuration has been updated.
315 Indicates that the default primary SIM card for the SMS service has been updated.
330 Indicates that the default primary SIM card for the data service has been updated.
345 Indicates that the default primary SIM card of the device has been updated.
375 Indicates that the roaming status of the default primary SIM card is updated.
390 Indicates that the default primary SIM card for the voice service has been updated.
405 Indicates that the cellular data status has been updated.
407 When the cellular data status of the device is updated, the event notification service is triggered…
514 (Reserved, not supported yet) Indicates that the STK card status has been updated.
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_prefetcher/src/prefetcher/
H A DFetchedRegistry.ts80 const updated = new Set<number>();
82 updated.add(index > value ? index + offset : index);
84 this.fetchedIndexes = updated;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dobserver_bridge.cpp86 auto updated = ConvertDB(data.GetEntriesUpdated(), deviceId, convert_); in OnChange() local
88 …ChangeNotification notice(std::move(inserted), std::move(updated), std::move(deleted), deviceId, f… in OnChange()
104 auto updated = ObserverBridge::ConvertDB(data.GetUpdateEntries(), deviceId, convert_); in OnChange() local
106 …ChangeNotification notice(std::move(inserted), std::move(updated), std::move(deleted), deviceId, f… in OnChange()
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/
H A Djs-apis-inner-notification-notificationContent-sys.md30 …fffffff**, the version number needs to be verified when the live view is updated or ended to ensur…
33 … | No | Yes | Whether the live view is updated only locally. |
58 | LIVE_VIEW_INCREMENTAL_UPDATE | 1 | The live view is updated in incremental mode.|
60 | LIVE_VIEW_FULL_UPDATE | 3 | The live view is updated in full mode.|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A D_rdb___change_info.md24 | [updated](_r_d_b.md#updated) | 记录更新数据的位置,如果该表的主键是string类型,该值是主键的值,否则该值表示更新数据的行号。 |
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/airquality/src/main/js/default/pages/detail/
H A Ddetail.js22 updated: 'Updated',
29 this.updated = this.$t('updated');
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dnetsys_wrapper_test.cpp42 int32_t OnRouteChanged(bool updated, const std::string &route, const std::string &gateway,
124 int32_t NetlinkNativeNotifyCallBack::OnRouteChanged(bool updated, const std::string &route, const s… in OnRouteChanged() argument
131 EXPECT_TRUE(updated); in OnRouteChanged()
133 EXPECT_FALSE(updated); in OnRouteChanged()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpriority_queue.h97 auto [updated, time] = updater(index->second->second.task_); in Update()
98 if (!updated) { in Update()
110 auto [updated, time] = updater((*running).second.task_); in Update()
111 return updated; in Update()
/ohos5.0/docs/en/application-dev/form/
H A Darkts-ui-widget-update-by-time.md6 - Setting the update interval: The widget will be updated at the specified interval by calling [onU…
45 - Setting the scheduled update time: The widget will be updated at the scheduled time every day. Yo…
77 - Setting the next update time: The widget will be updated next time at the specified time. You can…
115updated at the specified interval for a maximum of 50 times every day, including updates triggered…
117 …f 30 minutes. For example, if widget A (updated every half an hour) is added at 03:20 and widget B…
H A Darkts-ui-widget-update-by-status.md3 …ferent needs. In these cases, the widget content needs to be dynamically updated based on the stat…
5 …ying the weather of London, and the other Beijing, both configured to be updated at 07:00 every mo…
8 - Widget configuration file: Configure the widget to be automatically updated every 30 minutes.
36 - Widget page: A widget has different states and needs to be updated by state. When the state chang…
104 Row() { // Content that is updated only in state A
117 Row() { // Content that is updated only in state B
138 …current widget state is obtained through **formId**, and then content is updated based on the stat…
/ohos5.0/base/update/updater/services/include/applypatch/
H A Dpartition_record.h45 bool updated; member
64 bool RecordPartitionSetInfo(const std::string &partitionName, bool updated, int fd);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dmulti_ver_def.h62 std::list<Entry> updated; member
68 updated.clear(); in Reset()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_image_view.cpp506 bool updated = false; in SetSrc() local
519 updated = true; in SetSrc()
521 updated = image_.SetSrc(src); in SetSrc()
524 bool updated = image_.SetSrc(src); in SetSrc()
526 if (!updated) { in SetSrc()
568 bool updated = image_.SetSrc(src); in SetSrc() local
569 if (!updated) { in SetSrc()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_commit_notify_data.cpp55 return diffData_.updated; in GetUpdatedEntries()
84 diffData_.updated.empty() && in IsChangedDataEmpty()
/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dlru_bucket.h139 bool updated = false; in Update() local
150 updated = true; in Update()
155 return updated; in Update()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Dlru_bucket.h139 bool updated = false; in Update() local
150 updated = true; in Update()
155 return updated; in Update()
/ohos5.0/foundation/communication/netmanager_base/services/common/src/
H A Droute_utils.cpp80 std::list<Route> updated; in UpdateRoutes() local
92 updated.push_back(*iterf); in UpdateRoutes()
121 return (!added.empty() || !updated.empty() || !removed.empty()) ? 1 : 0; in UpdateRoutes()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbStoreDataChange.test.js93 expect(undefined).assertEqual(ChangeInfos[i].updated[0]);
137 expect(1).assertEqual(ChangeInfos[i].updated[0]);
182 expect(undefined).assertEqual(ChangeInfos[i].updated[0]);
222 expect(undefined).assertEqual(ChangeInfos[i].updated[0]);
271 expect(undefined).assertEqual(ChangeInfos[i].updated[0]);
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/include/
H A Dsurface_image.h59 void OnUpdateBufferAvailableState(bool updated) in OnUpdateBufferAvailableState() argument
61 updateSurfaceImage_ = updated; in OnUpdateBufferAvailableState()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/display/
H A Drender_display.cpp218 bool updated = false; in OnStatusStyleChanged() local
220 updated = true; in OnStatusStyleChanged()
234 if (updated) { in OnStatusStyleChanged()

12345678910>>...15