Home
last modified time | relevance | path

Searched refs:HdfNfcInterfaceHost (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/nfc/hdi_service/
H A Dnfc_interface_driver.cpp33 struct HdfNfcInterfaceHost { struct
42 CONTAINER_OF(client->device->service, struct HdfNfcInterfaceHost, ioservice); in NfcInterfaceDriverDispatch() argument
70 auto *hdfNfcInterfaceHost = new (std::nothrow) HdfNfcInterfaceHost; in HdfNfcInterfaceDriverBind()
109 CONTAINER_OF(deviceObject->service, struct HdfNfcInterfaceHost, ioservice); in HdfNfcInterfaceDriverRelease()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nfc_v1_0/cpp_target/nfc/v1_0/
H A Dnfc_interface_driver.cpp.txt26 struct HdfNfcInterfaceHost {
34 …auto *hdfNfcInterfaceHost = CONTAINER_OF(client->device->service, struct HdfNfcInterfaceHost, ioSe…
61 auto *hdfNfcInterfaceHost = new (std::nothrow) HdfNfcInterfaceHost;
63 HDF_LOGE("%{public}s: failed to create create HdfNfcInterfaceHost object", __func__);
97 …auto *hdfNfcInterfaceHost = CONTAINER_OF(deviceObject->service, struct HdfNfcInterfaceHost, ioServ…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nfc_v1_1/cpp_target/nfc/v1_1/
H A Dnfc_interface_driver.cpp.txt26 struct HdfNfcInterfaceHost {
34 …auto *hdfNfcInterfaceHost = CONTAINER_OF(client->device->service, struct HdfNfcInterfaceHost, ioSe…
61 auto *hdfNfcInterfaceHost = new (std::nothrow) HdfNfcInterfaceHost;
63 HDF_LOGE("%{public}s: failed to create create HdfNfcInterfaceHost object", __func__);
97 …auto *hdfNfcInterfaceHost = CONTAINER_OF(deviceObject->service, struct HdfNfcInterfaceHost, ioServ…