Searched refs:isPending (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/napi/interfaces/inner_api/napi/ |
H A D | native_common.h | 25 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 D | dm_napi_common.cpp | 141 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 D | test_jsvm.cpp | 61 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 D | sendable_file_asset_napi.h | 122 bool isPending = false; member
|
/foundation/multimedia/media_library/interfaces/kits/js/include/ |
H A D | file_asset_napi.h | 187 bool isPending = false; member
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | file_asset_napi.cpp | 3459 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