Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/mock/
Ddb_store_mock.h41 using UpdateKeyCallback = DistributedDB::UpdateKeyCallback; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
Ddb_store_mock.h40 using UpdateKeyCallback = DistributedDB::UpdateKeyCallback; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
Dstore_types.h243 using UpdateKeyCallback = std::function<void (const Key &originKey, Key &newKey)>; variable