Searched defs:bundle (Results 1 – 7 of 7) sorted by relevance
34 for (auto bundle : eventStatisticsMsg_) { in StatisticsDetail() local141 for (auto bundle : eventStatisticsMsg_) { in GlobalElementTypesStatistics() local
36 for (auto bundle : componmentStatisticsMsg_) { in StatisticsDetail() local164 for (auto bundle : componmentStatisticsMsg_) { in GlobalComponmentTypeStatistics() local
41 for (auto bundle : abilityStatisticsMsg_) { in StatisticsDetail() local
535 void Report::ComponmentInfoArrange(const std::string &bundle, std::shared_ptr<ComponmentInputMsg> i… in ComponmentInfoArrange()
53 const char *bundle = OH_CommonEvent_GetBundleNameFromRcvData(data); in OnReceive() local
30 const char *bundle = OH_CommonEvent_GetBundleNameFromRcvData(data); in OnReceive() local
300 def getPathsByBundle(bundle, test_home) -> list: argument