/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nfc/ |
H A D | interface_i_nfc_interface_v10.md | 22 | [Prediscover](#prediscover) ([out] enum [NfcStatus](_hdi_nfc_v10.md#nfcstatus) status) | 启动RF dis… 160 ### Prediscover() 163 INfcInterface::Prediscover ([out] enum NfcStatus status)
|
/ohos5.0/drivers/peripheral/nfc/hdi_service/ |
H A D | nfc_impl.h | 33 int32_t Prediscover(NfcStatus &status) override;
|
H A D | nfc_impl.cpp | 110 int32_t NfcImpl::Prediscover(NfcStatus &status) in Prediscover() function in OHOS::HDI::Nfc::V1_1::NfcImpl
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nfc_v1_0/cpp_target/nfc/v1_0/ |
H A D | nfc_interface_service.h.txt | 35 int32_t Prediscover(OHOS::HDI::Nfc::V1_0::NfcStatus& status) override;
|
H A D | nfc_interface_service.cpp.txt | 41 int32_t NfcInterfaceService::Prediscover(OHOS::HDI::Nfc::V1_0::NfcStatus& status)
|
H A D | infc_interface.h.txt | 80 virtual int32_t Prediscover(OHOS::HDI::Nfc::V1_0::NfcStatus& status) = 0;
|
H A D | nfc_interface_proxy.h.txt | 75 int32_t Prediscover(OHOS::HDI::Nfc::V1_0::NfcStatus& status) override;
|
H A D | nfc_interface_stub.cpp.txt | 249 int32_t nfcInterfaceRet = impl->Prediscover(status);
|
H A D | nfc_interface_proxy.cpp.txt | 152 int32_t OHOS::HDI::Nfc::V1_0::NfcInterfaceProxy::Prediscover(OHOS::HDI::Nfc::V1_0::NfcStatus& statu…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nfc_v1_0/dump_ast_target/ |
H A D | dump.txt | 16 [mini, lite, full] Prediscover(
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nfc_v1_1/cpp_target/nfc/v1_1/ |
H A D | nfc_interface_service.cpp.txt | 63 int32_t NfcInterfaceService::Prediscover(OHOS::HDI::Nfc::V1_0::NfcStatus& status)
|
H A D | nfc_interface_service.h.txt | 45 int32_t Prediscover(OHOS::HDI::Nfc::V1_0::NfcStatus& status) override;
|
H A D | nfc_interface_proxy.h.txt | 86 int32_t Prediscover(OHOS::HDI::Nfc::V1_0::NfcStatus& status) override;
|
H A D | nfc_interface_proxy.cpp.txt | 243 int32_t OHOS::HDI::Nfc::V1_1::NfcInterfaceProxy::Prediscover(OHOS::HDI::Nfc::V1_0::NfcStatus& statu…
|
/ohos5.0/drivers/peripheral/nfc/test/unittest/nfc_impl_mock_test/ |
H A D | nfc_impl_mock_test.cpp | 108 int ret = nfcImpl->Prediscover(status);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nfc_v1_1/dump_ast_target/ |
H A D | dump.txt | 42 [mini, lite, full] Prediscover(
|
/ohos5.0/drivers/peripheral/nfc/test/unittest/nfc_impl_test/ |
H A D | nfc_impl_test.cpp | 109 int ret = nfcImpl->Prediscover(status);
|
/ohos5.0/drivers/interface/nfc/v1_0/ |
H A D | INfcInterface.idl | 78 Prediscover([out] enum NfcStatus status);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nfc_v1_0/foo/nfc/v1_0/ |
H A D | INfcInterface.idl | 78 Prediscover([out] enum NfcStatus status);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nfc_v1_1/foo/nfc/v1_0/ |
H A D | INfcInterface.idl | 78 Prediscover([out] enum NfcStatus status);
|