Home
last modified time | relevance | path

Searched refs:Blob (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/ets_utils/js_api_module/buffer/
H A Djs_blob.cpp21 void Blob::Init(uint8_t *blob, unsigned int length) in Init()
26 HILOG_FATAL("Blob constructor malloc failed"); in Init()
30 HILOG_FATAL("Blob constructor(length) memcpy_s failed"); in Init()
36 void Blob::Init(Blob *blob, int start) in Init()
41 HILOG_FATAL("Blob constructor malloc failed"); in Init()
44 HILOG_FATAL("Blob constructor(start) memcpy_s failed"); in Init()
49 HILOG_FATAL("Blob constructor(start) memcpy_s failed"); in Init()
55 void Blob::Init(Blob *blo
[all...]
H A Djs_blob.h28 class Blob { class
30 Blob() = default;
31 virtual ~Blob();
33 void Init(Blob *blob, int start);
34 void Init(Blob *blob, int start, int end);
H A Dnative_module_buffer.cpp54 auto obj = reinterpret_cast<Blob *>(finalizeData); in FinalizeBlobCallback()
225 static void freeBolbMemory(Blob *&blob) in freeBolbMemory()
236 Blob *blob = new (std::nothrow) Blob(); in BlobConstructor()
249 } else { // Blob in BlobConstructor()
250 Blob *blobIn = nullptr; in BlobConstructor()
1068 Blob *blob = nullptr; in ArrayBufferAsync()
1095 Blob *blob = nullptr; in TextAsync()
1118 Blob *blob = nullptr; in GetBytes()
1176 string className = "Blob"; in BlobInit()
[all...]
/commonlibrary/ets_utils/js_api_module/buffer/test/
H A Dtest_napi.cpp1136 * @tc.desc: Blob Constructor
1142 OHOS::buffer::Blob *blob = new OHOS::buffer::Blob(); in HWTEST_F()
1150 * @tc.desc: Blob Constructor
1156 OHOS::buffer::Blob *blob = new OHOS::buffer::Blob(); in HWTEST_F()
1160 OHOS::buffer::Blob *blob2 = new OHOS::buffer::Blob(); in HWTEST_F()
1168 * @tc.desc: Blob Constructor
1174 OHOS::buffer::Blob *blo in HWTEST_F()
[all...]

Completed in 5 milliseconds