Home
last modified time | relevance | path

Searched refs:PutLong (Results 1 - 24 of 24) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_dao.cpp85 bucket.PutLong(Events::FIELD_TIME, event->GetTime()); in Insert()
89 bucket.PutLong(Events::FIELD_TRACE_ID, event->GetTraceId()); in Insert()
90 bucket.PutLong(Events::FIELD_SPAN_ID, event->GetSpanId()); in Insert()
91 bucket.PutLong(Events::FIELD_PSPAN_ID, event->GetPspanId()); in Insert()
H A Dapp_event_mapping_dao.cpp68 bucket.PutLong(FIELD_EVENT_SEQ, eventSeq); in Insert()
69 bucket.PutLong(FIELD_OBSERVER_SEQ, observerSeq); in Insert()
H A Dapp_event_observer_dao.cpp66 bucket.PutLong(Observers::FIELD_HASH, hashCode); in Insert()
/base/security/security_guard/test/unittest/mock/rdb/
H A Dvalues_bucket.h30 void PutLong(const std::string &columnName, int64_t value) {}; in PutLong() function in OHOS::NativeRdb::ValuesBucket
/base/usb/usb_manager/services/native/src/
H A Dusb_right_db_helper.cpp102 values.PutLong("installTime", info.installTime); in AddRightRecord()
103 values.PutLong("updateTime", info.updateTime); in AddRightRecord()
104 values.PutLong("requestTime", info.requestTime); in AddRightRecord()
105 values.PutLong("validPeriod", info.validPeriod); in AddRightRecord()
289 values.PutLong("installTime", info.installTime); in UpdateRightRecord()
290 values.PutLong("updateTime", info.updateTime); in UpdateRightRecord()
291 values.PutLong("requestTime", info.requestTime); in UpdateRightRecord()
292 values.PutLong("validPeriod", info.validPeriod); in UpdateRightRecord()
637 values.PutLong("installTime", info.installTime); in AddOrUpdateRightRecordEx()
638 values.PutLong("updateTim in AddOrUpdateRightRecordEx()
[all...]
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dapp_event_task_storage.cpp173 bucket.PutLong(COLUMN_TASK_DATE, appEventTask.taskDate_); in InsertAppEventTask()
179 bucket.PutLong(COLUMN_START_TIME, appEventTask.startTime_); in InsertAppEventTask()
180 bucket.PutLong(COLUMN_FINISH_TIME, appEventTask.finishTime_); in InsertAppEventTask()
H A Dtrace_storage.cpp45 bucket.PutLong(COLUMN_USED_SIZE, traceFlowRecord.usedSize); in GetBucket()
/base/hiviewdfx/hiview/plugins/event_store/event_export/database/adapter/
H A Dexport_db_storage.cpp93 bucket.PutLong(COLUMN_EXPORT_ENABLED_SEQ, record.exportEnabledSeq); in InsertExportDetailRecord()
94 bucket.PutLong(COLUMN_EXPORTED_MAX_SEQ, record.exportedMaxSeq); in InsertExportDetailRecord()
172 bucket.PutLong(seqName, seqValue); in UpdateExportDetailRecordSeq()
/base/time/time_service/test/unittest/service_test/src/
H A Dtime_service_test.cpp1233 insertValues.PutLong("timerId", TIMER_ID); in HWTEST_F()
1236 insertValues.PutLong("windowLength", 0); in HWTEST_F()
1237 insertValues.PutLong("interval", 0); in HWTEST_F()
1243 insertValues.PutLong("triggerTime", static_cast<int64_t>(std::numeric_limits<int64_t>::max())); in HWTEST_F()
1435 insertValues1.PutLong("timerId", timerId1); in HWTEST_F()
1438 insertValues1.PutLong("windowLength", 0); in HWTEST_F()
1439 insertValues1.PutLong("interval", 0); in HWTEST_F()
1445 insertValues1.PutLong("triggerTime", static_cast<int64_t>(std::numeric_limits<int64_t>::max())); in HWTEST_F()
1449 insertValues2.PutLong("timerId", timerId2); in HWTEST_F()
1452 insertValues2.PutLong("windowLengt in HWTEST_F()
[all...]
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_app_usage_db_helper.cpp199 valuesBucket.PutLong(FoldEventTable::FIELD_TS, appEventRecord.ts); in AddAppEvent()
203 valuesBucket.PutLong(FoldEventTable::FIELD_HAPPEN_TIME, appEventRecord.happenTime); in AddAppEvent()
204 valuesBucket.PutLong(FoldEventTable::FIELD_FOLD_PORTRAIT_DURATION, appEventRecord.foldPortraitTime); in AddAppEvent()
205 valuesBucket.PutLong(FoldEventTable::FIELD_FOLD_LANDSCAPE_DURATION, appEventRecord.foldLandscapeTime); in AddAppEvent()
206 valuesBucket.PutLong(FoldEventTable::FIELD_EXPAND_PORTRAIT_DURATION, appEventRecord.expandPortraitTime); in AddAppEvent()
207 valuesBucket.PutLong(FoldEventTable::FIELD_EXPAND_LANDSCAPE_DURATION, appEventRecord.expandLandscapeTime); in AddAppEvent()
/base/request/request/services/src/cxx/
H A Dc_request_database.cpp779 insertValues.PutLong("idx", info->progress.commonData.index); in WriteUpdateData()
780 insertValues.PutLong("total_processed", info->progress.commonData.totalProcessed); in WriteUpdateData()
790 insertValues.PutLong("mtime", taskInfo->commonData.mtime); in WriteMutableData()
792 insertValues.PutLong("tries", taskInfo->commonData.tries); in WriteMutableData()
993 insertValues.PutLong("task_id", taskConfig->commonData.taskId); in RecordRequestTask()
994 insertValues.PutLong("uid", taskConfig->commonData.uid); in RecordRequestTask()
995 insertValues.PutLong("token_id", taskConfig->commonData.tokenId); in RecordRequestTask()
1002 insertValues.PutLong("ctime", taskInfo->commonData.ctime); in RecordRequestTask()
1007 insertValues.PutLong("config_idx", taskConfig->commonData.index); in RecordRequestTask()
1008 insertValues.PutLong("begin in RecordRequestTask()
[all...]
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store_strategy.cpp37 values.PutLong(ReminderBaseTable::REMINDER_TIME, reminder->GetReminderTimeInMilli()); in AppendValuesBucket()
38 values.PutLong(ReminderBaseTable::TRIGGER_TIME, reminder->GetTriggerTimeInMilli()); in AppendValuesBucket()
39 values.PutLong(ReminderBaseTable::TIME_INTERVAL, reminder->GetTimeInterval()); in AppendValuesBucket()
42 values.PutLong(ReminderBaseTable::RING_DURATION, reminder->GetRingDuration()); in AppendValuesBucket()
67 values.PutLong(ReminderBaseTable::AUTO_DELETED_TIME, reminder->GetAutoDeletedTime()); in AppendValuesBucket()
381 values.PutLong(ReminderTimerTable::TRIGGER_SECOND, seconds); in AppendValuesBucket()
382 values.PutLong(ReminderTimerTable::START_DATE_TIME, 0); in AppendValuesBucket()
383 values.PutLong(ReminderTimerTable::END_DATE_TIME, 0); in AppendValuesBucket()
509 values.PutLong(ReminderCalendarTable::CALENDAR_DATE_TIME, dateTime); in AppendValuesBucket()
510 values.PutLong(ReminderCalendarTabl in AppendValuesBucket()
[all...]
/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/
H A Ddaily_db_helper.cpp128 bucket.PutLong(EVENTS_COLUMIN_EXCEED_TIME, info.exceedTime); in InsertEventInfo()
149 bucket.PutLong(EVENTS_COLUMIN_EXCEED_TIME, info.exceedTime); in UpdateEventInfo()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_share_dao.cpp75 values.PutLong(EventTable::FIELD_SUBSCRIBETIME, TimeUtil::GetMilliseconds()); in SaveSubscriberInfo()
88 valuesBucket.PutLong(EventTable::FIELD_SUBSCRIBETIME, TimeUtil::GetMilliseconds()); in SaveSubscriberInfo()
/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp320 bucket.PutLong(COLUMN_START_TIME, static_cast<int64_t>(cpuCollectionInfo.startTime)); in StoreProcessData()
321 bucket.PutLong(COLUMN_END_TIME, static_cast<int64_t>(cpuCollectionInfo.endTime)); in StoreProcessData()
338 bucket.PutLong(COLUMN_START_TIME, static_cast<int64_t>(cpuCollection.startTime)); in StoreThreadData()
339 bucket.PutLong(COLUMN_END_TIME, static_cast<int64_t>(cpuCollection.endTime)); in StoreThreadData()
/base/update/updateservice/services/core/ability/sqlite/core/include/
H A Ditable.h91 dbValue.PutLong(columnName, value); in PutColumnValue()
/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_repeat_db.cpp161 bucket.PutLong(COLUMN_HAPPENTIME, sysEventHashRecord.happentime); in Insert()
182 bucket.PutLong(COLUMN_HAPPENTIME, sysEventHashRecord.happentime); in Update()
/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/src/database/
H A Dsandbox_manager_rdb_utils.cpp66 bucket.PutLong(column, value.GetInt64(column)); in ToRdbValueBucket()
/base/telephony/core_service/utils/preferences/src/
H A Dtel_profile_util.cpp100 int ret = ptr->PutLong(key, value); in SaveLong()
/base/telephony/telephony_data/common/src/
H A Dpreferences_util.cpp106 int ret = ptr->PutLong(key, value); in SaveLong()
/base/theme/screenlock_mgr/utils/src/
H A Dpreferences_util.cpp104 int ret = ptr->PutLong(key, value); in SaveLong()
/base/update/updateservice/services/core/ability/preference/src/
H A Dpreference_utils.cpp124 return ptr->PutLong(key, value) == NativePreferences::E_OK; in SaveInner()
/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp132 insertValues.PutLong("timerId", timerInfo->id); in GetInsertValues()
135 insertValues.PutLong("windowLength", paras.windowLength); in GetInsertValues()
136 insertValues.PutLong("interval", paras.interval); in GetInsertValues()
142 insertValues.PutLong("triggerTime", 0); in GetInsertValues()
234 values.PutLong("triggerTime", static_cast<int64_t>(triggerTime)); in StartTimer()
/base/security/security_guard/services/data_collect/store/src/
H A Ddatabase_helper.cpp333 values.PutLong(EVENT_ID, event.eventId); in SetValuesBucket()

Completed in 17 milliseconds