Home
last modified time | relevance | path

Searched defs:blobSize (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/os_dependency/idl/ipc/src/
H A Dhuks_ipc_serialization_test.cpp276 const uint32_t blobSize = 15; variable
296 const uint32_t blobSize = 15; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_cache.cpp264 uint16_t blobSize = blob.size(); in WriteStorageBlobToFile() local
287 uint16_t blobSize = 0; in ReadStorageBlobFromFile() local
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksipc_fuzzer/
H A Dhksipc_fuzzer.cpp216 const uint32_t blobSize = 15; in HksIpcSerializationTest010() local
235 const uint32_t blobSize = 15; in HksIpcSerializationTest011() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dblob.cpp184 int blobSize = *reinterpret_cast<const int *>(cursorPtr); in ReadFromBuffer() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dblob.cpp184 int blobSize = *reinterpret_cast<const int *>(cursorPtr); in ReadFromBuffer() local
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/mock/
H A Dblob.cpp184 int blobSize = *reinterpret_cast<const int *>(cursorPtr); in ReadFromBuffer() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dblob.cpp210 int blobSize = *reinterpret_cast<const int *>(cursorPtr); in ReadFromBuffer() local
/ohos5.0/base/security/code_signature/utils/src/
H A Dcode_sign_block.cpp196 uint32_t blobSize = 0; in GetCodeSignBlockBuffer() local
/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/
H A Dhks_test_common_func.cpp19 int32_t TestConstuctBlob(struct HksBlob **blob, bool blobExist, uint32_t blobSize, bool blobDataExi… in TestConstuctBlob()
587 uint32_t blobSize, in TestConstructBlobOut()
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_certificate_openssl.c1070 int32_t blobSize = sizeof(CfBlob) * size; in GetExtendedKeyUsageX509Openssl() local
1184 int32_t blobSize = sizeof(CfBlob) * size; in GetSubjectAltNamesX509Openssl() local
1234 int32_t blobSize = sizeof(CfBlob) * size; in GetIssuerAltNamesX509Openssl() local
1616 int32_t blobSize = sizeof(SubjectAlternaiveNameData) * size; in CompareSubAltNameX509Openssl() local
1761 int32_t blobSize = sizeof(CfBlob) * size; in CompareCertPolicesX509Openssl() local
2035 int32_t blobSize = (int32_t)(sizeof(CfBlob) * uriCount); in GetCRLDpURI() local
H A Dx509_crl_openssl.c490 uint32_t blobSize = sizeof(CfBlob) * revokedNum; in GetRevokedCerts() local
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_three_stage_test_common.c289 int32_t MallocAndCheckBlobData(struct HksBlob *blob, const uint32_t blobSize) in MallocAndCheckBlobData()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Drofs_filesystem.cpp170 RoFileSystem::RoFileSystem(const void* const blob, size_t blobSize) in RoFileSystem()
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_file_watcher_manager.cpp90 static int32_t MallocAndCheckBlobData(struct HksBlob *blob, const uint32_t blobSize) in MallocAndCheckBlobData()
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_db_helper.cpp76 size_t blobSize = blob.size(); in BlobToDomainList() local
123 size_t blobSize = blob.size(); in BlobToList() local
/ohos5.0/foundation/arkui/napi/test/unittest/jsvm/
H A Dtest_jsvm.cpp633 size_t blobSize = 0; variable
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/idl/ipc/
H A Dhks_service_ipc_serialization.c139 uint32_t blobSize = 0; in MallocBlobFromBuffer() local
/ohos5.0/base/security/huks/test/unittest/huks_common_test/include/
H A Dhks_test_common_h.h49 uint32_t blobSize; /* blob->size value */ member