Searched refs:HdfNfcInterfaceHost (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/drivers/peripheral/nfc/hdi_service/ |
H A D | nfc_interface_driver.cpp | 33 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 D | nfc_interface_driver.cpp.txt | 26 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 D | nfc_interface_driver.cpp.txt | 26 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…
|