Searched refs:bs_ (Results 1 – 6 of 6) sorted by relevance
/base/update/updater/services/applypatch/ |
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/ |
D | block_writer.h | 29 BlockWriter(int fd, BlockSet& bs) : fd_(fd), bs_(bs), totalWritten_(0), blockIndex_(0), in BlockWriter() 38 BlockSet bs_; variable
|
/base/update/updater/test/unittest/applypatch_test/ |
D | imagepatch_unittest.h | 53 FileWriter(int fd, BlockSet &bs) : fd_(fd), bs_(bs), totalWritten_(0), currentBlockLeft_(0) {} in FileWriter() 58 BlockSet bs_; variable
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
D | hiappevent_verify.cpp | 127 if (type == AppEventParamType::BVECTOR && vu.bs_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize() 128 vu.bs_.resize(MAX_SIZE_OF_LIST_PARAM); in CheckListValueSize()
|
D | hiappevent_base.cpp | 129 new (&value->valueUnion.bs_) auto(other.valueUnion.bs_); in InitValueByReferType() 177 valueUnion.bs_.~vector(); in ~AppEventParamValue() 300 appEventParam.value.valueUnion.bs_.assign(bs.begin(), bs.end()); in AddParam() 516 AddVectorToJsonString(jsonStr, param.value.valueUnion.bs_); in AddOthersToJsonString()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
D | hiappevent_base.h | 83 std::vector<bool> bs_; member 101 new (&bs_) std::vector<bool>; in ValueUnion()
|