Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_multi_ver_p2p_sync_test.cpp664 vector<uint8_t> bufferB; variable
665 bufferB.resize(lenB);
666 ret = TimeSync::Serialization(bufferB.data(), lenB, &oriMsgB);
830 vector<uint8_t> bufferB; variable
831 bufferB.resize(lenB);
946 vector<uint8_t> bufferB; variable
947 bufferB.resize(lenB);
1029 vector<uint8_t> bufferB; variable
1030 bufferB.resize(lenB);
1137 vector<uint8_t> bufferB; variable
[all …]
/ohos5.0/base/security/device_security_level/oem_property/ohos/common/
H A Ddslm_ohos_verify.c123 static int32_t FindCommonPkInfo(const char *bufferA, const char *bufferB) in FindCommonPkInfo() argument
125 if (bufferA == NULL || bufferB == NULL) { in FindCommonPkInfo()
132 DslmJsonHandle jsonB = DslmCreateJson(bufferB); in FindCommonPkInfo()