Home
last modified time | relevance | path

Searched refs:bs (Results 1 – 12 of 12) sorted by relevance

/base/update/updater/services/include/applypatch/
Dblock_writer.h29 BlockWriter(int fd, BlockSet& bs) : fd_(fd), bs_(bs), totalWritten_(0), blockIndex_(0), in BlockWriter() argument
Dtransfer_manager.h34 BlockSet bs; member
/base/update/updater/services/applypatch/
Dcommand_process.cpp44 BlockSet bs; in Execute() local
45 bs.ParserAndInsert(params.GetArgumentByPos(1)); in Execute()
46 LOG(INFO) << " writing " << bs.TotalBlockSize() << " blocks of new data"; in Execute()
49 writerThreadInfo->writer = std::make_unique<BlockWriter>(params.GetFileDescriptor(), bs); in Execute()
54 … LOG(ERROR) << "writer thread could not write blocks. " << bs.TotalBlockSize() * H_BLOCK_SIZE - in Execute()
67 … TransferManager::GetTransferManagerInstance()->GetGlobalParams()->written += bs.TotalBlockSize(); in Execute()
/base/security/certificate_framework/frameworks/adapter/v2.0/src/
Dcf_adapter_extension_openssl.c426 …BASIC_CONSTRAINTS *bs = (BASIC_CONSTRAINTS *)X509V3_get_d2i(exts, NID_basic_constraints, NULL, NUL… in CheckBasicConstraints() local
427 if (bs == NULL) { in CheckBasicConstraints()
434 if (!bs->ca) { in CheckBasicConstraints()
442 if ((bs->pathlen == NULL) || (bs->pathlen->type == V_ASN1_NEG_INTEGER)) { in CheckBasicConstraints()
450 long len = ASN1_INTEGER_get(bs->pathlen); in CheckBasicConstraints()
459 BASIC_CONSTRAINTS_free(bs); in CheckBasicConstraints()
/base/update/updater/test/unittest/applypatch_test/
Dimagepatch_unittest.h53 FileWriter(int fd, BlockSet &bs) : fd_(fd), bs_(bs), totalWritten_(0), currentBlockLeft_(0) {} in FileWriter() argument
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_base.h167 void AddParam(const std::string& key, const std::vector<bool>& bs);
168 void AddParam(const std::string& key, const std::vector<int8_t>& bs);
185 void AddVectorToJsonString(std::stringstream& jsonStr, const std::vector<bool>& bs) const;
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/resource/
Dlocales.txt53 bs
54 bs-Cyrl
55 bs-Cyrl-BA
56 bs-Latn
57 bs-Latn-BA
Dplural.txt9 bs "", "% 10 = 1 a % 100 ! 11", "", "% 10 = 2<4 a % 100 ! 12<14", "", ""
DdecimalPlurals.txt9 bs "", "v = 0 o f % 10 = 1 a f % 100 ! 11", "", "v = 0 o f % 10 = 2<4 a f % 100 ! 12<14", "", ""
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_base.cpp297 void AppEventPack::AddParam(const std::string& key, const std::vector<bool>& bs) in AddParam() argument
300 appEventParam.value.valueUnion.bs_.assign(bs.begin(), bs.end()); in AddParam()
385 void AppEventPack::AddVectorToJsonString(std::stringstream& jsonStr, const std::vector<bool>& bs) c… in AddVectorToJsonString()
388 size_t len = bs.size(); in AddVectorToJsonString()
396 jsonStr << (bs[i] ? "true" : "false") << ","; in AddVectorToJsonString()
398 jsonStr << (bs[len - 1] ? "true" : "false") << "],"; in AddVectorToJsonString()
/base/update/updater/services/fs_manager/
Ddo_partition.cpp70 BlockSpecific* bs = BLOCK_SPECIFIC(&dev); in DoFsync() local
74 status = fsync (bs->fd); in DoFsync()
/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
Dhvigor-wrapper.js17bs={createFile:ns.createFile,createFileSync:ns.createFileSync,ensureFile:ns.createFile,ensureFileS… variable