Searched refs:UScriptInstructionUpdateFromBin (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/update/updater/test/unittest/updater_binary/ |
H A D | update_processor_unittest.cpp | 118 bool ret = ringBuffer.Init(UScriptInstructionUpdateFromBin::STASH_BUFFER_SIZE, 4); // power of 2 121 EXPECT_EQ(UScriptInstructionUpdateFromBin::UnCompressDataProducer(buffer, 125 …EXPECT_EQ(UScriptInstructionUpdateFromBin::UnCompressDataProducer(emptyBuffer, 0, 0, true, &ringBu… 126 uint8_t recvBuffer[UScriptInstructionUpdateFromBin::STASH_BUFFER_SIZE] {}; 128 ringBuffer.Pop(recvBuffer, UScriptInstructionUpdateFromBin::STASH_BUFFER_SIZE, len); 129 EXPECT_EQ(len, UScriptInstructionUpdateFromBin::STASH_BUFFER_SIZE); 130 ringBuffer.Pop(recvBuffer, UScriptInstructionUpdateFromBin::STASH_BUFFER_SIZE, len);
|
/ohos5.0/base/update/updater/services/updater_binary/ |
H A D | update_processor.h | 95 class UScriptInstructionUpdateFromBin : public Uscript::UScriptInstruction { 97 UScriptInstructionUpdateFromBin() {} in UScriptInstructionUpdateFromBin() function 98 virtual ~UScriptInstructionUpdateFromBin() {} in ~UScriptInstructionUpdateFromBin()
|
H A D | update_processor.cpp | 50 size_t UScriptInstructionUpdateFromBin::stashDataSize_ = 0; 306 int32_t UScriptInstructionUpdateFromBin::Execute(Uscript::UScriptEnv &env, Uscript::UScriptContext … in Execute() 346 int UScriptInstructionUpdateFromBin::UnCompressDataProducer(const PkgBuffer &buffer, size_t size, s… in UnCompressDataProducer()
|