Searched refs:RegCreator (Results 1 - 8 of 8) sorted by relevance
/foundation/distributeddatamgr/pasteboard/framework/framework/include/clip/ |
H A D | clip_plugin.h | 54 static bool RegCreator(const std::string &name, Factory *factory);
|
/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);
|
/foundation/distributeddatamgr/pasteboard/framework/framework/clip/ |
H A D | clip_plugin.cpp | 22 bool ClipPlugin::RegCreator(const std::string &name, Factory *factory) in RegCreator() function in OHOS::MiscServices::ClipPlugin
|
/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | paste_data_test.cpp | 53 ClipPlugin::RegCreator("distributed_clip", this); in ClipFactory() 738 auto result = ClipPlugin::RegCreator(PLUGIN_NAME_VAL, factory); in HWTEST_F() 764 auto result = ClipPlugin::RegCreator(PLUGIN_NAME_VAL, factory); in HWTEST_F()
|
/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
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_service_impl.cpp | 79 AutoCache::GetInstance().RegCreator(KvStoreType::SINGLE_VERSION, creator); in Factory() 80 AutoCache::GetInstance().RegCreator(KvStoreType::DEVICE_COLLABORATION, creator); in Factory()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | cloud_data_test.cpp | 380 AutoCache::GetInstance().RegCreator(DistributedRdb::RDB_DEVICE_COLLABORATION, creator); in HWTEST_F() 417 AutoCache::GetInstance().RegCreator(DistributedRdb::RDB_DEVICE_COLLABORATION, creator); in HWTEST_F()
|
/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) -> GeneralStore* { in Factory()
|
Completed in 11 milliseconds