Home
last modified time | relevance | path

Searched defs:maxSize (Results 1 - 25 of 35) sorted by relevance

12

/base/update/updater/services/script/script_interpreter/
H A Dscript_scanner.cpp22 int Scanner::LexerInput(char *buf, int maxSize) in LexerInput() argument
30 memcpy_s(reinterpret_cast<uint8_t*>(buf), maxSize, data.buffer, readLen); in LexerInput() local
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/
H A Dhilog_string.h35 size_t maxSize; member in OHOS::ACELite::HilogString
H A Dhilog_vector.h40 size_t maxSize; member in OHOS::ACELite::HilogVector
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dstringfilter.cpp93 bool StringFilter::IsValidName(const std::string &text, unsigned int maxSize) in IsValidName() argument
/base/hiviewdfx/hiview/base/event_store/config/include/
H A Devent_store_config.h43 uint32_t maxSize; member
/base/hiviewdfx/hiview/plugins/event_store/event_export/task/include/
H A Devent_read_handler.h42 int64_t maxSize = 0; member
/base/hiviewdfx/hiview/adapter/service/common/src/
H A Dhiview_file_info.cpp37 const size_t maxSize = 1024; in GetData() local
/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/src/
H A Dfaultlog_info_ohos.cpp69 const uint32_t maxSize = 128; in Unmarshalling() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cleaner/
H A Dapp_event_db_cleaner.cpp75 uint64_t AppEventDbCleaner::ClearSpace(uint64_t curSize, uint64_t maxSize) in ClearSpace() argument
H A Dapp_event_log_cleaner.cpp37 uint64_t AppEventLogCleaner::ClearSpace(uint64_t curSize, uint64_t maxSize) in ClearSpace() argument
/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
H A Dasync_stack.cpp69 const int32_t maxSize = 16; in CollectAsyncStack() local
/base/hiviewdfx/faultloggerd/test/unittest/async_stack/
H A Dasync_stack_test.cpp110 const int32_t maxSize = 16; in HWTEST_F() local
/base/powermgr/battery_statistics/test/unittest/src/servicetest/utils/
H A Dstring_filter.cpp93 bool StringFilter::IsValidName(const std::string &text, unsigned int maxSize) in IsValidName() argument
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_clean.cpp60 bool IsStorageSpaceFull(const std::string& dir, uint64_t maxSize) in IsStorageSpaceFull() argument
65 bool ReleaseSomeStorageSpace(const std::string& dir, uint64_t maxSize) in ReleaseSomeStorageSpace() argument
100 auto maxSize = HiAppEventConfig::GetInstance().GetMaxStorageSize(); in CheckStorageSpace() local
/base/hiviewdfx/hiview/plugins/event_store/event_export/config/include/
H A Dexport_config_parser.h52 int64_t maxSize = 0; member
/base/accesscontrol/sandbox_manager/frameworks/test/unittest/
H A Dsandbox_manager_parcel_test.cpp148 uint32_t maxSize = 500; // 500 is max in HWTEST_F() local
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dfp_unwinder_test.cpp51 const size_t maxSize = 32; in HWTEST_F() local
83 const size_t maxSize = 32; in HWTEST_F() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dfp_unwinder.h50 size_t Unwind(uintptr_t pc, uintptr_t fp, uintptr_t* pcs, size_t maxSize, size_t skipFrameNum = 0) in Unwind() argument
85 NO_SANITIZE size_t UnwindSafe(uintptr_t pc, uintptr_t fp, uintptr_t* pcs, size_t maxSize, size_t skipFrameNum = 0) in UnwindSafe() argument
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_packer.cpp64 uint32_t ImagePacker::StartPacking(uint8_t *outputData, uint32_t maxSize, const PackOption &option) in StartPacking() argument
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_local_benchmark.cpp147 const size_t maxSize = 32; in FpUnwinderLocal() local
170 const size_t maxSize = 32; in FpUnwinderLocalSafe() local
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_impl.cpp73 auto maxSize = GetMaxStorageSize(); in CheckStorageSpace() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_memory.cpp60 uint64_t maxSize; in Read() local
149 bool DfxMemory::ReadString(uintptr_t& addr, std::string* str, size_t maxSize, bool incre) in ReadString() argument
357 constexpr size_t maxSize = 64; in ReadProcMemByPid() local
[all...]
/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_verify_hap.c96 int32_t maxSize = INT_MAX - chunkSize; in GetChunkSumCount() local
/base/startup/init/test/unittest/param/
H A Dparam_unittest.cpp583 const int maxSize = 1024 * 64 + 10; in HWTEST_F() local
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_rsa.c82 uint32_t maxSize; in InitRsaKeyBuf() local

Completed in 10 milliseconds

12