/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/data/ |
H A D | template_data.h | 55 TemplateNode tpl;
member
|
H A D | template_data.cpp | 32 TemplateNode::TemplateNode(const Template &tpl) : scheduler(tpl.scheduler_)
in TemplateNode() argument 75 TemplateRootNode(const std::string &uri, const std::string &bundleName, const int64_t subscriberId, const int32_t userId, const Template &tpl) TemplateRootNode() argument 91 TemplateData( const std::string &uri, const std::string &bundleName, int64_t subscriberId, int32_t userId, const Template &tpl) TemplateData() argument [all...] |
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/service/src/ |
H A D | persistent_data_controller.cpp | 23 int PersistentDataController::AddQueryTemplate(const std::string &uri, int64_t subscriberId, Template &tpl) in AddQueryTemplate() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
H A D | data_share_service_stub.cpp | 119 Template tpl; in OnAddTemplate() local
|
/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/ |
H A D | slientswitch_test.cpp | 492 auto tpl = GetTemplate(); in HWTEST_F() local 510 auto tpl = GetTemplate(); in HWTEST_F() local 526 auto tpl = GetTemplate(); in HWTEST_F() local
|
/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() argument 36 int32_t TemplateManager::Add(const Key &key, int32_t userId, const Template &tpl)
in Add() argument 320 Template tpl;
in Notify() local
|
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/ |
H A D | data_share_service_proxy.cpp | 196 int DataShareServiceProxy::AddQueryTemplate(const std::string &uri, int64_t subscriberId, Template &tpl) in AddQueryTemplate() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/ |
H A D | scheduler_manager.cpp | 154 Template tpl; in ExecuteSchedulerSQL() local
|
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/ |
H A D | datashare_helper_impl.cpp | 311 int DataShareHelperImpl::AddQueryTemplate(const std::string &uri, int64_t subscriberId, Template &tpl) in AddQueryTemplate() argument
|
/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
|