Home
last modified time | relevance | path

Searched refs:buf (Results 1 - 3 of 3) sorted by relevance

/ide/tools/previewer/test/fuzztest/jsonparse_fuzzer/
H A DGetModuleBufferFromHspFuzzer.cpp46 std::vector<uint8_t>* buf = in TEST() local
48 if (buf) { in TEST()
49 delete buf; in TEST()
/ide/tools/previewer/jsapp/rich/external/
H A DStageContext.cpp175 std::vector<uint8_t>* buf = GetCloudModuleBuffer(moduleName); in GetModuleBuffer() local
176 if (buf) { // cloud hsp in GetModuleBuffer()
177 return buf; in GetModuleBuffer()
179 std::vector<uint8_t>* buf = GetSystemModuleBuffer(inputPath, moduleName); in GetModuleBuffer() local
180 ILOG("system hsp buf size is %d", buf->size()); in GetModuleBuffer()
181 return buf; in GetModuleBuffer()
226 std::vector<uint8_t> *buf = new(std::nothrow) std::vector<uint8_t>(opt.value()); in GetLocalModuleBuffer() local
227 if (!buf) { in GetLocalModuleBuffer()
228 ELOG("Memory allocation failed: buf in GetLocalModuleBuffer()
363 std::vector<uint8_t>* buf = GetModuleBufferFromHsp(moduleHspFile, "ets/modules.abc"); GetCloudModuleBuffer() local
526 std::vector<uint8_t>* buf = GetModuleBufferFromHsp(moduleHspFile, "ets/modules.abc"); GetSystemModuleBuffer() local
[all...]
/ide/tools/previewer/test/unittest/jsapp/
H A DStageContextTest.cpp173 std::vector<uint8_t> *buf = new std::vector<uint8_t>(); in TEST_F() local
174 OHOS::Ide::StageContext::GetInstance().hspBufferPtrsVec.push_back(buf); in TEST_F()

Completed in 3 milliseconds