Searched refs:changes (Results 1 - 8 of 8) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/ |
H A D | array_property_changes_recognizer.h | 72 auto changes = ArrayChanges<ValueType>(); in OnArrayPropertyChanged() local 81 changes.indexesRemoved.push_back(static_cast<int>(oldIndex)); in OnArrayPropertyChanged() 93 changes.positionChanged.push_back({ static_cast<int>(p), static_cast<int>(newIndex) }); in OnArrayPropertyChanged() 96 changes.valuesAdded.push_back({ v, static_cast<int>(newIndex) }); in OnArrayPropertyChanged() 103 return changes; in OnArrayPropertyChanged()
|
/foundation/ability/ability_runtime/services/dataobsmgr/src/ |
H A D | dataobs_mgr_service.cpp | 269 ChangeInfo changes; in NotifyChangeExt() local 270 Status result = DeepCopyChangeInfo(changeInfo, changes); in NotifyChangeExt() 291 handler_->SubmitTask([this, changes]() { in NotifyChangeExt() 292 dataObsMgrInnerExt_->HandleNotifyChange(changes); in NotifyChangeExt() 293 for (auto &uri : changes.uris_) { in NotifyChangeExt() 296 delete [] static_cast<uint8_t *>(changes.data_); in NotifyChangeExt()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_store.cpp | 173 auto [errCode, changes] = Update(table, row, whereClause, args, NO_ACTION); in Update() 175 changedRows = changes; in Update() 194 auto [errCode, changes] = Update(table, row, whereClause, ToValues(args), resolution); in UpdateWithConflictResolution() 196 changedRows = changes; in UpdateWithConflictResolution() 204 auto [errCode, changes] = Update(table, row, whereClause, args, resolution); in UpdateWithConflictResolution() 206 changedRows = changes; in UpdateWithConflictResolution()
|
H A D | rdb_store_impl.cpp | 1079 int64_t changes = 0; in Update() local 1080 auto errCode = ExecuteForChangedRowCount(changes, sql, tmpBindArgs); in Update() 1084 return { errCode, int32_t(changes) }; in Update() 1103 int64_t changes = 0; in Delete() local 1104 auto errCode = ExecuteForChangedRowCount(changes, sql, args); in Delete() 1108 deletedRows = changes; in Delete()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_list_item_group.cpp | 130 auto changes = childrenSizeObj->GetProperty("changeArray"); in SetChildrenMainSize() local 131 if (!changes->IsArray()) { in SetChildrenMainSize() 134 auto changeArray = JSRef<JSArray>::Cast(changes); in SetChildrenMainSize()
|
H A D | js_water_flow.cpp | 134 auto changes = sectionsObject->GetProperty("changeArray"); in UpdateSections() local 135 CHECK_NULL_VOID(changes->IsArray()); in UpdateSections() 136 auto changeArray = JSRef<JSArray>::Cast(changes); in UpdateSections()
|
H A D | js_list.cpp | 266 auto changes = childrenSizeObj->GetProperty("changeArray"); in SetChildrenMainSize() local 267 if (!changes->IsArray()) { in SetChildrenMainSize() 270 auto changeArray = JSRef<JSArray>::Cast(changes); in SetChildrenMainSize()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | textureinfo_impl.cpp | 145 void Update(const ChangeInfo& changes) {} in Update() argument
|
Completed in 18 milliseconds