Searched refs:bs_ (Results 1 - 6 of 6) sorted by relevance
/base/update/updater/services/applypatch/ |
H A D | block_writer.cpp | 25 return blockIndex_ == bs_.CountOfRanges() && currentBlockLeft_ == 0; in IsWriteDone() 30 return bs_.TotalBlockSize() * H_BLOCK_SIZE; in GetBlocksSize() 52 if (blockIndex_ >= bs_.CountOfRanges()) { in Write() 57 const BlockPair &bp = bs_[blockIndex_]; in Write()
|
/base/update/updater/services/include/applypatch/ |
H A D | block_writer.h | 29 BlockWriter(int fd, BlockSet& bs) : fd_(fd), bs_(bs), totalWritten_(0), blockIndex_(0), in BlockWriter() 38 BlockSet bs_; member in Updater::BlockWriter
|
/base/update/updater/test/unittest/applypatch_test/ |
H A D | imagepatch_unittest.h | 53 FileWriter(int fd, BlockSet &bs) : fd_(fd), bs_(bs), totalWritten_(0), currentBlockLeft_(0) {} in FileWriter() 58 BlockSet bs_; member in UpdaterUt::FileWriter
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
H A D | hiappevent_base.h | 91 std::vector<bool> bs_;
member 109 new (&bs_) std::vector<bool>;
in ValueUnion()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_base.cpp | 96 new (&value->valueUnion.bs_) auto(other.valueUnion.bs_);
in InitValueByReferType() 223 return GetValuesStr(value.valueUnion.bs_);
in GetBoolsParamValueStr() 311 valueUnion.bs_.~vector();
in ~AppEventParamValue() 473 appEventParam.value.valueUnion.bs_.assign(bs.begin(), bs.end());
in AddParam()
|
H A D | hiappevent_verify.cpp | 135 if (type == AppEventParamType::BVECTOR && vu.bs_.size() > MAX_SIZE_OF_LIST_PARAM) {
in CheckListValueSize() 136 vu.bs_.resize(MAX_SIZE_OF_LIST_PARAM);
in CheckListValueSize()
|
Completed in 4 milliseconds