Home
last modified time | relevance | path

Searched refs:reservedNum (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hiview/framework/native/unified_collection/process/
H A Dprocess_status.cpp78 constexpr uint32_t reservedNum = 100; in ClearProcessInfos() local
79 capacity_ = processInfos_.size() + reservedNum; in ClearProcessInfos()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
H A Dapp_event_store.h70 int DeleteHistoryEvent(int reservedNum, int reservedNumOs);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp566 int AppEventStore::DeleteHistoryEvent(int reservedNum, int reservedNumOs) in DeleteHistoryEvent() argument
574 DOMAIN_OS, std::to_string(reservedNum), DOMAIN_OS, std::to_string(reservedNumOs) in DeleteHistoryEvent()
576 // delete history events, keep the latest reservedNum events, and keep the latest reservedNumOs events of OS domain in DeleteHistoryEvent()

Completed in 3 milliseconds