Home
last modified time | relevance | path

Searched refs:writeSuccess (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcamera_component.cpp75 …bool writeSuccess = WriteCapture(*filePath, static_cast<char *>(buffer->GetVirAddr()), buffer->Get… in OnFrameFinished() local
77 if ((!writeSuccess) || (callbackData == nullptr)) { in OnFrameFinished()
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_message_sequence_write.cpp1935 bool writeSuccess = JS_writeVectorByTypeCode(typeCode, data, byteLength, napiSequence); in JS_writeArrayBuffer() local
1936 if (!writeSuccess) { in JS_writeArrayBuffer()