Home
last modified time | relevance | path

Searched refs:extraDataKey_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Dcommon_event_collect.h80 std::map<std::string, std::set<std::string>> extraDataKey_; variable
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dcommon_event_collect.cpp111 extraDataKey_[event.name].insert(key); in InitCommonEventState()
357 for (auto key : extraDataKey_[want.GetAction()]) { in SaveOnDemandReasonExtraData()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dcommon_event_collect_test.cpp352 EXPECT_TRUE(commonEventCollect->extraDataKey_[""].count(pair.first));
445 EXPECT_EQ(commonEventCollect->extraDataKey_["1"].size(), 2);