Home
last modified time | relevance | path

Searched refs:usingList (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.cpp449 std::list<StorageExecutor *> &usingList, int &errCode, bool isExternal) in FetchStorageExecutor() argument
459 if (!usingList.empty()) { in FetchStorageExecutor()
469 usingList.push_back(item); in FetchStorageExecutor()
H A Dstorage_engine.h134 std::list<StorageExecutor *> &usingList, int &errCode, bool isExternal = false);