Home
last modified time | relevance | path

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

/drivers/peripheral/nfc/test/unittest/mock/
H A Dmock.h28 int VendorCoreInitialized(uint16_t coreInitRspLen, uint8_t *pCoreInitRspParams);
H A Dmock.cpp51 int NfcVendorAdaptions::VendorCoreInitialized(uint16_t coreInitRspLen, uint8_t *pCoreInitRspParams) in VendorCoreInitialized() function in OHOS::HDI::Nfc::NfcVendorAdaptions
/drivers/peripheral/nfc/vendor_adaptor/
H A Dinfc_vendor.h34 virtual int VendorCoreInitialized(uint16_t coreInitRspLen, uint8_t *pCoreInitRspParams);
H A Dnfc_vendor_adaptions.h88 int VendorCoreInitialized(uint16_t coreInitRspLen, uint8_t *pCoreInitRspParams) override;
H A Dnfc_vendor_adaptions.cpp204 int NfcVendorAdaptions::VendorCoreInitialized(uint16_t coreInitRspLen, uint8_t *pCoreInitRspParams) in VendorCoreInitialized() function in OHOS::HDI::Nfc::NfcVendorAdaptions
/drivers/peripheral/nfc/test/unittest/nfc_vendor_adaptions_test/
H A Dnfc_vendor_adaptions_test.cpp73 * @tc.desc: Test NfcVendorAdaptionsTest VendorCoreInitialized.
81 int ret = nfcVendorAdaptions->VendorCoreInitialized(coreInitRspLen, pCoreInitRspParams); in HWTEST_F()
/drivers/peripheral/nfc/hdi_service/
H A Dnfc_impl.cpp105 int ret = adaptor_.VendorCoreInitialized(data.size(), (uint8_t *)&data[0]); in CoreInitialized()

Completed in 4 milliseconds