Searched refs:CheckHceStatusCodeAndThrow (Results 1 - 4 of 4) sorted by relevance
/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 | 235 if (!CheckHceStatusCodeAndThrow(env, ret, "on")) { in RegHceCmdCallbackEvents() 294 if (!CheckHceStatusCodeAndThrow(env, ret, "stop")) { in UnregisterHceEvents() 499 if (!CheckHceStatusCodeAndThrow(env, ret, "start")) { in StartHCE()
|
/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 | 888 bool CheckHceStatusCodeAndThrow(const napi_env &env, int statusCode, const std::string &funcName) in CheckHceStatusCodeAndThrow() function
|
Completed in 4 milliseconds