Searched refs:SyncPullTable (Results 1 – 5 of 5) sorted by relevance
66 static bool SyncPullTable(MediaLibrarySyncOpts &syncOpts, std::vector<std::string> &devices);
50 EXPORT virtual bool SyncPullTable(const std::string &bundleName, const std::string &tableName, in SyncPullTable() function
77 MediaLibrarySyncOperation::SyncPullTable(taskData->syncOpts_, taskData->networkIds_); in SyncPullTableByNetworkId()258 bool MediaLibrarySyncOperation::SyncPullTable(MediaLibrarySyncOpts &syncOpts, vector<string> &devic… in SyncPullTable() function in OHOS::Media::MediaLibrarySyncOperation
391 bool ret = MediaLibrarySyncOperation::SyncPullTable(syncOpts, devices);
1804 return MediaLibrarySyncOperation::SyncPullTable(syncOpts, devices); in QuerySync()