Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_manager.h176 bool CheckPendingWantRecordByKey(
/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/
H A Dpendingwantmanager_fuzzer.cpp109 pendingWantManager->CheckPendingWantRecordByKey(pendingWantKey, pendingWantKey); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_manager.cpp154 if ((pendingRecord != nullptr) && CheckPendingWantRecordByKey(pendingKey, key)) { in GetPendingWantRecordByKey()
161 bool PendingWantManager::CheckPendingWantRecordByKey( in CheckPendingWantRecordByKey() function in OHOS::AAFwk::PendingWantManager
/foundation/ability/ability_runtime/test/unittest/pending_want_manager_test/
H A Dpending_want_manager_test.cpp393 * @tc.name : PendingWantManager CheckPendingWantRecordByKey
394 * @tc.desc : 1.CheckPendingWantRecordByKey,pendingKey and pendingKey1 is the same
428 EXPECT_EQ(pendingManager_->CheckPendingWantRecordByKey(pendingKey, pendingKey1), true); in HWTEST_F()
433 * @tc.name : PendingWantManager CheckPendingWantRecordByKey
434 * @tc.desc : 1.CheckPendingWantRecordByKey,pendingKey and pendingKey1 is the different
469 EXPECT_EQ(pendingManager_->CheckPendingWantRecordByKey(pendingKey, pendingKey1), false); in HWTEST_F()

Completed in 5 milliseconds