/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_local_db_observer.cpp | 48 RdbStoreObserver::PrimaryKey primaryKey; in Convert() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_log_table_manager.cpp | 49 std::string primaryKey = GetPrimaryKeySql(table); in CreateRelationalLogTable() local 83 const std::string primaryKey = "PRIMARY KEY(userid, hash_key)"; in CreateKvSyncLogTable() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/snapshot/ |
H A D | bind_event.h | 40 VBucket primaryKey; member
|
H A D | machine_status.h | 49 DistributedData::VBucket primaryKey; member
|
/ohos5.0/foundation/distributeddatamgr/data_object/interfaces/innerkits/ |
H A D | object_types.h | 27 CommonType::ValuesBucket primaryKey; member
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/test/unittest/src/ |
H A D | ObjectStoreJsunitV9.test.js | 849 primaryKey:{ class in AnonymousFunction15eb843f0100.AnonymousFunction15eb843f1c00.bindInfo 906 primaryKey: {"data1": 123}, class in AnonymousFunction15eb843f0100.AnonymousFunction15eb843f1d00.bindInfo 954 primaryKey:{"data1": 123}, class in AnonymousFunction15eb843f0100.AnonymousFunction15eb843f1e00.bindInfo
|
/ohos5.0/base/security/security_guard/services/config_manager/src/ |
H A D | config_database_helper.cpp | 187 int64_t primaryKey = -1; in DeleteAppInfoByNameAndGlobbalFlag() local 218 int64_t primaryKey = -1; in DeleteAppInfoByIsGlobalApp() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_sqlite_utils_test.cpp | 255 const std::string primaryKey = "PRIMARY KEY(userid, hash_key)"; variable
|
H A D | distributeddb_relational_cloud_syncable_storage_test.cpp | 1250 std::map<std::string, Type> primaryKey = {{"name", name}}; variable 1305 std::map<std::string, Type> primaryKey = {{"id", id}}; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | cloud_sync_log_table_manager.cpp | 83 auto primaryKey = table.GetPrimaryKey(); in GetPrimaryKeySql() local
|
H A D | sqlite_single_ver_relational_storage_extend_executor.cpp | 627 std::string primaryKey = ", PRIMARY KEY ("; in CreateSharedTable() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_store_manager.cpp | 182 …<uint8_t> RelationalStoreManager::CalcPrimaryKeyHash(const std::map<std::string, Type> &primaryKey, in CalcPrimaryKeyHash()
|
H A D | relational_store_sqlite_ext.cpp | 791 …:string GetInsertTrigger(const std::string &tableName, bool isRowid, const std::string &primaryKey) in GetInsertTrigger() 808 …:string GetUpdateTrigger(const std::string &tableName, bool isRowid, const std::string &primaryKey) in GetUpdateTrigger() 825 …:string GetDeleteTrigger(const std::string &tableName, bool isRowid, const std::string &primaryKey) in GetDeleteTrigger() 842 int GetPrimaryKeyName(sqlite3 *db, const std::string &tableName, std::string &primaryKey) in GetPrimaryKeyName() 870 std::string primaryKey = ""; in GetTriggerSqls() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoremanager_fuzzer/ |
H A D | relationalstoremanager_fuzzer.cpp | 140 std::map<std::string, Type> primaryKey = {{ key, key }}; in CombineTest() local
|
/ohos5.0/base/security/security_guard/services/data_collect/store/src/ |
H A D | database_helper.cpp | 212 int64_t primaryKey = -1; in DeleteOldEventByEventId() local
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_store.cpp | 1018 int32_t NDKStoreObserver::GetKeyDataType(std::vector<RdbStoreObserver::PrimaryKey> &primaryKey) in GetKeyDataType() 1087 Rdb_KeyInfo::Rdb_KeyData *keyInfoData, std::vector<RdbStoreObserver::PrimaryKey> &primaryKey) in ConvertKeyInfoData()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | table_info.cpp | 693 std::string primaryKey; in ToTableInfoString() local
|