Home
last modified time | relevance | path

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

/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dclient_factory.c22 typedef struct Factory Factory; typedef
23 struct Factory { struct
31 static Factory *GetFactory(const char *service, const char *feature);
43 Factory *factory = GetFactory(service, feature); in SAMGR_CreateIClient()
61 Factory *factory = GetFactory(service, feature); in SAMGR_ReleaseIClient()
83 Factory *factory = GetFactory(service, feature); in SAMGR_RegisterFactory()
89 factory = SAMGR_Malloc(sizeof(Factory)); in SAMGR_RegisterFactory()
107 static Factory *GetFactory(const char *service, const char *feature) in GetFactory()
110 Factory *factor in GetFactory()
[all...]
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_entry_getter.cpp24 __attribute__((used)) PasteboardEntryGetter::Factory PasteboardEntryGetter::factory_;
25 PasteboardEntryGetter::Factory::Factory() in Factory() function in OHOS::MiscServices::PasteboardEntryGetter::Factory
35 PasteboardEntryGetter::Factory::~Factory() in ~Factory()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpasteboard_entry_getter.h30 class Factory { class in OHOS::MiscServices::PasteboardEntryGetter
32 Factory();
33 ~Factory();
38 static Factory factory_;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_service_impl.h62 class Factory { class in OHOS::DistributedObject::ObjectServiceImpl
64 Factory();
65 ~Factory();
71 static Factory factory_;
H A Dobject_service_impl.cpp46 __attribute__((used)) ObjectServiceImpl::Factory ObjectServiceImpl::factory_;
47 ObjectServiceImpl::Factory::Factory() in Factory() function in OHOS::DistributedObject::ObjectServiceImpl::Factory
59 ObjectServiceImpl::Factory::~Factory() in ~Factory()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/
H A Dudmf_service_impl.h66 class Factory { class in OHOS::UDMF::final
68 Factory();
69 ~Factory();
74 static Factory factory_;
H A Dudmf_service_impl.cpp55 __attribute__((used)) UdmfServiceImpl::Factory UdmfServiceImpl::factory_;
56 UdmfServiceImpl::Factory::Factory() in Factory() function in OHOS::UDMF::UdmfServiceImpl::Factory
69 UdmfServiceImpl::Factory::~Factory() in ~Factory()
/foundation/distributeddatamgr/pasteboard/framework/framework/include/clip/
H A Dclip_plugin.h49 class Factory { class in OHOS::MiscServices::ClipPlugin
54 static bool RegCreator(const std::string &name, Factory *factory);
68 static std::map<std::string, Factory *> factories_;
/foundation/distributeddatamgr/pasteboard/framework/test/include/
H A Dclip_factory.h20 class ClipFactory : public ClipPlugin::Factory {
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.h108 class Factory { class in OHOS::DistributedKv::final
110 Factory();
111 ~Factory();
153 static Factory factory_;
H A Dkvdb_service_impl.cpp62 __attribute__((used)) KVDBServiceImpl::Factory KVDBServiceImpl::factory_;
63 KVDBServiceImpl::Factory::Factory() in Factory() function in OHOS::DistributedKv::KVDBServiceImpl::Factory
83 KVDBServiceImpl::Factory::~Factory() in ~Factory()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_service_impl.h102 class Factory { class in OHOS::DataShare::DataShareServiceImpl
104 Factory();
105 ~Factory();
133 static Factory factory_;
H A Ddata_share_service_impl.cpp64 __attribute__((used)) DataShareServiceImpl::Factory DataShareServiceImpl::factory_;
88 DataShareServiceImpl::Factory::Factory() in Factory() function in OHOS::DataShare::DataShareServiceImpl::Factory
97 DataShareServiceImpl::Factory::~Factory() {} in ~Factory()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.h138 class Factory { class in OHOS::DistributedRdb::RdbServiceImpl
140 Factory();
141 ~Factory();
211 static Factory factory_;
H A Drdb_service_impl.cpp68 __attribute__((used)) RdbServiceImpl::Factory RdbServiceImpl::factory_;
69 RdbServiceImpl::Factory::Factory() in Factory() function in OHOS::DistributedRdb::RdbServiceImpl::Factory
89 RdbServiceImpl::Factory::~Factory() in ~Factory()
/foundation/distributeddatamgr/pasteboard/framework/framework/clip/
H A Dclip_plugin.cpp20 std::map<std::string, ClipPlugin::Factory *> ClipPlugin::factories_;
22 bool ClipPlugin::RegCreator(const std::string &name, Factory *factory) in RegCreator()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.h81 class Factory { class in OHOS::CloudData::CloudServiceImpl
83 Factory() noexcept;
84 ~Factory();
90 static Factory factory_;
H A Dcloud_service_impl.cpp61 __attribute__((used)) CloudServiceImpl::Factory CloudServiceImpl::factory_;
66 CloudServiceImpl::Factory::Factory() noexcept
81 CloudServiceImpl::Factory::~Factory() {} in ~Factory()
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpaste_data_test.cpp737 ClipPlugin::Factory *factory = nullptr; in HWTEST_F()
763 ClipPlugin::Factory *factory = new ClipFactory(); in HWTEST_F()

Completed in 16 milliseconds