Home
last modified time | relevance | path

Searched refs:GetPendingWantRecordByKey (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_manager.h175 sptr<PendingWantRecord> GetPendingWantRecordByKey(const std::shared_ptr<PendingWantKey> &key);
/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/
H A Dpendingwantmanager_fuzzer.cpp108 pendingWantManager->GetPendingWantRecordByKey(pendingWantKey); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/pending_want_manager_test/
H A Dpending_want_manager_test.cpp302 * @tc.name : PendingWantManager GetPendingWantRecordByKey
303 * @tc.desc : 1.GetPendingWantRecordByKey,wantSenderInfo contain want info
328 EXPECT_NE(pendingManager_->GetPendingWantRecordByKey(pendingKey), nullptr); in HWTEST_F()
333 * @tc.name : PendingWantManager GetPendingWantRecordByKey
334 * @tc.desc : 1.GetPendingWantRecordByKey,wantSenderInfo not contain want info
360 EXPECT_NE(pendingManager_->GetPendingWantRecordByKey(pendingKey), nullptr); in HWTEST_F()
365 * @tc.name : PendingWantManager GetPendingWantRecordByKey
366 * @tc.desc : 1.GetPendingWantRecordByKey,pendingKey info different wantSenderInfo
388 EXPECT_EQ(pendingManager_->GetPendingWantRecordByKey(pendingKey), nullptr); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_manager.cpp102 auto ref = GetPendingWantRecordByKey(pendingKey); in GetWantSenderLocked()
148 sptr<PendingWantRecord> PendingWantManager::GetPendingWantRecordByKey(const std::shared_ptr<PendingWantKey> &key) in GetPendingWantRecordByKey() function in OHOS::AAFwk::PendingWantManager

Completed in 6 milliseconds