Home
last modified time | relevance | path

Searched refs:changeRows (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Devent_db_helper.cpp264 int changeRows = 0; in UpdatePluginStatsTable() local
265 if (rdbStore_->Update(changeRows, bucket, predicates) != NativeRdb::E_OK || changeRows == 0) { in UpdatePluginStatsTable()
278 int changeRows = 0; in UpdateSysUsageTable() local
279 if (rdbStore_->Update(changeRows, bucket, predicates) != NativeRdb::E_OK || changeRows == 0) { in UpdateSysUsageTable()
/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/
H A Ddaily_db_helper.cpp154 int32_t changeRows = 0; in UpdateEventInfo() local
155 if (dbStore_->Update(changeRows, bucket, predicates) != NativeRdb::E_OK || changeRows == 0) { in UpdateEventInfo()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_storage.cpp145 int changeRows = 0; in UpdateTable() local
146 if (dbStore_->Update(changeRows, bucket, predicates) != NativeRdb::E_OK) { in UpdateTable()

Completed in 2 milliseconds