Home
last modified time | relevance | path

Searched refs:persistentDataCtl (Results 1 - 1 of 1) sorted by relevance

/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_helper_impl.cpp315 auto persistentDataCtl = persistentDataCtl_; in AddQueryTemplate() local
316 if (persistentDataCtl == nullptr) { in AddQueryTemplate()
317 LOG_ERROR("persistentDataCtl is nullptr"); in AddQueryTemplate()
321 return persistentDataCtl->AddQueryTemplate(uri, subscriberId, tpl); in AddQueryTemplate()
328 auto persistentDataCtl = persistentDataCtl_; in DelQueryTemplate() local
329 if (persistentDataCtl == nullptr) { in DelQueryTemplate()
330 LOG_ERROR("persistentDataCtl is nullptr"); in DelQueryTemplate()
334 return persistentDataCtl->DelQueryTemplate(uri, subscriberId); in DelQueryTemplate()
365 auto persistentDataCtl = persistentDataCtl_; in SubscribeRdbData() local
366 if (persistentDataCtl in SubscribeRdbData()
380 auto persistentDataCtl = persistentDataCtl_; UnsubscribeRdbData() local
393 auto persistentDataCtl = persistentDataCtl_; EnableRdbSubs() local
405 auto persistentDataCtl = persistentDataCtl_; DisableRdbSubs() local
[all...]

Completed in 1 milliseconds