Home
last modified time | relevance | path

Searched defs:messageSequence (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dpicture_napi.cpp52 NAPI_MessageSequence* messageSequence = nullptr; variable
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_message_sequence_write.cpp2101 auto messageSequence = new (std::nothrow) NAPI_MessageSequence(env, thisVar, parcel); in JS_constructor() local
2107 NAPI_MessageSequence *messageSequence = reinterpret_cast<NAPI_MessageSequence *>(data); in JS_constructor() local