Searched refs:CheckHceStatusCodeAndThrow (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/cardEmulation/ |
H A D | nfc_napi_cardEmulation_adapter.cpp | 78 if (!CheckHceStatusCodeAndThrow(env, statusCode, "isDefaultService")) { in IsDefaultService() 135 if (!CheckHceStatusCodeAndThrow(env, statusCode, "getPaymentServices")) { in GetPaymentServices()
|
H A D | nfc_napi_hce_adapter.cpp | 241 if (!CheckHceStatusCodeAndThrow(env, ret, "on")) { in RegHceCmdCallbackEvents() 300 if (!CheckHceStatusCodeAndThrow(env, ret, "stop")) { in UnregisterHceEvents() 505 if (!CheckHceStatusCodeAndThrow(env, ret, "start")) { in StartHCE()
|
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/ |
H A D | nfc_napi_common_utils.h | 222 bool CheckHceStatusCodeAndThrow(const napi_env &env, int statusCode, const std::string &funcName);
|
H A D | nfc_napi_common_utils.cpp | 844 bool CheckHceStatusCodeAndThrow(const napi_env &env, int statusCode, const std::string &funcName) in CheckHceStatusCodeAndThrow() function
|