Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
H A Dapp_event_store.h70 int DeleteHistoryEvent(int reservedNum, int reservedNumOs);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp564 int AppEventStore::DeleteHistoryEvent(int reservedNum, int reservedNumOs) in DeleteHistoryEvent() argument
572 DOMAIN_OS, std::to_string(reservedNum), DOMAIN_OS, std::to_string(reservedNumOs) in DeleteHistoryEvent()