Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/include/
H A Dnfc_service.h81 int ExecuteTask(KITS::NfcTask param);
84 void NfcTaskThread(KITS::NfcTask params, std::promise<int> promise);
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dnfc_sdk_common.h68 enum NfcTask { TASK_TURN_ON = 101, TASK_TURN_OFF, TASK_INITIALIZE }; enum
/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_service.cpp231 int NfcService::ExecuteTask(KITS::NfcTask param) in ExecuteTask()
273 void NfcService::NfcTaskThread(KITS::NfcTask params, std::promise<int> promise) in NfcTaskThread()