Home
last modified time | relevance | path

Searched refs:NFC (Results 1 – 25 of 520) sorted by relevance

12345678910>>...21

/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/tags_test/tagsessionstub/tagsessionstub_fuzzer/
H A Dtagsessionstub_fuzzer.cpp42 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzHandleConnect()
43 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzHandleConnect()
58 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzHandleReconnect()
73 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzHandleDisconnect()
88 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzHandleSetTimeout()
103 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzHandleGetTimeout()
118 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzHandleGetTechList()
133 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzHandleIsTagFieldOn()
148 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzHandleIsNdef()
163 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzHandleSendRawFrame()
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Derrorcode-nfc.md1 # NFC错误码
15 NFC服务内部执行NFC打开或关闭异常。
19 1. 和NFC服务建立通信异常。
20 2. NFC芯片通信异常。
24 1. 重新执行打开或关闭NFC
35 NFC服务执行Tag业务逻辑遇到错误。
39 2. Tag操作时,NFC状态是关闭的。
46 2. 判断NFC是关闭状态时,提示打开NFC
91 NFC Tag I/O操作失败。
110 1. 卡模拟时NFC状态是关闭的。
[all …]
H A Djs-apis-nfcController.md3 本模块主要用于管理NFC状态,包括打开和关闭NFC,读取NFC的状态等。
17 定义不同的NFC状态值。
34 查询设备是否有NFC能力。
45 | boolean | true: 设备具备NFC能力,&nbsp;false: 设备不具备NFC能力。 |
52 打开NFC开关。
65 | boolean | true: 打开NFC成功,&nbsp;false: 打开NFC失败。 |
91 关闭NFC开关。
104 | boolean | true: 关闭NFC成功,&nbsp;false: 关闭NFC失败。 |
146 查询NFC状态。
162 注册NFC开关状态事件,通过Callback方式获取NFC状态的变化通知。
[all …]
H A Djs-apis-nfcTag.md1 # @ohos.nfc.tag (标准NFC-Tag)
3 本模块主要用于操作及管理NFC Tag,提供后台读卡和前台应用优先分发两种读卡模式。
131 获取NFC A类型Tag对象,通过该对象可访问NfcA技术类型的Tag。
155 获取NFC A类型Tag对象,通过该对象可访问NfcA技术类型的Tag。
187 获取NFC B类型Tag对象,通过该对象可访问NfcB技术类型的Tag。
211 获取NFC B类型Tag对象,通过该对象可访问NfcB技术类型的Tag。
707 取消订阅NFC Tag读卡事件。设备退出读卡模式,并恢复卡模拟。如果已通过[tag.on](#tagon11)设置NFC的读卡器模式,需要在页面退出前台或页面销毁时调用off进行取消。
1163 NFC Tag有多种不同的技术类型,定义常量描述不同的技术类型。
1191 | TNF_WELL_KNOWN | 0x1 | NFC Forum well-known type [NFC RTD]。 |
1194 | TNF_EXT_APP | 0x4 | NFC Forum external type [NFC RTD]。 |
[all …]
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nfc/
H A D_hdi_nfc_v10.md8 NFC服务通过获取的nfc驱动对象提供的API接口访问nfc驱动,包括开关NFC、初始化NFC、读写数据、配置RF参数、 通过IO控制发送NCI指令给nfc驱动。
22 | [NfcTypes.idl](_nfc_types_8idl_v10.md) | 声明类型定义,包括开关NFC、初始化NFC、读写数据、配置RF参数等 |
37 …EASE_CONTROL = 5 , ERROR = 6 , HCI_NETWORK_RESET = 7<br/>} | NFC事件(包括打开NFC完成、关闭NFC完成、预配置NFC完成等上报事件…
54 NFC指令的枚举定义。
72 NFC事件(包括打开NFC完成、关闭NFC完成、预配置NFC完成等上报事件)的枚举定义。
78 | OPEN_CPLT | NFC打开完成事件 |
79 | CLOSE_CPLT | NFC关闭完成事件 |
80 | POST_INIT_CPLT | NFC初始化完成事件 |
97 NFC状态的枚举定义。
103 | OK | NFC状态OK |
[all …]
H A Dinterface_i_nfc_interface_v10.md20 …_v10.md) callbackObj, [out] enum [NfcStatus](_hdi_nfc_v10.md#nfcstatus) status) | 打开NFC,对NFC初始化。 |
26 | [Close](#close) ([out] enum [NfcStatus](_hdi_nfc_v10.md#nfcstatus) status) | 关闭NFC。 |
42 关闭NFC
78 NFC初始化。
86 | callbackObj | NFC芯片发送给NFC协议栈的数据和事件的回调对象。 |
102 NFC协议栈通过IO控制指令和数据发送给HDI。
127 打开NFC,对NFC初始化。
135 | callbackObj | NFC芯片发送给NFC协议栈的数据和事件的回调对象 |
151 周期性重启NFC
187 发送数据给NFC控制器。
[all …]
H A D_hdi_nfc_v11.md8 NFC服务通过获取的nfc驱动对象提供的API接口访问nfc驱动,包括开关NFC、初始化NFC、读写数据、配置RF参数、 通过IO控制发送NCI指令给nfc驱动。
20 | [INfcInterface.idl](_i_nfc_interface_8idl_v11.md) | 定义NFC扩展的查询配置、工厂级复位的适配接口文件。 |
21 | [NfcTypes.idl](_nfc_types_8idl_v11.md) | NFC事件(包括打开NFC完成、关闭NFC完成、预配置NFC完成等上报事件)的枚举定义。 |
29 | struct&nbsp;&nbsp;[NfcVendorConfig](_nfc_vendor_config_v11.md) | 厂家自定义的NFC配置。 |
36 …_TYPE_LISTEN_B_PRIME = 8 , VENDOR_PROPEIETARY_CFG_MAX = 9<br/>} | RF discover过程中厂家自定义支持的NFC协议类型。 |
51 RF discover过程中厂家自定义支持的NFC协议类型。
61 | NCI_PROTOCOL_KOVIO | Kovio公司的NFC条形码 |
H A Dinterface_i_nfc_callback_v10.md20 | [OnData](#ondata) ([in] List&lt; unsigned char &gt; data) | NFC芯片上报给协议栈NFC数据的函数定义。 |
21 …nfcevent) event, [in] enum [NfcStatus](_hdi_nfc_v10.md#nfcstatus) status) | NFC芯片上报给协议栈事件的函数定义。 |
34 NFC芯片上报给协议栈NFC数据的函数定义。
42 | data | NFC芯片上报给NFC协议栈的数据。 |
52 NFC芯片上报给协议栈事件的函数定义。
61 | status | NFC状态,具体定义见NfcStatus。 事件ID具体见 **NfcTypes**。 |
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_tags_test/
H A Dtag_session_test.cpp31 namespace NFC { namespace
34 using namespace OHOS::NFC;
76 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service);
90 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service);
104 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service);
119 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service);
134 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service);
149 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service);
162 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service);
177 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service);
[all …]
H A Dtag_session_stub_test.cpp32 namespace NFC { namespace
35 using namespace OHOS::NFC;
77 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service);
93 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service);
109 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service);
125 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service);
141 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service);
157 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service);
173 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service);
189 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service);
[all …]
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/tagsession_test/tagsession/tagsession_fuzzer/
H A Dtagsession_fuzzer.cpp59 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzResetTimeout()
69 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzIsTagFieldOn()
79 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzGetFgDataVecSize()
86 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzGetReaderDataVecSize()
93 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzHandleAppStateChanged()
105 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzRegForegroundDispatch()
121 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzUnregForegroundDispatch()
131 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzRegReaderMode()
146 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzIsConnected()
155 sptr<NFC::TAG::TagSession> tagSession = new NFC::TAG::TagSession(service); in FuzzSetTimeout()
[all …]
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/controller_test/nfccontrollerstub/nfccontrollerstub_fuzzer/
H A Dnfccontrollerstub_fuzzer.cpp60 sptr<NFC::NfcControllerImpl> nfcCrlStub = new NFC::NfcControllerImpl(nfcService); in FuzzHandleGetState()
75 sptr<NFC::NfcControllerImpl> nfcCrlStub = new NFC::NfcControllerImpl(nfcService); in FuzzHandleTurnOn()
90 sptr<NFC::NfcControllerImpl> nfcCrlStub = new NFC::NfcControllerImpl(nfcService); in FuzzHandleTurnOff()
105 sptr<NFC::NfcControllerImpl> nfcCrlStub = new NFC::NfcControllerImpl(nfcService); in FuzzHandleRegisterCallBack()
120 sptr<NFC::NfcControllerImpl> nfcCrlStub = new NFC::NfcControllerImpl(nfcService); in FuzzHandleUnRegisterCallBack()
135 sptr<NFC::NfcControllerImpl> nfcCrlStub = new NFC::NfcControllerImpl(nfcService); in FuzzHandleIsNfcOpen()
150 sptr<NFC::NfcControllerImpl> nfcCrlStub = new NFC::NfcControllerImpl(nfcService); in FuzzHandleGetNfcTagInterface()
165 sptr<NFC::NfcControllerImpl> nfcCrlStub = new NFC::NfcControllerImpl(nfcService); in FuzzUnregisterCallback()
180 sptr<NFC::NfcControllerImpl> nfcCrlStub = new NFC::NfcControllerImpl(nfcService); in FuzzregisterCallback()
190 sptr<NFC::NfcControllerImpl> nfcCrlStub = new NFC::NfcControllerImpl(nfcService); in FuzzHandleRegNdefMsgCb()
[all …]
/ohos5.0/foundation/communication/nfc/test/unittest/services/hce_session_test/
H A Dhce_session_test.cpp21 namespace NFC { namespace
24 using namespace OHOS::NFC::KITS;
60 std::shared_ptr<OHOS::NFC::NfcService> nfcService = std::make_shared<OHOS::NFC::NfcService>();
76 std::shared_ptr<OHOS::NFC::NfcService> nfcService = std::make_shared<OHOS::NFC::NfcService>();
93 std::shared_ptr<OHOS::NFC::NfcService> nfcService = std::make_shared<OHOS::NFC::NfcService>();
110 std::shared_ptr<OHOS::NFC::NfcService> nfcService = std::make_shared<OHOS::NFC::NfcService>();
128 std::shared_ptr<OHOS::NFC::NfcService> nfcService = std::make_shared<OHOS::NFC::NfcService>();
143 std::shared_ptr<OHOS::NFC::NfcService> nfcService = std::make_shared<OHOS::NFC::NfcService>();
158 std::shared_ptr<OHOS::NFC::NfcService> nfcService = std::make_shared<OHOS::NFC::NfcService>();
174 std::shared_ptr<OHOS::NFC::NfcService> nfcService = std::make_shared<OHOS::NFC::NfcService>();
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-nfcController.md1 # @ohos.nfc.controller (Standard NFC)
3 …ule provides APIs for opening and closing Near-Field Communication (NFC) and reading the NFC state.
17 Enumerates the NFC states.
25 | STATE_OFF | 1 | NFC is closed (OFF).|
27 | STATE_ON | 3 | NFC is open (ON).|
34 Checks whether the device supports NFC.
52 Opens NFC.
91 Closes NFC.
130 Checks whether NFC is open.
146 Obtains the NFC state.
[all …]
H A Derrorcode-nfc.md1 # NFC Error Codes
11 NFC state is abnormal in service.
15 The NFC service fails to enable or disable NFC.
19 1. Communication with the NFC service failed.
20 2. The NFC chip communication is abnormal.
24 1. Enable or disable NFC again.
39 2. The NFC is disabled.
46 2. Instruct the user to enable NFC if it is disabled.
91 The NFC tag I/O operation fails.
110 1. NFC is disabled during card emulation.
[all …]
/ohos5.0/docs/zh-cn/application-dev/connectivity/
H A Dconnectivity-kit-intro.md5 移动终端设备已经深入人民日常生活的方方面面,如连接蓝牙耳机听音乐、连接WIFI上网、使用NFC进行一碰开门等已成为终端用户日常生活中常见的行为。
6 当用户处于这些丰富的使用场景中时,蓝牙提供基于蓝牙连接的基础能力,如音乐/通话/分享等,WIFI提供基础的无线连接能力,NFC提供基础的靠近刷卡和读卡能力。
65 ### NFC简介
66 NFC英文全称Near Field Communication,近距离无线通信。NFC服务提供NFC开关控制、NFC标签读写、NFC卡模拟等业务功能。
68 - **NFC开关**<br/>
69NFC开关模块,提供了打开NFC和关闭NFC功能。打开或关闭NFC的应用程序,需要声明权限"ohos.permission.MANAGE_SECURE_SETTINGS",该权限只有系统应用才能声…
72 - **NFC标签读写**<br/>
73NFC标签读写模块,提供了NFC标签的发现和分发给应用程序,以及应用程序通过NFC标签读写接口访问NFC标签的能力。应用程序需要按照规定的格式来声明NFC标签读写能力,只有声明后应用程序才能收到N…
76 - **NFC卡模拟**<br/>
77 NFC卡模拟模块,提供了NFC的刷卡业务,电子设备和读卡器触碰完成刷卡。应用程序需要按照规定的格式来声明NFC卡模拟能力,只有声明后应用程序才能够具备刷卡能力。
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/tagdispatcher_test/tagdispatcher/tagdispatcher_fuzzer/
H A Dtagdispatcher_fuzzer.cpp25 using namespace OHOS::NFC::KITS;
39 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzHandleTagFound()
40 …std::shared_ptr<NFC::TAG::TagDispatcher> tagDispatcher = std::make_shared<NFC::TAG::TagDispatcher>… in FuzzHandleTagFound()
50 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzHandleTagLost()
51 …std::shared_ptr<NFC::TAG::TagDispatcher> tagDispatcher = std::make_shared<NFC::TAG::TagDispatcher>… in FuzzHandleTagLost()
57 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzHandleTagDebounce()
58 …std::shared_ptr<NFC::TAG::TagDispatcher> tagDispatcher = std::make_shared<NFC::TAG::TagDispatcher>… in FuzzHandleTagDebounce()
66 std::shared_ptr<NFC::NfcService> service = std::make_shared<NFC::NfcService>(); in FuzzOnNotificationButtonClicked()
67 …std::shared_ptr<NFC::TAG::TagDispatcher> tagDispatcher = std::make_shared<NFC::TAG::TagDispatcher>… in FuzzOnNotificationButtonClicked()
/ohos5.0/foundation/communication/nfc/
H A DREADME_zh.md1 # NFC组件<a name="ZH-CN_TOPIC_0000001124412109"></a>
13 近距离无线通信技术\(Near Field Communication,NFC\) ,是一种非接触式识别和互联技术,可以在移动设备、消费类电子产品、PC和智能设备间进行近距离无线通信。
15 NFC服务提供NFC开关控制、NFC标签发现和分发、NFC标签读写、NFC卡模拟等业务功能。
19 **图 1** NFC服务组件架构图<a name="fig444313176464"></a>
38 ├── services # NFC服务进程的实现
46 设备必须具备NFC控制器芯片,才能使用NFC服务。
52 - NFC开关
56 - NFC标签读写
60 - NFC卡模拟
H A DREADME.md1 # NFC<a name="EN-US_TOPIC_0000001133207781"></a>
12 Near-field communication \(NFC\) is a non-contact identification and interconnection technology for…
14 NFC service provides NFC switch control, NFC tag discovery and dispatch, NFC tag reading and writin…
18 **Figure 1** NFC architecture<a name="fig4460722185514"></a>
40 - The device must have an NFC controller chip to use NFC services.
44 - NFC switch
48 - NFC tag reading and writing
52 - NFC card emulation
H A Dhisysevent.yaml14 domain: NFC
23 CLOSE_FAILED_CNT: {type: INT16, desc: count when fail to close NFC}
24 CLOSE_REQUEST_CNT: {type: INT16, desc: count when close NFC}
25 OPEN_FAILED_CNT: {type: INT16, desc: count when fail to open NFC}
26 OPEN_REQUEST_CNT: {type: INT16, desc: count when open NFC}
29 __BASE: {type: FAULT, level: CRITICAL, desc: record when NFC functions fail}
33 CURRENT_NFC_STATE: {type: INT16, desc: current status of NFC}
46 TOTAL_TAG_FOUND_CNT: {type: INT16, desc: count when NFC tag found}
47 TYPE_A_TAG_FOUND: {type: INT16, desc: count when the found NFC tag is type A}
48 TYPE_B_TAG_FOUND: {type: INT16, desc: count when the found NFC tag is type B}
[all …]
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session.cpp21 namespace NFC { namespace
73 return NFC::KITS::ErrorCode::ERR_NONE; in Connect()
97 return NFC::KITS::ErrorCode::ERR_NONE; in IsConnected()
118 return NFC::KITS::ErrorCode::ERR_NONE; in Reconnect()
156 return NFC::KITS::ErrorCode::ERR_NONE; in SetTimeout()
178 return NFC::KITS::ErrorCode::ERR_NONE; in GetTimeout()
288 return NFC::KITS::ErrorCode::ERR_NONE; in NdefRead()
371 return NFC::KITS::ErrorCode::ERR_NONE; in CanMakeReadOnly()
385 return NFC::KITS::ErrorCode::ERR_NONE; in GetMaxTransceiveLength()
395 return NFC::KITS::ErrorCode::ERR_NONE; in IsSupportedApdusExtended()
[all …]
/ohos5.0/docs/zh-cn/application-dev/connectivity/nfc/
H A Dnfc-tag-access-guide.md1 # NFC标签读写开发指南
4 近场通信(Near Field Communication,NFC)是一种短距高频的无线电技术,在13.56MHz频率运行,通信距离一般在10厘米距离内。电子设备可以通过NFC通信技术和NFC标签通…
5 NFC标签可能会支持一种或多种通信技术,具体技术如下:
16 电子设备通过NFC天线位置触碰NFC标签卡片,完成NFC标签卡片的读取或写入。从使用场景上,可以分成NFC标签前台读写,和NFC标签后台读写。
17 - NFC标签前台读写<br>
18 前台读写是指在触碰NFC标签之前,用户先在电子设备上打开特定的应用程序,用户明确想使用所打开的应用程序和NFC标签进行读写操作。用户打开应用程序在前台,并且进入应用的刷卡页面之后,电子设备触碰NFC
19 - NFC标签后台读写<br>
20 后台读写是指不打开特定的NFC标签应用程序,电子设备触碰发现NFC标签后,根据NFC标签的技术类型,分发给能够处理的应用程序。如果能匹配到多个应用程序,则弹出应用选择器列举出应用列表给用户手动选择。…
44 1. 在module.json5文件中声明NFC标签读取的权限,以及声明NFC标签特定的action。
46 3. 判断设备是否支持NFC能力。
[all …]
H A Dnfc-hce-guide.md4 …ommunication,NFC)是一种短距高频的无线电技术,在13.56MHz频率运行,通信距离一般在10厘米距离内。HCE(Host Card Emulation),称为基于主机的卡模拟,表示…
7 应用程序模拟NFC卡片,和NFC读卡器通信完成NFC刷卡业务。从使用场景上,可以分成HCE应用前台刷卡,和HCE应用后台刷卡。
9 前台刷卡是指在触碰NFC读卡器之前,用户先在电子设备上打开特定的应用程序,用户明确想使用所打开的应用程序和NFC读卡器进行刷卡操作。用户打开应用程序在前台,并且进入应用的刷卡页面之后,电子设备触碰N…
34 2. import需要的NFC卡模拟模块和其他相关的模块。
35 3. 判断设备是否支持NFC能力和HCE能力。
36 4. 使能前台HCE应用程序优先处理NFC刷卡功能。
39 7. 退出应用程序NFC刷卡页面时,退出前台优先功能。
109 // 判断设备是否支持NFC能力和HCE能力
161 2. import需要的NFC卡模拟模块和其他相关的模块。
162 3. 判断设备是否支持NFC能力和HCE能力。
[all …]
/ohos5.0/docs/en/application-dev/connectivity/nfc/
H A Dnfc-tag-access-guide.md1 # NFC Tag Read/Write Development
4NFC) is a high-frequency radio technology that enables communication between devices over a distan…
6 - NFC-A (also known as ISO 14443-3A)
7 - NFC-B (also known as ISO 14443-3B)
8 - NFC-F (also known as JIS 6319-4)
9 - NFC-V (also known as ISO 15693)
16 An electronic device touches an NFC tag via the NFC antenna to read and write the NFC tag data. NFC
113 // Use ISO-DEP to access this NFC tag.
131 // Connect to this NFC tag using ISO-DEP.
210 1. Declare the permission required for NFC tag operations, the NFC tag action, and the NFC tag tech…
[all …]
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/external_deps_test/externaldepsproxy/externaldepsproxy_fuzzer/
H A Dexternaldepsproxy_fuzzer.cpp28 namespace NFC { namespace
29 using namespace OHOS::NFC::KITS;
213 if (size < OHOS::NFC::FUZZER_THRESHOLD_TWO) { in FuzzWritePassiveListenHiSysEvent()
225 if (size < OHOS::NFC::FUZZER_THRESHOLD_TWO) { in FuzzWriteFirmwareUpdateHiSysEvent()
246 if (size < OHOS::NFC::FUZZER_THRESHOLD) { in LLVMFuzzerTestOneInput()
252 OHOS::NFC::FuzzHandleAppRemovedEvent(data, size); in LLVMFuzzerTestOneInput()
254 OHOS::NFC::FuzzNfcDataGetString(data, size); in LLVMFuzzerTestOneInput()
255 OHOS::NFC::FuzzNfcDataSetInt(data, size); in LLVMFuzzerTestOneInput()
256 OHOS::NFC::FuzzNfcDataGetInt(data, size); in LLVMFuzzerTestOneInput()
257 OHOS::NFC::FuzzNfcDataDelete(data, size); in LLVMFuzzerTestOneInput()
[all …]

12345678910>>...21