Searched refs:requestJsonVec (Results 1 – 1 of 1) sorted by relevance
72 std::vector<uint8_t> requestJsonVec = StrToVector(requestJson); in parse() local75 licenseRequest->insert(licenseRequest->end(), requestJsonVec.begin(), requestJsonVec.end()); in parse()