Searched refs:countMap (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/security/security_guard/services/data_collect/store/src/ |
H A D | audit_event_mem_rdb_helper.cpp | 138 …d AuditEventMemRdbHelper::DeleteRedundantData(const std::unordered_map<int64_t, int64_t> &countMap) in DeleteRedundantData() argument 140 for (const auto &entry : countMap) { in DeleteRedundantData() 189 std::unordered_map<int64_t, int64_t> countMap; in FlushAllEvent() local 192 countMap[event.eventId]++; in FlushAllEvent() 198 DeleteRedundantData(countMap); in FlushAllEvent() 199 countMap.clear(); in FlushAllEvent()
|
/ohos5.0/docs/zh-cn/application-dev/file-management/ |
H A D | app-file-backup.md | 198 let countMap = new Map<string, number>(); 199 countMap.set(testBundleName, 0); // 初始化计数 221 countMap[file.bundleName]++; 222 if (countMap[file.bundleName] == initMap[file.bundleName]) { // 每个包的所有文件收到后触发publishFile
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_dump_mgr.cpp | 314 std::unordered_map<std::string, int> countMap; in DumpRunningFormInfos() local 317 countMap[info.hostBundleName]++; in DumpRunningFormInfos() 320 for (const auto& infoPair : countMap) { in DumpRunningFormInfos()
|
/ohos5.0/base/security/security_guard/services/data_collect/store/include/ |
H A D | audit_event_mem_rdb_helper.h | 42 void DeleteRedundantData(const std::unordered_map<int64_t, int64_t> &countMap);
|
/ohos5.0/docs/en/application-dev/file-management/ |
H A D | app-file-backup.md | 198 let countMap = new Map<string, number>(); 199 countMap.set(testBundleName, 0); // Initialization count. 221 countMap[file.bundleName]++; 222 …if (countMap[file.bundleName] == initMap[file.bundleName]) { // Trigger publishFile when all the f…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-file-backup-sys.md | 1693 let countMap = new Map<string, number>(); 1694 countMap.set(testBundleName, 0); // 实际写入文件个数初始化 1704 countMap[file.bundleName]++; // 实际写入文件个数更新 1706 if (countMap[file.bundleName] == initMap[file.bundleName]) { // 每个包的所有文件收到后触发publishFile 1807 let countMap = new Map<string, number>(); 1808 countMap.set(testBundleName, 0); // 实际写入文件个数初始化 1825 countMap[file.bundleName]++; // 实际写入文件个数更新 1827 if (countMap[file.bundleName] == initMap[file.bundleName]) { // 每个包的所有文件收到后触发publishFile 1910 let countMap = new Map<string, number>(); 1911 countMap.set(testBundleName, 0); // 实际写入文件个数初始化 [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-file-backup-sys.md | 1691 let countMap = new Map<string, number>(); 1692 countMap.set(testBundleName, 0); // Initialize the number of files written. 1702 countMap[file.bundleName]++; // Update the number of files written. 1704 …if (countMap[file.bundleName] == initMap[file.bundleName]) { // Trigger publishFile when all the f… 1805 let countMap = new Map<string, number>(); 1806 countMap.set(testBundleName, 0); // Initialize the number of files written. 1823 countMap[file.bundleName]++; // Update the number of files written. 1825 …if (countMap[file.bundleName] == initMap[file.bundleName]) { // Trigger publishFile when all the f… 1908 let countMap = new Map<string, number>(); 1909 countMap.set(testBundleName, 0); // Initialize the number of files written. [all …]
|