Searched refs:QueryDeviceTable (Results 1 – 5 of 5) sorted by relevance
306 if (!QueryDeviceTable()) { in InitDeviceRdbStore()410 bool MediaLibraryDevice::QueryDeviceTable() in QueryDeviceTable() function in OHOS::Media::MediaLibraryDevice416 return MediaLibraryDeviceOperations::QueryDeviceTable(rdbStore_, excludeMap_); in QueryDeviceTable()
54 static bool QueryDeviceTable(const std::shared_ptr<NativeRdb::RdbStore> &rdbStore,
78 bool QueryDeviceTable();
201 bool ret = deviceTest->QueryDeviceTable();
187 bool MediaLibraryDeviceOperations::QueryDeviceTable(const std::shared_ptr<NativeRdb::RdbStore> &rdb… in QueryDeviceTable() function in OHOS::Media::MediaLibraryDeviceOperations