Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_key.h57 bool IsEqualsRequestWant(const Want &otherWant);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_key.cpp140 bool PendingWantKey::IsEqualsRequestWant(const Want &otherWant) in IsEqualsRequestWant() function in OHOS::AAFwk::PendingWantKey
H A Dpending_want_manager.cpp187 if (!inputKey->IsEqualsRequestWant(key->GetRequestWantRef())) { in CheckPendingWantRecordByKey()