Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_operation.cpp147 size_t otherEntitiesCount = other.entities_.size(); in operator ==() local
148 if (dEntitiesCount != otherEntitiesCount) { in operator ==()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Doperation.cpp212 size_t otherEntitiesCount = other.entities_.size(); in operator ==() local
213 if (entitiesCount != otherEntitiesCount) { in operator ==()