Searched refs:g_uniStore (Results 1 – 4 of 4) sorted by relevance
73 g_uniStore->Init();120 g_uniStore->Stop();135 g_uniStore->Init();149 g_uniStore->Stop();168 g_uniStore->Init();178 g_uniStore->Stop();197 g_uniStore->Init();220 g_uniStore->Stop();243 g_uniStore->Stop();254 g_uniStore->Init();[all …]
40 shared_ptr<RingtoneUnistore> g_uniStore = nullptr; variable73 if (g_uniStore == nullptr) { in Init()74 g_uniStore = RingtoneRdbStore::GetInstance(context_); in Init()75 if (g_uniStore == nullptr) { in Init()108 if (g_uniStore == nullptr) { in Insert()121 auto retRdb = g_uniStore->Insert(cmd, outRowId); in Insert()193 if (g_uniStore == nullptr) { in Delete()213 int32_t ret = g_uniStore->Delete(cmd, deletedRows); in Delete()232 if (g_uniStore == nullptr) { in Update()269 if (g_uniStore == nullptr) { in Query()[all …]
57 shared_ptr<RingtoneUnistore> g_uniStore = nullptr; variable69 g_uniStore = RingtoneRdbStore::GetInstance(abilityContextImpl); in SetUp()70 int32_t ret = g_uniStore->Init(); in SetUp()85 g_uniStore->Stop();95 g_uniStore->Stop();120 g_uniStore->Stop();133 g_uniStore->Stop();147 g_uniStore->Stop();
36 shared_ptr<RingtoneUnistore> g_uniStore; variable53 auto ret = g_uniStore->Init(); in SetUp()55 auto rawRdb = g_uniStore->GetRaw(); in SetUp()124 g_uniStore->Stop();142 auto ret = g_uniStore->Insert(cmd, rowId);195 g_uniStore->Stop();224 g_uniStore->Stop();247 auto ret = g_uniStore->Insert(cmd, rowId);266 ret = g_uniStore->Insert(cmd, rowId);296 auto ret = g_uniStore->Insert(cmd, rowId);[all …]