Home
last modified time | relevance | path

Searched refs:intMap_ (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/media_foundation/services/media_monitor/common/src/
H A Devent_bean.cpp42 FALSE_RETURN_V_MSG_E(intMap_.size() < MAX_MAP_SIZE, false, in WriteToParcel()
43 "The size of intMap_ exceeds the maximum value"); in WriteToParcel()
44 FALSE_RETURN_V_MSG_E(parcel.WriteInt32(intMap_.size()), false, "write intMap.size() failed"); in WriteToParcel()
45 for (auto &it : intMap_) { in WriteToParcel()
121 intMap_.emplace(key, value);
141 return intMap_;
190 if (intMap_.find(key) != intMap_.end()) {
191 return intMap_.find(key)->second;
226 if (intMap_
[all...]
/foundation/multimedia/media_foundation/services/media_monitor/common/include/
H A Devent_bean.h69 std::map<std::string, int32_t> intMap_; member in OHOS::Media::MediaMonitor::EventBean

Completed in 1 milliseconds