Home
last modified time | relevance | path

Searched refs:RegHceCmdCallbackEvents (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H A Dnfc_napi_hce_adapter.h94 ErrorCode RegHceCmdCallbackEvents(const napi_env& env, const std::string& type);
H A Dnfc_napi_hce_adapter.cpp204 if (RegHceCmdCallbackEvents(env, type) != KITS::ERR_NONE) { in Register()
237 ErrorCode EventRegister::RegHceCmdCallbackEvents(const napi_env& env, const std::string& type) in RegHceCmdCallbackEvents() function in OHOS::NFC::KITS::EventRegister