Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_dfx/src/
H A Ddfx_manager.cpp29 shared_ptr<RingtoneUnistore> g_dfxUnistore = nullptr; variable
57 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()