Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_common_event.cpp31 finishedReceiver_ = finishedReceiver; in SetFinishedReceiver()
36 if (finishedReceiver_ != nullptr) { in OnReceiveEvent()
38finishedReceiver_->PerformReceive(data.GetWant(), data.GetCode(), "", wantParams_, false, false, 0… in OnReceiveEvent()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_common_event.h42 sptr<IWantReceiver> finishedReceiver_; variable