Home
last modified time | relevance | path

Searched refs:sourceColumn (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/include/
H A Dringtone_restore_base.h54 bool NeedCommitSetting(const std::string &typeColumn, const std::string &sourceColumn,
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Dringtone_restore_base.cpp124 …gtoneRestoreBase::NeedCommitSetting(const std::string &typeColumn, const std::string &sourceColumn, in NeedCommitSetting() argument
130 …ing queryCountSql = "SELECT count(1) as count FROM " + RINGTONE_TABLE + " WHERE " + sourceColumn + in NeedCommitSetting()