Searched defs:RegObj (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/connected_nfc_tag/frameworks/js/napi/ |
H A D | nfc_napi_event.h | 48 RegObj() : m_regEnv(0), m_regHanderRef(nullptr) { in RegObj() function 50 explicit RegObj(const napi_env& env, const napi_ref& ref) in RegObj() function
|
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/controller/ |
H A D | nfc_napi_controller_event.h | 57 RegObj() : m_regEnv(0), m_regHanderRef(nullptr) { in RegObj() function 60 explicit RegObj(const napi_env& env, const napi_ref& ref) in RegObj() function
|
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/cardEmulation/ |
H A D | nfc_napi_hce_adapter.h | 75 RegObj() : m_regEnv(0), m_regHanderRef(nullptr) {} in RegObj() function 77 … explicit RegObj(const napi_env& env, const napi_ref& ref) : m_regEnv(env), m_regHanderRef(ref) {} in RegObj() function
|
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/ |
H A D | nfc_napi_foreground_dispatch.h | 48 RegObj() : regEnv(0), regHandlerRef(nullptr), regElement(), regDiscTech() {} in RegObj() function 50 …explicit RegObj(const napi_env &env, const napi_ref &ref, ElementName &element, std::vector<uint32… in RegObj() function
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/inc/ |
H A D | wifi_napi_event.h | 36 RegObj() : m_regEnv(0), m_regHanderRef(nullptr) { in RegObj() function 38 explicit RegObj(const napi_env& env, const napi_ref& ref) { in RegObj() function
|