Home
last modified time | relevance | path

Searched defs:dataKeys (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/location/frameworks/native/fence_extension_ability/src/
H A Dfence_extension_stub.cpp31 std::vector<std::string> dataKeys; in OnRemoteRequest() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_subscribe_sync_test.cpp1339 std::vector<Key> dataKeys; variable
1444 std::vector<Key> dataKeys; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp458 std::vector<int64_t> dataKeys; in DoCleanLogAndData() local
486 const std::string &fieldName, const std::vector<int64_t> &dataKeys, std::vector<Asset> &assets) in GetAssetOnTable()
532 const std::string &fieldName, const std::vector<int64_t> &dataKeys, std::vector<Asset> &assets) in GetCloudAssetsOnTable()
572 …const std::vector<FieldInfo> &fieldInfos, const std::vector<int64_t> &dataKeys, std::vector<Asset>… in GetCloudAssets()
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp1092 std::vector<int64_t> dataKeys; in DoCleanAssetId() local
1108 const std::vector<FieldInfo> &fieldInfos, const std::vector<int64_t> &dataKeys) in CleanAssetId()
1136 const std::string &fieldName, const std::vector<int64_t> &dataKeys, std::vector<Asset> &assets) in UpdateAssetIdOnUserTable()
1184 const std::string &fieldName, const std::vector<int64_t> &dataKeys) in GetAssetsAndUpdateAssetsId()
H A Dsqlite_single_ver_relational_storage_executor.cpp1809 std::vector<int64_t> &dataKeys, bool distinguishCloudFlag) in GetCleanCloudDataKeys()