/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | cloud_server_impl.cpp | 227 DBTable dbTable; in GetTables() local 230 GetTableInfo(pTable, dbTable); in GetTables() 239 GetFields(pFields, dbTable); in GetTables() 240 dbMeta.tables.emplace_back(std::move(dbTable)); in GetTables() 244 void CloudServerImpl::GetTableInfo(std::shared_ptr<OhCloudExtTable> pTable, DBTable &dbTable) in GetTableInfo() argument 252 dbTable.name = std::string(reinterpret_cast<char *>(tbName), tbNameLen); in GetTableInfo() 259 dbTable.alias = std::string(reinterpret_cast<char *>(tbAlias), tbAliasLen); in GetTableInfo() 262 void CloudServerImpl::GetFields(std::shared_ptr<OhCloudExtVector> fields, DBTable &dbTable) in GetFields() argument 269 dbTable.fields.reserve(fieldsLen); in GetFields() 303 dbTable.fields.emplace_back(std::move(dbField)); in GetFields()
|
H A D | cloud_server_impl.h | 54 void GetTableInfo(std::shared_ptr<OhCloudExtTable> pTable, DBTable &dbTable); 55 void GetFields(std::shared_ptr<OhCloudExtVector> fields, DBTable &dbTable);
|
H A D | extension_util.h | 59 static std::pair<OhCloudExtVector *, size_t> Convert(const DBTable &dbTable);
|
H A D | extension_util.cpp | 149 std::pair<OhCloudExtVector *, size_t> ExtensionUtil::Convert(const DBTable &dbTable) in Convert() argument 156 for (auto &field : dbTable.fields) { in Convert()
|
/ohos5.0/base/security/security_guard/test/unittest/data_collect/include/ |
H A D | config_define.h | 31 std::string dbTable; member 55 std::string dbTable; member
|
H A D | database_helper.h | 25 explicit DatabaseHelper(std::string dbTable);
|
/ohos5.0/base/security/security_guard/test/unittest/mock/config_manager/ |
H A D | config_define.h | 31 std::string dbTable; member 55 std::string dbTable; member
|
/ohos5.0/base/security/security_guard/services/config_manager/src/ |
H A D | model_cfg_marshalling.cpp | 112 { MODEL_CFG_DB_TABLE_KEY, modelCfg.dbTable }, in to_json() 151 JsonCfg::Unmarshal(modelCfg.dbTable, jsonObj, MODEL_CFG_DB_TABLE_KEY); in from_json() 172 { EVENT_CFG_DB_TABLE_KEY, eventCfg.dbTable }, in to_json() 196 JsonCfg::Unmarshal(eventCfg.dbTable, jsonObj, EVENT_CFG_DB_TABLE_KEY); in from_json()
|
H A D | event_config.cpp | 143 ConfigDataManager::GetInstance().InsertEventToTableMap(config.eventId, config.dbTable); in CacheEventToTable()
|
H A D | config_database_helper.cpp | 26 ConfigDatabaseHelper::ConfigDatabaseHelper(std::string dbTable) in ConfigDatabaseHelper() argument 28 dbTable_ = dbTable; in ConfigDatabaseHelper()
|
/ohos5.0/base/security/security_guard/test/unittest/risk_collect/include/ |
H A D | config_define.h | 57 std::string dbTable; member 84 std::string dbTable; member
|
/ohos5.0/base/security/security_guard/services/config_manager/include/ |
H A D | config_define.h | 57 std::string dbTable; member 84 std::string dbTable; member
|
H A D | config_database_helper.h | 25 explicit ConfigDatabaseHelper(std::string dbTable);
|
/ohos5.0/base/security/security_guard/test/unittest/config_manager/include/ |
H A D | config_define.h | 57 std::string dbTable; member 84 std::string dbTable; member
|
/ohos5.0/base/security/security_guard/services/data_collect/sa/ |
H A D | acquire_data_subscribe_manager.cpp | 81 …if (config.dbTable == "risk_event" && config.eventType == static_cast<uint32_t>(EventTypeEnum::SUB… in SubscribeSc() 113 …if (config.dbTable == "risk_event" && config.eventType == static_cast<uint32_t>(EventTypeEnum::SUB… in UnSubscribeSc()
|
/ohos5.0/base/security/security_guard/services/data_collect/store/include/ |
H A D | database_helper.h | 25 explicit DatabaseHelper(std::string dbTable);
|
/ohos5.0/base/security/security_guard/services/data_collect/store/src/ |
H A D | database_helper.cpp | 26 DatabaseHelper::DatabaseHelper(std::string dbTable) in DatabaseHelper() argument 28 dbTable_ = dbTable; in DatabaseHelper()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_general_store.cpp | 84 DBTable &dbTable = schema.tables[i]; in GetDBSchema() local 85 dbTable.name = table.name; in GetDBSchema() 86 dbTable.sharedTableName = table.sharedTableName; in GetDBSchema() 93 dbTable.fields.push_back(std::move(dbField)); in GetDBSchema()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_general_store.cpp | 76 DBTable &dbTable = schema.tables[i]; in GetDBSchema() local 77 dbTable.name = table.name; in GetDBSchema() 78 dbTable.sharedTableName = table.sharedTableName; in GetDBSchema() 85 dbTable.fields.push_back(std::move(dbField)); in GetDBSchema()
|
H A D | rdb_service_impl.cpp | 896 auto &dbTable = dbDetail.details[name]; in HandleGenDetails() local 897 Constant::Copy(&dbTable, &table); in HandleGenDetails()
|
/ohos5.0/base/security/security_guard/test/unittest/data_collect/sa/ |
H A D | security_guard_data_collect_sa_test.cpp | 1008 config.dbTable = "risk_event"; in __anon145630c51002() 1027 config.dbTable = "risk_event"; in __anon145630c51102() 1047 config.dbTable = "risk_event"; in __anon145630c51202() 1068 config.dbTable = "risk_event"; in __anon145630c51302()
|