Searched refs:blobs (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/ |
H A D | napi_common.cpp | 115 CfBlob *blobs = reinterpret_cast<CfBlob *>(CfMalloc(sizeof(CfBlob) * oidsCnt, 0)); in GetBlobArrayFromParamSet() local 116 if (blobs == nullptr) { in GetBlobArrayFromParamSet() 124 FreeCfBlobArray(blobs, i); in GetBlobArrayFromParamSet() 129 blobs[i].data = static_cast<uint8_t *>(CfMalloc(size, 0)); in GetBlobArrayFromParamSet() 130 if (blobs[i].data == nullptr) { in GetBlobArrayFromParamSet() 132 FreeCfBlobArray(blobs, i); in GetBlobArrayFromParamSet() 135 (void)memcpy_s(blobs[i].data, size, paramSet->params[i + 1].blob.data, size); in GetBlobArrayFromParamSet() 136 blobs[i].size = size; in GetBlobArrayFromParamSet() 139 outArray->data = blobs; in GetBlobArrayFromParamSet()
|
/ohos5.0/build/rust/tests/test_cxx_rust/src/ |
H A D | client_blobstore.cpp | 36 std::unordered_map<uint64_t, Blob> blobs; member in nsp_org::nsp_blobstore::client_blobstore::impl 60 impl->blobs[res] = {std::move(contents), {}}; in put_buf() 67 impl->blobs[blobid].tags.emplace(add_tag); in add_tag() 74 auto blob = impl->blobs.find(blobid); in get_metadata() 75 if (blob != impl->blobs.end()) { in get_metadata()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/ |
H A D | js-apis-networkSecurity.md | 20 // Define certificate blobs 123 // Define certificate blobs 203 // Create certificate blobs
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-build-bindgen-cxx-guide.md | 263 std::unordered_map<uint64_t, Blob> blobs; 287 impl->blobs[res] = {std::move(contents), {}}; 294 impl->blobs[blobid].tags.emplace(add_tag); 301 auto blob = impl->blobs.find(blobid); 302 if (blob != impl->blobs.end()) {
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-build-bindgen-cxx-guide.md | 263 std::unordered_map<uint64_t, Blob> blobs; 287 impl->blobs[res] = {std::move(contents), {}}; 294 impl->blobs[blobid].tags.emplace(add_tag); 301 auto blob = impl->blobs.find(blobid); 302 if (blob != impl->blobs.end()) {
|
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/ |
H A D | js-apis-networkSecurity.md | 20 // Define certificate blobs 123 // Define certificate blobs 201 // Create certificate blobs
|
/ohos5.0/docs/en/application-dev/graphics/ |
H A D | drawing-js-guidelines.md | 27 …n of the @ohos.graphics.drawing module to draw basic 2D graphics and text blobs, and call the draw… 29 The following walks you through on how to draw and display 2D graphics and text blobs. 42 Follow the steps below to draw 2D graphics and text blobs by using the canvas and pen of the @ohos.…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | _drawing.md | 13786 | count | Number of text blobs. |
|