Searched refs:isCleanCache (Results 1 - 3 of 3) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | event_report.cpp | 119 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 D | inner_event_report.cpp | 368 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 D | event_report.h | 113 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