Home
last modified time | relevance | path

Searched refs:GetPendingWantRecordByCode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_manager.cpp377 sptr<PendingWantRecord> PendingWantManager::GetPendingWantRecordByCode(int32_t code) in GetPendingWantRecordByCode() function in OHOS::AAFwk::PendingWantManager
401 auto record = GetPendingWantRecordByCode(targetRecord->GetKey()->GetCode()); in GetPendingWantUid()
419 auto record = GetPendingWantRecordByCode(targetRecord->GetKey()->GetCode()); in GetPendingWantUserId()
438 auto record = GetPendingWantRecordByCode(targetRecord->GetKey()->GetCode()); in GetPendingWantBundleName()
460 auto record = GetPendingWantRecordByCode(targetRecord->GetKey()->GetCode()); in GetPendingWantCode()
479 auto record = GetPendingWantRecordByCode(targetRecord->GetKey()->GetCode()); in GetPendingWantType()
498 auto record = GetPendingWantRecordByCode(targetRecord->GetKey()->GetCode()); in RegisterCancelListener()
524 auto record = GetPendingWantRecordByCode(targetRecord->GetKey()->GetCode()); in UnregisterCancelListener()
558 auto record = GetPendingWantRecordByCode(targetRecord->GetKey()->GetCode()); in GetPendingRequestWant()
584 auto record = GetPendingWantRecordByCode(targetRecord->GetKey()->GetCode()); in GetWantSenderInfo()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_manager.h184 sptr<PendingWantRecord> GetPendingWantRecordByCode(int32_t code);
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/
H A Dpendingwantmanager_fuzzer.cpp120 pendingWantManager->GetPendingWantRecordByCode(int32Param); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_manager_test/
H A Dpending_want_manager_test.cpp514 …EXPECT_NE(pendingManager_->GetPendingWantRecordByCode(pendingManager_->GetPendingWantCode(pendingR…
527 EXPECT_EQ(pendingManager_->GetPendingWantRecordByCode(1), nullptr);
547 EXPECT_EQ(pendingManager_->GetPendingWantRecordByCode(100), nullptr);