Home
last modified time | relevance | path

Searched refs:TypeIsError (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/utils/filemgmt_libn/src/n_async/
H A Dn_async_work_callback.cpp117 if (!ctx->res_.TypeIsError(true)) { in CallbackComplete()
187 if (!ctx->res_.TypeIsError(true)) { in AfterWorkCallback()
H A Dn_async_work_promise.cpp46 if (!ctx->res_.TypeIsError(true)) { in PromiseOnComplete()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dnapi_async_work_promise.cpp57 if (!ctx->res_.TypeIsError(true)) { in PromiseOnComplete()
H A Dnapi_async_work_callback.cpp62 if (!ctx->res_.TypeIsError(true)) { in CallbackComplete()
H A Dnapi_value.h43 bool TypeIsError(bool checkErrno = false) const;
H A Dnapi_value.cpp51 bool NapiValue::TypeIsError(bool checkErrno) const in TypeIsError() function in OHOS::AppExecFwk::LIBZIP::NapiValue
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/n_async/
H A Dn_async_work_promise.cpp47 if (!ctx->res_.TypeIsError(true)) { in PromiseOnComplete()
H A Dn_async_work_callback.cpp52 if (!ctx->res_.TypeIsError(true)) { in CallbackComplete()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/
H A Dn_val.h40 bool TypeIsError(bool checkErrno = false) const;
H A Dn_val.cpp49 bool NVal::TypeIsError(bool checkErrno) const in TypeIsError() function in OHOS::DistributedFS::NVal
/ohos5.0/foundation/filemanagement/file_api/utils/filemgmt_libn/include/
H A Dn_val.h43 bool TypeIsError(bool checkErrno = false) const;
/ohos5.0/foundation/filemanagement/file_api/utils/filemgmt_libn/src/
H A Dn_val.cpp50 bool NVal::TypeIsError(bool checkErrno) const in TypeIsError() function in OHOS::FileManagement::LibN::NVal