Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Devent_report.cpp119 const std::string &bundleName, int32_t userId, bool isCleanCache, bool exception) in SendCleanCacheSysEvent()
124 eventInfo.isCleanCache = isCleanCache; in SendCleanCacheSysEvent()
136 const std::string &bundleName, int32_t userId, int32_t appIndex, bool isCleanCache, bool exception) in SendCleanCacheSysEventWithIndex()
142 eventInfo.isCleanCache = isCleanCache; in SendCleanCacheSysEventWithIndex()
118 SendCleanCacheSysEvent( const std::string &bundleName, int32_t userId, bool isCleanCache, bool exception) SendCleanCacheSysEvent() argument
135 SendCleanCacheSysEventWithIndex( const std::string &bundleName, int32_t userId, int32_t appIndex, bool isCleanCache, bool exception) SendCleanCacheSysEventWithIndex() argument
H A Dinner_event_report.cpp368 std::string cleanType = eventInfo.isCleanCache ? CLEAN_CACHE : CLEAN_DATA; in InnerSendBundleCleanCacheExceptionEvent()
498 std::string cleanType = eventInfo.isCleanCache ? CLEAN_CACHE : CLEAN_DATA; in InnerSendBundleCleanCacheEvent()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Devent_report.h113 bool isCleanCache = true; member
166 isCleanCache = false; in Reset()
239 * @param isCleanCache Indicates the isCleanCache.
243 const std::string &bundleName, int32_t userId, bool isCleanCache, bool exception);
249 * @param isCleanCache Indicates the isCleanCache.
253 const std::string &bundleName, int32_t userId, int32_t appIndex, bool isCleanCache, bool exception);

Completed in 5 milliseconds