/drivers/peripheral/camera/test/ut/pipeline_core/ |
D | pipeline_core_test.cpp | 64 re = core->Init(); 73 re = s->Init(cameraId_); 84 re = core->Init(); 93 re = s->Init(cameraId_); 104 re = core->Init(); 117 re = s->Init(cameraId_); 128 re = core->Init(); 137 re = s->Init(cameraId_); 155 re = core->Init(); 168 re = s->Init(cameraId_); [all …]
|
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/ |
D | allocator_manager.cpp | 24 int32_t AllocatorManager::Init() in Init() function in OHOS::HDI::DISPLAY::AllocatorManager 33 int ret = drmAllocator->Init(); in Init() 39 ret = fbAllocator->Init(); in Init() 44 ret = dmaBufferallocator->Init(); in Init()
|
/drivers/peripheral/input/libinput/src/ |
D | input_interface_implement.cpp | 27 RetStatus InputIfImpl::Init() in Init() function in OHOS::Input::InputIfImpl 39 return deviceInfoSptr_->Init(); in Init()
|
/drivers/peripheral/user_auth/test/unittest/service_test/src/ |
D | user_auth_interface_service_test.cpp | 199 EXPECT_EQ(service->Init(deviceUdid), 0); 222 EXPECT_EQ(service->Init(deviceUdid), 0); 251 EXPECT_EQ(service->Init(deviceUdid), 0); 265 EXPECT_EQ(service->Init(deviceUdid), 0); 281 EXPECT_EQ(service->Init(deviceUdid), 0); 297 EXPECT_EQ(service->Init(deviceUdid), 0); 319 EXPECT_EQ(service->Init(deviceUdid), 0); 342 EXPECT_EQ(service->Init(deviceUdid), 0); 380 EXPECT_EQ(service->Init(deviceUdid), 0); 422 EXPECT_EQ(service->Init(deviceUdid), 0); [all …]
|
/drivers/external_device_manager/test/moduletest/bus_extension_core_mt/ |
D | ext_device_manager_mt.cpp | 60 int32_t ret = DriverPkgManager::GetInstance().Init(); in main() 65 ret = ExtDeviceManager::GetInstance().Init(); in main() 71 ret = BusExtensionCore::GetInstance().Init(callback); in main()
|
/drivers/peripheral/display/hal/default_standard/src/display_device/core/ |
D | hdi_device_interface.cpp | 31 ret = drmDevice->Init(); in DiscoveryDevice() 42 ret = fbDevice->Init(); in DiscoveryDevice()
|
/drivers/peripheral/camera/vdi_base/common/utils/watchdog/ |
D | watchdog.h | 28 void Init(int ms, std::function<void()> executor, bool isKill = false); 49 _dog.Init(t, f, k); \
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/sensor_template/ |
D | hall_sensor_driver_source.template | 35 static int32_t Init${driver_upper_camel_case}(struct SensorCfgData *data) 92 ops.Init = NULL; 99 ret = Init${driver_upper_camel_case}(drvData->sensorCfg); 101 HDF_LOGE("%s: Init ${driver_upper_case} ${device_lower_camel_case} failed", __func__); 126 .Init = ${driver_upper_camel_case}InitDriver,
|
D | com_sensor_driver_source.template | 62 static int32_t Init${driver_upper_camel_case}(struct SensorCfgData *data) 119 ops.Init = NULL; 127 ret = Init${driver_upper_camel_case}(drvData->sensorCfg); 129 HDF_LOGE("%s: Init ${driver_upper_case} accel failed", __func__); 154 .Init = ${driver_upper_camel_case}InitDriver,
|
D | als_sensor_driver_source.template | 66 static int32_t Init${driver_upper_camel_case}(struct SensorCfgData *data) 123 ops.Init = NULL; 131 ret = Init${driver_upper_camel_case}(drvData->sensorCfg); 133 HDF_LOGE("%s: Init ${driver_upper_case} ${device_lower_camel_case} failed", __func__); 158 .Init = ${driver_upper_camel_case}InitDriver,
|
D | accel_sensor_driver_source.template | 62 static int32_t Init${driver_upper_camel_case}(struct SensorCfgData *data) 119 ops.Init = NULL; 126 ret = Init${driver_upper_camel_case}(drvData->sensorCfg); 128 HDF_LOGE("%s: Init ${driver_upper_case} ${device_lower_camel_case} failed", __func__); 153 .Init = ${driver_upper_camel_case}InitDriver,
|
/drivers/external_device_manager/test/moduletest/drivers_pkg_manager_mt/ |
D | drivers_pkg_manager_mt.cpp | 58 bool ret = BusExtensionCore::GetInstance().Init(callback); in main() 64 ret = drvPkgMgrInstance.Init(); in main()
|
/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/ |
D | fb_device.cpp | 67 int32_t FbDevice::Init() in Init() function in OHOS::HDI::DISPLAY::FbDevice 72 int ret = display->Init(); in Init()
|
D | fb_display.cpp | 52 int32_t FbDisplay::Init() in Init() function in OHOS::HDI::DISPLAY::FbDisplay 58 ret = HdiDisplay::Init(); in Init() 77 ret = preComp->Init(); in Init() 83 ret = postComp->Init(); in Init()
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/ |
D | algo_plugin.cpp | 36 RetCode AlgoPlugin::Init(std::shared_ptr<CameraMetadata> meta) in Init() function in OHOS::Camera::AlgoPlugin 39 if (algoHandler_->func.Init == nullptr) { in Init() 44 int ret = algoHandler_->func.Init(nullptr); in Init() 191 algoHandler_->func.Init = reinterpret_cast<AlgoFuncInit>(::dlsym(algoHandler_->handle, "Init")); in LoadLib() 192 if (algoHandler_->func.Init == nullptr) { in LoadLib()
|
/drivers/external_device_manager/services/native/driver_extension/src/ |
D | driver_extension.cpp | 55 void DriverExtension::Init(const std::shared_ptr<AbilityLocalRecord> &record, in Init() function in OHOS::AbilityRuntime::DriverExtension 60 ExtensionBase<DriverExtensionContext>::Init(record, application, handler, token); in Init()
|
/drivers/peripheral/thermal/interfaces/hdi_service/src/ |
D | thermal_interface_impl.cpp | 55 Init(); in ThermalInterfaceImpl() 58 int32_t ThermalInterfaceImpl::Init() in Init() function in OHOS::HDI::Thermal::V1_1::ThermalInterfaceImpl 105 thermalZoneMgr_->Init(); in Init() 242 int32_t ret = hdfTimer_->Init(); in StartTimerThread()
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/ |
D | hdf_driver.c.template | 34 .Init = Hdf${driver_upper_camel_case}DriverInit, 38 …. When loading the driver, call the Bind function and then the Init function. If the Init function…
|
/drivers/hdf_core/framework/model/audio/usb/src/ |
D | audio_usb_codec_adapter.c | 21 .Init = AudioUsbCodecDeviceInit, 101 .Init = AudioUsbCodecDriverInit,
|
/drivers/peripheral/camera/vdi_base/common/device_manager/test/unittest/mpi/ |
D | utest_mpi_device_manager.cpp | 33 void Init() in Init() function in OHOS::Camera::TestNode 47 void Init() in Init() function in OHOS::Camera::TestDevice 83 rc = DM->Init(); 113 sensor->Init(meta); 124 sensor->Init(meta); 227 node.Init(); 229 device.Init();
|
/drivers/peripheral/location/gnss/hdi_service/ |
D | location_vendor_interface.cpp | 35 Init(); in LocationVendorInterface() 65 void LocationVendorInterface::Init() in Init() function in OHOS::HDI::Location::LocationVendorInterface
|
/drivers/peripheral/connected_nfc_tag/hdi_service/ |
D | connected_nfc_tag_impl.cpp | 58 int32_t ConnectedNfcTagImpl::Init() in Init() function in OHOS::HDI::ConnectedNfcTag::V1_1::ConnectedNfcTagImpl 61 return adapter.Init(); in Init()
|
/drivers/hdf_core/framework/support/platform/src/uart/ |
D | uart_core.c | 25 if (host->method == NULL || host->method->Init == NULL) { in UartHostRequest() 36 ret = host->method->Init(host); in UartHostRequest()
|
/drivers/peripheral/display/hal/default_standard/src/display_device/vsync/ |
D | sorft_vsync.cpp | 26 int32_t SorftVsync::Init() in Init() function in OHOS::HDI::DISPLAY::SorftVsync 39 int ret = instance.Init(); in GetInstance()
|
/drivers/peripheral/user_auth/hdi_service/interface/ |
D | useriam_common.h | 25 int32_t Init();
|