Home
last modified time | relevance | path

Searched defs:factory (Results 1 – 25 of 55) sorted by relevance

123

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dcontext_factory_test.cpp56 auto factory = ContextFactory::GetInstance(); variable
71 auto factory = ContextFactory::GetInstance(); variable
84 auto factory = ContextFactory::GetInstance(); variable
99 auto factory = ContextFactory::GetInstance(); variable
112 auto factory = ContextFactory::GetInstance(); variable
127 auto factory = ContextFactory::GetInstance(); variable
140 auto factory = ContextFactory::GetInstance(); variable
150 auto factory = ContextFactory::GetInstance(); variable
163 auto factory = ContextFactory::GetInstance(); variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/plugin/
H A Dintf_class_factory.h38 auto CreateInstance(IClassFactory& factory, const BASE_NS::Uid& uid) in CreateInstance()
55 if (auto factory = GetInstance<IClassFactory>(factory_id)) { in CreateInstance() local
68 auto factory = GetPluginRegister().GetClassRegister().GetInterface<IClassFactory>(); in CreateInstance() local
/ohos5.0/drivers/hdf_core/framework/model/camera/core/src/
H A Dcamera_core.c44 …nt32_t HdfCameraReleaseInterface(const char *deviceName, struct CameraDeviceDriverFactory *factory) in HdfCameraReleaseInterface()
81 … int32_t HdfCameraInitInterfaces(const char *deviceName, struct CameraDeviceDriverFactory *factory) in HdfCameraInitInterfaces()
119 …int32_t HdfCameraDeinitInterface(const char *deviceName, struct CameraDeviceDriverFactory *factory) in HdfCameraDeinitInterface()
134 struct CameraDeviceDriverFactory *factory = NULL; in HdfCameraDeinitDevice() local
156 struct CameraDeviceDriverFactory *factory = NULL; in HdfCameraInitDevice() local
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dclient_factory.c43 Factory *factory = GetFactory(service, feature); in SAMGR_CreateIClient() local
61 Factory *factory = GetFactory(service, feature); in SAMGR_ReleaseIClient() local
83 Factory *factory = GetFactory(service, feature); in SAMGR_RegisterFactory() local
110 Factory *factory = NULL; in GetFactory() local
/ohos5.0/base/hiviewdfx/hiview/base/event_report/test/unittest/common/
H A Devent_report_unit_test.cpp86 PluginFaultEventFactory factory; variable
99 PluginLoadEventFactory factory; variable
112 PluginStatsEventFactory factory; variable
/ohos5.0/base/hiviewdfx/hiview/base/event_report/
H A Dhiview_event_report.cpp31 auto factory = std::make_unique<PluginLoadEventFactory>(); in ReportPluginLoad() local
42 auto factory = std::make_unique<PluginUnloadEventFactory>(); in ReportPluginUnload() local
52 auto factory = std::make_unique<PluginFaultEventFactory>(); in ReportPluginFault() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_command_factory_test.cpp44 RSCommandFactory& factory = RSCommandFactory::Instance(); variable
64 RSCommandFactory& factory = RSCommandFactory::Instance(); variable
/ohos5.0/base/sensors/miscdevice/utils/haptic_decoder/interface/
H A Dvibrator_decoder_creator.cpp38 DefaultVibratorDecoderFactory factory; in CreateDecoder() local
42 HEVibratorDecoderFactory factory; in CreateDecoder() local
/ohos5.0/base/update/updater/services/script/script_instruction/
H A Dscript_instructionhelper.cpp107 …_t ScriptInstructionHelper::RegisterAddInstruction(const Uscript::UScriptInstructionFactoryPtr fac… in RegisterAddInstruction()
152 Uscript::UScriptInstructionFactoryPtr factory = nullptr; in RegisterUserInstruction() local
184 Uscript::UScriptInstructionFactory *factory) in RegisterUserInstruction()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/engine_adapter/
H A Dstatic_factory_test.cpp55 auto factory = StaticFactory::MakeFromRSXform(text, 10, xform, font, TextEncoding::UTF8); variable
70 auto factory = StaticFactory::MakeFromStream(std::move(stream), 0); variable
83 auto factory = StaticFactory::MakeFromName(familyName, Drawing::FontStyle()); variable
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Dadd_os_account_plugin_test.cpp137 auto factory = std::make_shared<ExternalManagerFactoryMock>(); variable
157 auto factory = std::make_shared<ExternalManagerFactoryMock>(); variable
177 auto factory = std::make_shared<ExternalManagerFactoryMock>(); variable
197 auto factory = std::make_shared<ExternalManagerFactoryMock>(); variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dikvdb_factory.cpp30 void IKvDBFactory::Register(IKvDBFactory *factory) in Register()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dclass_registry.cpp90 const auto& factory = v.second; in GetAllTypes() local
108 const auto& factory = v.second; in GetAllTypes() local
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H A Dbuffer_allocator_factory.cpp21 static BufferAllocatorFactory factory; in GetInstance() local
H A Dbuffer_allocator_utils.cpp30 auto factory = BufferAllocatorFactory::GetInstance(); in GetBufferAllocator() local
/ohos5.0/foundation/multimedia/player_framework/services/services/factory/
H A Dengine_factory_repo.cpp81 std::shared_ptr<IEngineFactory> factory = std::shared_ptr<IEngineFactory>(entry()); in LoadLib() local
135 for (auto &factory : factorys_) { in GetEngineFactory() local
/ohos5.0/drivers/hdf_core/framework/model/network/ethernet/src/
H A Deth_chip_driver.c26 struct HdfEthChipDriverFactory *factory = g_ethChipDriverFactory[i]; in HdfEthGetChipDriverByName() local
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/include/
H A Dbuffer_allocator_factory.h39 BufferAllocatorFactory* factory = BufferAllocatorFactory::GetInstance(); in BufferAllocatorRegister() local
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_chipdriver_manager.c31 struct HdfChipDriverFactory *factory = g_wlanChipDriverManagerFactory[i]; in HdfWlanGetChipDriverByName() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/
H A Dconfig_factory.cpp30 static ConfigFactory factory; in GetInstance() local
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dimpl_class.cpp325 PluginClassBase *CfiFactory(PluginCreateFunc factory, const string &className) __attribute__((no_sa… in CfiFactory()
334 PluginCreateFunc factory = plugin->GetCreateFunc(); in DoCreateObject() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_rd_register_observer_test.cpp111 IKvDBFactory *factory = new (std::nothrow) DefaultFactory(); in SetUpTestCase() local
147 IKvDBFactory *factory = IKvDBFactory::GetCurrent(); in SetUp() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/uiextensionrecordfactory_fuzzer/
H A Duiextensionrecordfactory_fuzzer.cpp53 auto factory = DelayedSingleton<AbilityRuntime::UIExtensionRecordFactory>::GetInstance(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_virtual_screen_processor_test.cpp64 RSProcessorFactory factory; variable
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/clip/
H A Dclip_plugin.cpp23 bool ClipPlugin::RegCreator(const std::string &name, Factory *factory) in RegCreator()

123