Home
last modified time | relevance | path

Searched refs:bufferA (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.cpp655 vector<uint8_t> bufferA; variable
656 bufferA.resize(lenA);
676 ret = TimeSync::DeSerialization(bufferA.data(), lenA, &outMsgA);
821 vector<uint8_t> bufferA; variable
822 bufferA.resize(lenA);
937 vector<uint8_t> bufferA; variable
938 bufferA.resize(lenA);
1020 vector<uint8_t> bufferA; variable
1021 bufferA.resize(lenA);
1128 vector<uint8_t> bufferA; 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()
128 DslmJsonHandle jsonA = DslmCreateJson(bufferA); in FindCommonPkInfo()