Home
last modified time | relevance | path

Searched refs:GetCancelCallbacks (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_record.h53 std::list<sptr<IWantReceiver>> GetCancelCallbacks();
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_record.cpp185 std::list<sptr<IWantReceiver>> PendingWantRecord::GetCancelCallbacks() in GetCancelCallbacks() function in OHOS::AAFwk::PendingWantRecord
H A Dpending_want_manager.cpp139 for (auto &callback : record.GetCancelCallbacks()) { in MakeWantSenderCanceledLocked()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_manager_test/
H A Dpending_want_manager_test.cpp724 EXPECT_EQ(static_cast<int>(pendingRecord->GetCancelCallbacks().size()), 1);
747 EXPECT_EQ(static_cast<int>(pendingRecord->GetCancelCallbacks().size()), 0);
769 EXPECT_EQ(static_cast<int>(pendingRecord->GetCancelCallbacks().size()), 1);
771 EXPECT_EQ(static_cast<int>(pendingRecord->GetCancelCallbacks().size()), 0);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/
H A Dpending_want_record_test.cpp584 EXPECT_EQ(static_cast<int>(pendingWantRecord->GetCancelCallbacks().size()), 2);