Searched refs:g_dfxUnistore (Results 1 – 1 of 1) sorted by relevance
29 shared_ptr<RingtoneUnistore> g_dfxUnistore = nullptr; variable57 if (g_dfxUnistore == nullptr) { in Init()58 g_dfxUnistore = RingtoneRdbStore::GetInstance(context); in Init()59 if (g_dfxUnistore == nullptr) { in Init()82 …auto resultSet = g_dfxUnistore->Query(cmd, { RINGTONE_COLUMN_TONE_ID, RINGTONE_COLUMN_SOURCE_TYPE … in RequestTonesCount()