Home
last modified time | relevance | path

Searched refs:timeoutKeys (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/lifecycle/
H A Dlifecycle_policy.cpp61 std::vector<std::string> timeoutKeys; in OnTimeout() local
62 auto status = GetTimeoutKeys(store, INTERVAL, timeoutKeys); in OnTimeout()
67 if (store->DeleteBatch(timeoutKeys) != E_OK) { in OnTimeout()
75 const std::shared_ptr<Store> &store, Duration interval, std::vector<std::string> &timeoutKeys) in GetTimeoutKeys()
91 timeoutKeys.push_back(data.GetRuntime()->key.key); in GetTimeoutKeys()
74 GetTimeoutKeys( const std::shared_ptr<Store> &store, Duration interval, std::vector<std::string> &timeoutKeys) GetTimeoutKeys() argument
H A Dlifecycle_policy.h36 const std::shared_ptr<Store> &store, Duration interval, std::vector<std::string> &timeoutKeys);

Completed in 2 milliseconds