Home
last modified time | relevance | path

Searched refs:HasInKeys (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_object.h61 bool HasInKeys() const;
H A Dquery_object.cpp504 bool QueryObject::HasInKeys() const in HasInKeys() function in DistributedDB::QueryObject
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync_utils.cpp73 if (context->GetQuery().HasInKeys() && context->IsNotSupportAbility(SyncConfig::INKEYS_QUERY)) { in QuerySyncCheck()
H A Dsingle_ver_data_sync.cpp1880 context->GetQuery().HasInKeys() && in ControlCmdStartCheck()