Home
last modified time | relevance | path

Searched refs:hapSize (Results 1 - 4 of 4) sorted by relevance

/base/security/access_token/services/accesstokenmanager/main/cpp/src/dfx/
H A Dhisysevent_adapter.cpp43 void ReportSysEventServiceStart(int32_t pid, uint32_t hapSize, uint32_t nativeSize, uint32_t permDefSize) in ReportSysEventServiceStart() argument
47 "PID", pid, "HAP_SIZE", hapSize, "NATIVE_SIZE", nativeSize, "PERM_DEFINITION_SIZE", permDefSize); in ReportSysEventServiceStart()
/base/security/access_token/services/accesstokenmanager/main/cpp/include/dfx/
H A Dhisysevent_adapter.h32 void ReportSysEventServiceStart(int32_t pid, uint32_t hapSize, uint32_t nativeSize, uint32_t permDefSize);
/base/security/access_token/services/accesstokenmanager/main/cpp/src/token/
H A Daccesstoken_info_manager.cpp93 uint32_t hapSize = 0; in Init() local
95 InitHapTokenInfos(hapSize); in Init()
98 ReportSysEventServiceStart(getpid(), hapSize, nativeSize, pefDefSize); in Init() local
99 ACCESSTOKEN_LOG_INFO(LABEL, "InitTokenInfo end, hapSize %{public}d, nativeSize %{public}d, pefDefSize %{public}d.", in Init()
100 hapSize, nativeSize, pefDefSize); in Init()
127 void AccessTokenInfoManager::InitHapTokenInfos(uint32_t& hapSize) in InitHapTokenInfos() argument
171 hapSize++; in InitHapTokenInfos()
341 "hapSize: %{public}zu, mapSize: %{public}zu.", id, ret, hapTokenResults.size(), hapTokenInfoMap_.size()); in GetHapTokenInfoInner()
/base/security/access_token/services/accesstokenmanager/main/cpp/include/token/
H A Daccesstoken_info_manager.h108 void InitHapTokenInfos(uint32_t& hapSize);

Completed in 4 milliseconds