Home
last modified time | relevance | path

Searched refs:IsFromDataOwner (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor_extend.cpp341 bool SQLiteSingleVerStorageExecutor::IsFromDataOwner(const DataItem &itemGet, const std::string &sy… in IsFromDataOwner() function in DistributedDB::SQLiteSingleVerStorageExecutor
H A Dsqlite_single_ver_storage_executor.h369 bool IsFromDataOwner(const DataItem &itemGet, const std::string &syncDev);
H A Dsqlite_single_ver_storage_executor.cpp1244 … if (((!deviceName.empty()) && IsFromDataOwner(itemGet, deviceName) && isPermitForceWrite) || in JudgeSyncSaveType()