Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/configuration/src/
H A Dconfiguration.cpp197 auto otherItem = other.GetValue(mergeItemKey); in Merge() local
199 if (!otherItem.empty() && otherItem != myItem) { in Merge()
200 configParameter_[mergeItemKey] = otherItem; in Merge()