Searched defs:bs (Results 1 - 9 of 9) sorted by relevance
/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() argument
|
H A D | transfer_manager.h | 33 BlockSet bs;
member
|
/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
H A D | hiappevent_app_event_test.cpp | 73 const std::vector<bool> bs = {false, true};
in HWTEST_F() local
|
/base/update/updater/services/applypatch/ |
H A D | command_process.cpp | 45 BlockSet bs;
in Execute() local
|
/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() argument
|
/base/update/updater/services/fs_manager/ |
H A D | do_partition.cpp | 70 BlockSpecific* bs = BLOCK_SPECIFIC(&dev); in DoFsync() local
|
/base/security/certificate_framework/frameworks/adapter/v2.0/src/ |
H A D | cf_adapter_extension_openssl.c | 520 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 D | hiappevent_base.cpp | 470 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 D | x509_cert_chain_openssl.c | 824 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