Home
last modified time | relevance | path

Searched refs:Attach (Results 1 - 7 of 7) sorted by relevance

/drivers/hdf_core/interfaces/inner_api/host/shared/
H A Dhdf_device.h45 int (*Attach)(struct IHdfDevice *device, struct HdfDeviceNode *deviceNode); member
/drivers/peripheral/intelligent_voice/hdi_service/engine/
H A Dintell_voice_engine_adapter_impl.h51 int32_t Attach(const IntellVoiceEngineAdapterInfo &info) override;
H A Dintell_voice_engine_adapter_impl.cpp61 int32_t IntellVoiceEngineAdapterImpl::Attach(const IntellVoiceEngineAdapterInfo &info) in Attach() function in OHOS::IntelligentVoice::Engine::IntellVoiceEngineAdapterImpl
63 INTELLIGENT_VOICE_LOGD("Attach enter"); in Attach()
/drivers/hdf_core/framework/core/host/src/
H A Ddevhost_service.c78 if (device == NULL || device->super.Attach == NULL) { in DevHostServiceAddDevice()
79 HDF_LOGE("failed to add device, device or Attach func is null"); in DevHostServiceAddDevice()
104 ret = device->super.Attach(&device->super, devNode); in DevHostServiceAddDevice()
H A Dhdf_device.c156 device->super.Attach = HdfDeviceAttach; in HdfDeviceConstruct()
H A Dhdf_device_object.c249 ret = devNode->device->super.Attach(&devNode->device->super, devNode); in HdfDeviceObjectRegister()
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/
H A Ddevhost_test.cpp380 device->Attach(device, devNode); in HWTEST_F()
381 int32_t ret = device->Attach(device, nullptr); in HWTEST_F()
383 ret = device->Attach(nullptr, nullptr); in HWTEST_F()

Completed in 4 milliseconds