Searched refs:AddOneTlv (Results 1 - 1 of 1) sorted by relevance
/base/startup/appspawn/test/unittest/ |
H A D | app_spawn_test_helper.cpp | 648 static int inline AddOneTlv(uint8_t *buffer, uint32_t bufferLen, const AppSpawnTlv &tlv, const uint8_t *data) in AddOneTlv() function 665 ret = AddOneTlv(buffer + (currLen), bufferLen - (currLen), d_tlv, (uint8_t *)&(value)); \ 679 int ret = AddOneTlv(buffer + currLen, bufferLen - currLen, tlv, (uint8_t *)flags); in AddBaseTlv() 686 ret = AddOneTlv(buffer + currLen, bufferLen - currLen, tlv, (uint8_t *)flags); in AddBaseTlv()
|
Completed in 2 milliseconds