Searched refs:RegCreator (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/clip/ |
H A D | clip_plugin.h | 54 static bool RegCreator(const std::string &name, Factory *factory);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
H A D | auto_cache.h | 45 API_EXPORT int32_t RegCreator(int32_t type, Creator creator);
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/clip/ |
H A D | clip_plugin.cpp | 23 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 D | paste_data_test.cpp | 60 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 D | auto_cache.cpp | 32 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 D | kvdb_service_impl.cpp | 83 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 D | cloud_data_test.cpp | 379 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 D | rdb_service_impl.cpp | 77 …AutoCache::GetInstance().RegCreator(RDB_DEVICE_COLLABORATION, [](const StoreMetaData& metaData) ->… in Factory()
|