Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
Dblob_test.cpp50 Blob blob1; variable
80 Blob blob1; variable
106 Blob blob1 = "1234567890"; variable
132 Blob blob1 = "1234567890"; variable
150 Blob blob1 = "1234567890"; variable
168 Blob blob1("1234"); variable
184 Blob blob1("1234"); variable
198 Blob blob1("1234"); variable
214 Blob blob1("1234"); variable
231 Blob blob1("1234"); variable
[all …]
/foundation/distributeddatamgr/kv_store/test/fuzztest/blob_fuzzer/
Dblob_fuzzer.cpp36 void BlobEachOtherOption(const Blob &blob1, const Blob &blob2) in BlobEachOtherOption()
67 Blob blob1(str1.c_str()); in LLVMFuzzerTestOneInput() local