Home
last modified time | relevance | path

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

/foundation/communication/nfc/services/include/
H A Dnfc_service.h80 int ExecuteTask(KITS::NfcTask param);
83 void NfcTaskThread(KITS::NfcTask params, std::promise<int> promise);
/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
/foundation/communication/nfc/services/src/
H A Dnfc_service.cpp227 int NfcService::ExecuteTask(KITS::NfcTask param) in ExecuteTask()
269 void NfcService::NfcTaskThread(KITS::NfcTask params, std::promise<int> promise) in NfcTaskThread()

Completed in 3 milliseconds