Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_service.cpp240 if (param == KITS::TASK_TURN_ON && nfcState_ == KITS::STATE_ON) { in ExecuteTask()
277 case KITS::TASK_TURN_ON: in NfcTaskThread()
384 ExecuteTask(KITS::TASK_TURN_ON); in DoInitialize()
/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 }; enumerator
/ohos5.0/foundation/communication/nfc/services/src/ipc/controller/
H A Dnfc_controller_impl.cpp48 return nfcService_.lock()->ExecuteTask(KITS::TASK_TURN_ON); in TurnOn()