Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.cpp132 …ecutor *StorageEngine::FindExecutor(bool writable, OperatePerm perm, int &errCode, bool isExternal, in FindExecutor()
160 …or *StorageEngine::FindWriteExecutor(OperatePerm perm, int &errCode, int waitTime, bool isExternal) in FindWriteExecutor()
198 …tor *StorageEngine::FindReadExecutor(OperatePerm perm, int &errCode, int waitTime, bool isExternal) in FindReadExecutor()
238 void StorageEngine::Recycle(StorageExecutor *&handle, bool isExternal) in Recycle()
407 void StorageEngine::AddStorageExecutor(StorageExecutor *handle, bool isExternal) in AddStorageExecutor()
449 std::list<StorageExecutor *> &usingList, int &errCode, bool isExternal) in FetchStorageExecutor()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp126 bool isExternal) in ReleaseExecutor()