Home
last modified time | relevance | path

Searched refs:RegCreator (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/clip/
H A Dclip_plugin.h54 static bool RegCreator(const std::string &name, Factory *factory);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dauto_cache.h45 API_EXPORT int32_t RegCreator(int32_t type, Creator creator);
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/clip/
H A Dclip_plugin.cpp23 bool ClipPlugin::RegCreator(const std::string &name, Factory *factory) in RegCreator() function in OHOS::MiscServices::ClipPlugin
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpaste_data_test.cpp60 ClipPlugin::RegCreator("distributed_clip", this); in ClipFactory()
679 auto result = ClipPlugin::RegCreator(PLUGIN_NAME_VAL, factory);
705 auto result = ClipPlugin::RegCreator(PLUGIN_NAME_VAL, factory);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp32 int32_t AutoCache::RegCreator(int32_t type, Creator creator) in RegCreator() function in OHOS::DistributedData::AutoCache
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp83 AutoCache::GetInstance().RegCreator(KvStoreType::SINGLE_VERSION, creator); in Factory()
84 AutoCache::GetInstance().RegCreator(KvStoreType::DEVICE_COLLABORATION, creator); in Factory()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcloud_data_test.cpp379 AutoCache::GetInstance().RegCreator(DistributedRdb::RDB_DEVICE_COLLABORATION, creator);
416 AutoCache::GetInstance().RegCreator(DistributedRdb::RDB_DEVICE_COLLABORATION, creator);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp77 …AutoCache::GetInstance().RegCreator(RDB_DEVICE_COLLABORATION, [](const StoreMetaData& metaData) ->… in Factory()