Home
last modified time | relevance | path

Searched defs:bs (Results 1 - 9 of 9) sorted by relevance

/base/update/updater/services/include/applypatch/
H A Dblock_writer.h29 BlockWriter(int fd, BlockSet& bs) : fd_(fd), bs_(bs), totalWritten_(0), blockIndex_(0), in BlockWriter() argument
H A Dtransfer_manager.h33 BlockSet bs; member
/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_app_event_test.cpp73 const std::vector<bool> bs = {false, true}; in HWTEST_F() local
/base/update/updater/services/applypatch/
H A Dcommand_process.cpp45 BlockSet bs; in Execute() local
/base/update/updater/test/unittest/applypatch_test/
H A Dimagepatch_unittest.h53 FileWriter(int fd, BlockSet &bs) : fd_(fd), bs_(bs), totalWritten_(0), currentBlockLeft_(0) {} in FileWriter() argument
/base/update/updater/services/fs_manager/
H A Ddo_partition.cpp70 BlockSpecific* bs = BLOCK_SPECIFIC(&dev); in DoFsync() local
/base/security/certificate_framework/frameworks/adapter/v2.0/src/
H A Dcf_adapter_extension_openssl.c520 BASIC_CONSTRAINTS *bs = (BASIC_CONSTRAINTS *)X509V3_get_d2i(exts, NID_basic_constraints, NULL, NULL); in CheckBasicConstraints() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp470 void AppEventPack::AddParam(const std::string& key, const std::vector<bool>& bs) in AddParam() argument
/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_cert_chain_openssl.c824 static CfResult VerifyOcspSigner(OCSP_BASICRESP *bs, STACK_OF(X509) *certChain, X509 *cert) in VerifyOcspSigner() argument
851 static CfResult ParseResp(OCSP_BASICRESP *bs, OCSP_CERTID *certid) in ParseResp() argument
911 OCSP_BASICRESP *bs = OCSP_response_get1_basic(localParam.resp); in ValidateOcspLocal() local
[all...]

Completed in 8 milliseconds