/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/data/ |
H A D | template_data.cpp | 32 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 D | template_data.h | 55 TemplateNode tpl; member
|
/ohos5.0/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/ |
H A D | slientswitch_test.cpp | 478 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 D | proxydatas_with_permission_test.cpp | 171 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 D | persistent_data_controller.cpp | 23 …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 D | rdb_subscriber_manager.cpp | 31 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 D | data_share_subscriber_managers_test.cpp | 111 Template tpl(nodes, "select name1 as name from TBL00"); variable
|
H A D | data_share_service_impl_test.cpp | 210 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 D | scheduler_manager.cpp | 154 Template tpl; in ExecuteSchedulerSQL() local
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/ |
H A D | datashare_helper_impl.cpp | 311 … 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 D | data_share_service_stub.cpp | 172 Template tpl; in OnAddTemplate() local
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/ |
H A D | data_share_service_proxy.cpp | 196 …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 D | datashare_js_utils.cpp | 559 Template tpl(predicates, scheduler); in Convert2Template() local
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/ |
H A D | napi_datashare_helper.cpp | 646 Template tpl = DataShareJSUtils::Convert2Template(env, argv[PARAM2]); in Napi_AddTemplate() local
|