Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/kits/js/src/
H A DBaseObjectJS.cpp174 bool equals = false; in StoreJsObj() local
177 napi_strict_equals(jsobj.GetEnv(), jsobj, ref, &equals); in StoreJsObj()
178 if (!equals) { in StoreJsObj()
/foundation/ability/ability_runtime/frameworks/js/napi/app/error_manager/
H A Djs_error_manager.cpp269 bool equals = false; in OnOnUnhandledRejection() local
270 NAPI_CALL(env, napi_strict_equals(env, observer, function, &equals)); in OnOnUnhandledRejection()
271 if (equals) { in OnOnUnhandledRejection()
402 bool equals = false; in OnOffUnhandledRejection() local
403 NAPI_CALL(env, napi_strict_equals(env, observer, function, &equals)); in OnOffUnhandledRejection()
404 if (equals) { in OnOffUnhandledRejection()
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_text_style.h100 virtual bool equals(const TestingTextStyle& /* rhs */) const in equals() function in OHOS::Ace::Testing::TestingTextStyle
/foundation/graphic/surface_lite/interfaces/innerkits/
H A Dsurface_buffer_impl.h333 bool equals(const SurfaceBufferImpl& buffer) const in equals() function in OHOS::SurfaceBufferImpl
/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_queue.cpp157 if (tmpBuffer->equals(buffer)) { in GetBuffer()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js2012 equals(id) {

Completed in 7 milliseconds