Searched refs:table_ (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/security/security_guard/services/risk_classify/model_manager/src/ |
H A D | db_operate.cpp | 20 DbOperate::DbOperate(std::string table) : table_(table) {} in DbOperate() 29 return DatabaseManager::GetInstance().QueryAllEvent(table_, events); in QueryAllEvent() 39 return DatabaseManager::GetInstance().QueryRecentEventByEventId(table_, eventId, event); in QueryRecentEventByEventId() 49 return DatabaseManager::GetInstance().QueryEventByEventId(table_, eventIds, events); in QueryEventByEventId() 54 return DatabaseManager::GetInstance().QueryEventByEventType(table_, eventType, events); in QueryEventByEventType() 59 return DatabaseManager::GetInstance().QueryEventByLevel(table_, level, events); in QueryEventByLevel() 64 return DatabaseManager::GetInstance().QueryEventByOwner(table_, owner, events); in QueryEventByOwner() 69 return DatabaseManager::GetInstance().CountAllEvent(table_); in CountAllEvent()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/common/ |
H A D | plugin_settings.cpp | 59 table_[FilterType::AUDIO_DECODER] = { in InitAudioTable() 70 table_[FilterType::AUDIO_SINK] = { in InitAudioTable() 78 table_[FilterType::AUDIO_ENCODER] = { in InitAudioTable() 93 table_[FilterType::MUXER] = { in InitMuxerTable() 117 table_[FilterType::VIDEO_DECODER] = { in InitVideoTable() 126 table_[FilterType::VIDEO_ENCODER] = { in InitVideoTable() 136 table_[FilterType::VIDEO_SINK] = { in InitVideoTable() 158 auto ite = table_.find(category); in FindAllowedParameterMap() 159 if (ite == table_.end()) { in FindAllowedParameterMap()
|
H A D | plugin_settings.h | 42 std::map<FilterType, PluginParaAllowedMap> table_; variable
|
/ohos5.0/base/update/updateservice/services/core/ability/sqlite/core/include/ |
H A D | table_base_operator.h | 54 std::shared_ptr<ITable<T>> table_ = nullptr; variable 61 table_ = std::make_shared<Table>(); in TableBaseOperator() 75 ENGINE_CHECK(table_ != nullptr, return false, "TableBaseOperator Insert table is null"); in Insert() 76 table_->BuildDbValues(values, dbValues); in Insert() 135 ENGINE_CHECK(table_ != nullptr, return false, "TableBaseOperator Query table is null"); in Query() 136 table_->ParseDbValues(std::move(resultSet), results); in Query() 159 if (table_ == nullptr) { in GetTableName() 163 return table_->GetTableName(); in GetTableName()
|
/ohos5.0/base/security/security_guard/services/risk_classify/model_manager/include/ |
H A D | db_operate.h | 42 std::string table_;
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/ |
H A D | medialibrary_rdbstore.h | 192 table_(table), deleteRows_(deleteRows), bundleName_(bundleName) {} in DeleteFilesTask() 200 std::string table_; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_executor.cpp | 567 table_ = tableInfo; in SetTableInfo() 1075 for (size_t cid = 0; cid < table_.GetFields().size(); ++cid) { in GetDataItemForSync() 1087 isGettingDeletedData ? std::vector<FieldInfo>() : table_.GetFieldInfos(), dataItem); in GetDataItemForSync()
|
H A D | sqlite_single_ver_relational_storage_executor.h | 485 TableInfo table_; // Always operating table, user table when get, device table when put. variable
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_asset_operations.cpp | 2190 taskData->ids_[i], taskData->table_, taskData->paths_[i], taskData->dateTakens_[i]); in DeleteFiles() 2192 if (taskData->table_ == PhotoColumn::PHOTOS_TABLE) { in DeleteFiles()
|