Lines Matching defs:table
115 bool TimeDatabase::Insert(const std::string &table, const OHOS::NativeRdb::ValuesBucket &insertValues)
123 int ret = store_->Insert(outRowId, table, insertValues);
132 ret = store_->Insert(outRowId, table, insertValues);
209 TIME_HILOGI(TIME_MODULE_SERVICE, "Clears drop_on_reboot table");
216 TIME_HILOGE(TIME_MODULE_SERVICE, "Clears drop_on_reboot table failed");
232 TIME_HILOGI(TIME_MODULE_SERVICE, "Creates hold_on_reboot table");
233 // Creates hold_on_reboot table.
236 TIME_HILOGE(TIME_MODULE_SERVICE, "Creates hold_on_reboot table failed, ret: %{public}d", ret);
240 TIME_HILOGI(TIME_MODULE_SERVICE, "Creates drop_on_reboot table");
241 // Creates drop_on_reboot table.
244 TIME_HILOGE(TIME_MODULE_SERVICE, "Creates drop_on_reboot table failed, ret: %{public}d", ret);