Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dpending_want.cpp345 PendingWant::CancelReceiver::CancelReceiver(const std::weak_ptr<PendingWant> &outerInstance) in CancelReceiver() argument
346 : outerInstance_(outerInstance) in CancelReceiver()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_test/
H A Dpending_want_test.cpp951 std::weak_ptr<PendingWant> outerInstance(pendingWant);
952 PendingWant::CancelReceiver cancelreceiver(outerInstance);
1387 std::weak_ptr<PendingWant> outerInstance(pendingWant);
1388 PendingWant::CancelReceiver cancelreceiver(outerInstance);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/
H A Dpending_want.h273 explicit CancelReceiver(const std::weak_ptr<PendingWant> &outerInstance);