Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params.cpp289 auto itother = other.params_.find(itthis.first); in operator ==() local
290 if (itother == other.params_.end()) { in operator ==()
294 int type2 = WantParams::GetDataType(itother->second); in operator ==()
298 if (!CompareInterface(itother->second, itthis.second, type1)) { in operator ==()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp404 auto itother = other.params_.find(itthis.first); in operator ==() local
405 if (itother == other.params_.end()) { in operator ==()
408 …if (!CompareInterface(itother->second, itthis.second, DistributedWantParams::GetDataType(itother->… in operator ==()