Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_key.cpp43 requestWant_ = requestWant; in SetRequestWant()
100 return requestWant_; in GetRequestWant()
106 return requestWant_; in GetRequestWantRef()
143 return requestWant_.IsEquals(otherWant); in IsEqualsRequestWant()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_key_test/
H A Dpending_want_key_test.cpp120 Want requestWant_ = amsPendingWantKey->GetRequestWant(); variable
121 EXPECT_EQ(bundleName, requestWant_.GetOperation().GetBundleName());
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_key.h66 Want requestWant_ = {}; variable