Home
last modified time | relevance | path

Searched defs:gidStr (Results 1 – 3 of 3) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_cloud_interfaces_relational_ext_test.cpp246 std::string gidStr; in __anon1d7634920402() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_relational_storage_executor.cpp2230 std::string gidStr; in InsertLogRecord() local
2385 … SQLiteSingleVerRelationalStorageExecutor::GetWhereConditionForDataTable(const std::string &gidStr, in GetWhereConditionForDataTable()
2407 …const VBucket &vBucket, const std::string &gidStr, const std::set<std::string> &pkSet, std::string… in GetUpdateSqlForCloudSync()
2423 static bool IsGidValid(const std::string &gidStr) in IsGidValid()
2434 std::string gidStr; in GetUpdateDataTableStatement() local
2530 std::string gidStr; in GetUpdateLogRecordStatement() local
2638 std::string gidStr; in GetDeleteStatementForCloudSync() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
Ddistributeddb_cloud_save_cloud_data_test.cpp223 void GetInfoByPrimaryKeyOrGidTest(PrimaryKeyType pkType, const std::string &gidStr, int64_t id, in GetInfoByPrimaryKeyOrGidTest()