Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Ddb_store_mock.h39 using UpdateKeyCallback = DistributedDB::UpdateKeyCallback; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dstore_types.h212 using UpdateKeyCallback = std::function<void (const Key &originKey, Key &newKey)>; variable