Home
last modified time | relevance | path

Searched refs:isPending (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/napi/interfaces/inner_api/napi/
H A Dnative_common.h25 bool isPending = false; \
26 napi_is_exception_pending((env), &isPending); \
27 if (!isPending && errorInfo != nullptr) { \
/foundation/window/window_manager/interfaces/kits/napi/common/
H A Ddm_napi_common.cpp141 bool isPending = false; in NAPICall() local
143 napi_is_exception_pending(env, &isPending); in NAPICall()
144 if (!isPending && errorInfo != nullptr) { in NAPICall()
/foundation/arkui/napi/test/unittest/jsvm/
H A Dtest_jsvm.cpp61 bool isPending = false; in CheckErrorAndException() local
62 status = OH_JSVM_IsExceptionPending(env, &isPending); in CheckErrorAndException()
72 ASSERT_TRUE(isPending); in CheckErrorAndException()
78 ASSERT_FALSE(isPending); in CheckErrorAndException()
/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_file_asset_napi.h122 bool isPending = false; member
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dfile_asset_napi.h187 bool isPending = false; member
/foundation/multimedia/media_library/frameworks/js/src/
H A Dfile_asset_napi.cpp3459 valuesBucket.Put(MediaColumn::MEDIA_TIME_PENDING, context->isPending ? 1 : 0); in UserFileMgrSetPendingExecute()
3469 context->objectPtr->SetTimePending((context->isPending) ? 1 : 0); in UserFileMgrSetPendingExecute()
3505 MediaLibraryNapiUtils::ParseArgsBoolCallBack(env, info, asyncContext, asyncContext->isPending)); in UserFileMgrSetPending()
4209 valuesBucket.Put(MediaColumn::MEDIA_TIME_PENDING, context->isPending ? 1 : 0); in PhotoAccessHelperSetPendingExecute()
4224 context->objectPtr->SetTimePending((context->isPending) ? 1 : 0); in PhotoAccessHelperSetPendingExecute()
4266 MediaLibraryNapiUtils::ParseArgsBoolCallBack(env, info, asyncContext, asyncContext->isPending) == napi_ok, in PhotoAccessHelperSetPending()

Completed in 11 milliseconds