Home
last modified time | relevance | path

Searched defs:trackerColNames (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoredelegate_fuzzer/
H A Drelationalstoredelegate_fuzzer.cpp101 std::set<std::string> trackerColNames, bool isDeleted) in MultiCombineTest()
155 std::set<std::string> trackerColNames = fuzzerData.GetStringSet(len % lenMod); in CombineTest() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dgeneral_store_mock.cpp41const std::set<std::string> &trackerColNames, const std::string &extendColName, bool isForceUpgrad… in SetTrackerTable()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dstore_types.h217 std::set<std::string> trackerColNames; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_general_store_test.cpp938 std::set<std::string> trackerColNames = { "col1", "col2" }; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp570 …lStore::SetTrackerTable(const std::string &tableName, const std::set<std::string> &trackerColNames, in SetTrackerTable()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.cpp841 …lStore::SetTrackerTable(const std::string &tableName, const std::set<std::string> &trackerColNames, in SetTrackerTable()