Home
last modified time | relevance | path

Searched defs:tpl (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/data/
H A Dtemplate_data.cpp32 TemplateNode::TemplateNode(const Template &tpl) : scheduler(tpl.scheduler_) in TemplateNode()
76 const int32_t userId, const Template &tpl) in TemplateRootNode()
92 …ing &uri, const std::string &bundleName, int64_t subscriberId, int32_t userId, const Template &tpl) in TemplateData()
H A Dtemplate_data.h55 TemplateNode tpl; member
/ohos5.0/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
H A Dslientswitch_test.cpp478 Template tpl(nodes, "select name1 as name from TBL00"); in GetTemplate() local
492 auto tpl = GetTemplate(); variable
510 auto tpl = GetTemplate(); variable
526 auto tpl = GetTemplate(); variable
/ohos5.0/foundation/distributeddatamgr/data_share/test/native/unittest/datashareproxy_test/
H A Dproxydatas_with_permission_test.cpp171 Template tpl(nodes, "select name1 as name from TBL00"); variable
189 Template tpl(nodes, "select name1 as name from TBL00"); variable
281 Template tpl(nodes, "select name1 as name from TBL00"); variable
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/service/src/
H A Dpersistent_data_controller.cpp23 …istentDataController::AddQueryTemplate(const std::string &uri, int64_t subscriberId, Template &tpl) in AddQueryTemplate()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/
H A Drdb_subscriber_manager.cpp31 bool TemplateManager::Get(const Key &key, int32_t userId, Template &tpl) in Get()
36 int32_t TemplateManager::Add(const Key &key, int32_t userId, const Template &tpl) in Add()
321 Template tpl; in Notify() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddata_share_subscriber_managers_test.cpp111 Template tpl(nodes, "select name1 as name from TBL00"); variable
H A Ddata_share_service_impl_test.cpp210 Template tpl(nodes, "select name1 as name from TBL00"); variable
305 Template tpl(nodes, "select name1 as name from TBL00"); variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dscheduler_manager.cpp154 Template tpl; in ExecuteSchedulerSQL() local
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_helper_impl.cpp311 … DataShareHelperImpl::AddQueryTemplate(const std::string &uri, int64_t subscriberId, Template &tpl) in AddQueryTemplate()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_service_stub.cpp172 Template tpl; in OnAddTemplate() local
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/
H A Ddata_share_service_proxy.cpp196 …ataShareServiceProxy::AddQueryTemplate(const std::string &uri, int64_t subscriberId, Template &tpl) in AddQueryTemplate()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/
H A Ddatashare_js_utils.cpp559 Template tpl(predicates, scheduler); in Convert2Template() local
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H A Dnapi_datashare_helper.cpp646 Template tpl = DataShareJSUtils::Convert2Template(env, argv[PARAM2]); in Napi_AddTemplate() local