Searched refs:InsertDeviceInfo (Results 1 – 5 of 5) sorted by relevance
34 …static int64_t InsertDeviceInfo(const ValuesBucket &values, const std::shared_ptr<RdbStore> &rdbSt…
45 static bool InsertDeviceInfo(const std::shared_ptr<NativeRdb::RdbStore> &rdbStore,
29 int64_t MediaLibraryDeviceDb::InsertDeviceInfo(const ValuesBucket &values, const shared_ptr<RdbStor… in InsertDeviceInfo() function in OHOS::Media::MediaLibraryDeviceDb
40 bool MediaLibraryDeviceOperations::InsertDeviceInfo(const std::shared_ptr<NativeRdb::RdbStore> &rdb… in InsertDeviceInfo() function in OHOS::Media::MediaLibraryDeviceOperations77 return MediaLibraryDeviceDb::InsertDeviceInfo(valuesBucket, rdbStore) >= 0; in InsertDeviceInfo()
177 if (!MediaLibraryDeviceOperations::InsertDeviceInfo(rdbStore_, mldevInfo, bundleName_)) { in OnGetDevSecLevel()