Home
last modified time | relevance | path

Searched defs:NapiError (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dnapi_error.h28 struct NapiError { struct
29 int32_t error = 0;
30 std::string apiName;
/ohos5.0/base/powermgr/battery_manager/frameworks/napi/include/
H A Dnapi_error.h29 NapiError() {} in NapiError() function
30 explicit NapiError(BatteryError code) : code_(code) {} in NapiError() function
/ohos5.0/base/powermgr/battery_statistics/frameworks/napi/include/
H A Dnapi_error.h29 NapiError() {} in NapiError() function
30 explicit NapiError(StatsError code) : code_(code) {} in NapiError() function
/ohos5.0/foundation/multimodalinput/input/util/napi/include/
H A Dutil_napi_error.h33 struct NapiError { struct
46 const std::map<int32_t, NapiError> NAPI_ERRORS = { argument
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/include/
H A Dnapi_rpc_error.h49 NapiError() {}; in NapiError() function
50 NapiError(int32_t errorCode) : errorCode_(errorCode) {}; in NapiError() function
/ohos5.0/base/telephony/core_service/frameworks/js/napi/
H A Dtelephony_napi_common_error.h24 enum NapiError : int32_t { enum