Home
last modified time | relevance | path

Searched defs:discTech (Results 1 – 11 of 11) sorted by relevance

/foundation/communication/nfc/interfaces/inner_api/src/tags/
Dtag_foreground.cpp58 std::vector<uint32_t> &discTech, const sptr<KITS::IForegroundCallback> &callback) in RegForeground()
Dtag_session_proxy.cpp264 …orCode TagSessionProxy::RegForegroundDispatch(ElementName element, std::vector<uint32_t> &discTech, in RegForegroundDispatch()
/foundation/communication/nfc/test/unittest/services/services_tags_test/
Dnfc_service_tdd.cpp58 …iceImpl::EnableForegroundDispatch(AppExecFwk::ElementName element, std::vector<uint32_t> &discTech, in EnableForegroundDispatch()
Dtag_session_test.cpp163 std::vector<uint32_t> discTech; variable
/foundation/communication/nfc/test/fuzztest/services_test/tags_test/tagsessionstub/tagsessionstub_fuzzer/
Dnfc_service_fuzz.cpp58 …iceFuzz::EnableForegroundDispatch(AppExecFwk::ElementName element, std::vector<uint32_t> &discTech, in EnableForegroundDispatch()
/foundation/communication/nfc/test/unittest/services/services_test/
Dnfc_service_test.cpp107 std::vector<uint32_t> discTech = {1, 2, 4, 5, 10}; variable
/foundation/communication/nfc/frameworks/js/napi/tag/
Dnfc_napi_foreground_dispatch.h49 …bj(const napi_env &env, const napi_ref &ref, ElementName &element, std::vector<uint32_t> &discTech) in RegObj()
Dnfc_napi_foreground_dispatch.cpp273 std::vector<uint32_t> &discTech) in RegisterForegroundEvents()
302 std::vector<uint32_t> &discTech, napi_value handler) in Register()
/foundation/communication/nfc/services/src/
Dnfc_service.cpp487 uint16_t NfcService::GetTechMaskFromTechList(std::vector<uint32_t> &discTech) in GetTechMaskFromTechList()
511 …Service::EnableForegroundDispatch(AppExecFwk::ElementName element, std::vector<uint32_t> &discTech, in EnableForegroundDispatch()
/foundation/communication/nfc/services/src/tags/
Dtag_session.cpp377 …::ErrorCode TagSession::RegForegroundDispatch(ElementName element, std::vector<uint32_t> &discTech, in RegForegroundDispatch()
Dtag_session_stub.cpp309 std::vector<uint32_t> discTech; in HandleRegForegroundDispatch() local