Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp302 this->commonEvents_ = info.commonEvents_; in operator =()
477 jsonObject[MODULE_COMMON_EVENT] = commonEvents_; in ToJson()
1382 commonEvents_, in FromJson()
1801 AddModuleCommonEvent(newInfo.commonEvents_); in AddModuleInfo()
2014 AddModuleCommonEvent(newInfo.commonEvents_); in UpdateModuleInfo()
2223 for (auto iter = commonEvents_.begin(); iter != commonEvents_.end();) { in RemoveModuleInfo()
2225 commonEvents_.erase(iter++); in RemoveModuleInfo()
2786 for (const auto &commonEvent : commonEvents_) { in GetCommonEvents()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h339 commonEvents_.try_emplace(commonEvent.first, commonEvent.second); in AddModuleCommonEvent()
1096 commonEvents_.emplace(keyName, commonEvents); in InsertCommonEvents()
2273 std::map<std::string, CommonEventInfo> commonEvents_; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp4555 info.commonEvents_.try_emplace(key, commonEventInfo);
4557 EXPECT_EQ(info.commonEvents_.size(), 0);