Home
last modified time | relevance | path

Searched defs:bundle (Results 1 – 7 of 7) sorted by relevance

/test/ostest/wukong/report/src/
Dstatistics_event.cpp34 for (auto bundle : eventStatisticsMsg_) { in StatisticsDetail() local
141 for (auto bundle : eventStatisticsMsg_) { in GlobalElementTypesStatistics() local
Dstatistics_componment.cpp36 for (auto bundle : componmentStatisticsMsg_) { in StatisticsDetail() local
164 for (auto bundle : componmentStatisticsMsg_) { in GlobalComponmentTypeStatistics() local
Dstatistics_ability.cpp41 for (auto bundle : abilityStatisticsMsg_) { in StatisticsDetail() local
Dreport.cpp535 void Report::ComponmentInfoArrange(const std::string &bundle, std::shared_ptr<ComponmentInputMsg> i… in ComponmentInfoArrange()
/test/xts/acts/notification/ces_standard/actsNotificationCommonEventCAPITest/entry/src/main/cpp/
Dpublishinfo.cpp53 const char *bundle = OH_CommonEvent_GetBundleNameFromRcvData(data); in OnReceive() local
/test/xts/acts/notification/ces_standard/actsCommonEventSubscribeNDKTest/entry/src/main/cpp/
Dsubscribe.cpp30 const char *bundle = OH_CommonEvent_GetBundleNameFromRcvData(data); in OnReceive() local
/test/xts/tools/ci/
DUtils.py300 def getPathsByBundle(bundle, test_home) -> list: argument