Home
last modified time | relevance | path

Searched refs:tokenIdToCountMap (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/access_token/services/privacymanager/src/record/
H A Dpermission_record_manager.cpp574 …:map<int32_t, BundleUsedRecord>& tokenIdToBundleMap, std::map<int32_t, int32_t>& tokenIdToCountMap, in FillBundleUsedRecord() argument
593 tokenIdToCountMap[tokenId] += 1; in FillBundleUsedRecord()
643 std::map<int32_t, int32_t> tokenIdToCountMap; in GetRecordsFromLocalDB() local
658 tokenIdToCountMap[tokenId] = 0; in GetRecordsFromLocalDB()
661 …if (!FillBundleUsedRecord(recordValue, request.flag, tokenIdToBundleMap, tokenIdToCountMap, result… in GetRecordsFromLocalDB()
669 …AddDebugLog(iter->first, iter->second, tokenIdToCountMap[iter->first], totalSuccCount, totalFailCo… in GetRecordsFromLocalDB()
/ohos5.0/base/security/access_token/services/privacymanager/include/record/
H A Dpermission_record_manager.h147 …:map<int32_t, BundleUsedRecord>& tokenIdToBundleMap, std::map<int32_t, int32_t>& tokenIdToCountMap,