Home
last modified time | relevance | path

Searched refs:GetRequestResolvedType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/
H A Dpending_want_record_test.cpp147 wantSenderInfo.allWants.back().resolvedTypes = pendingKey->GetRequestResolvedType(); in MakeWantKey()
333 EXPECT_TRUE(info.resolvedType == key->GetRequestResolvedType());
353 EXPECT_TRUE(info.resolvedType != key->GetRequestResolvedType());
374 EXPECT_TRUE(info.resolvedType != key->GetRequestResolvedType());
397 EXPECT_TRUE(info.resolvedType == key->GetRequestResolvedType());
420 EXPECT_TRUE(info.resolvedType == key->GetRequestResolvedType());
444 EXPECT_TRUE(info.resolvedType == key->GetRequestResolvedType());
468 EXPECT_TRUE(info.resolvedType == key->GetRequestResolvedType());
493 EXPECT_TRUE(info.resolvedType == key->GetRequestResolvedType());
606 EXPECT_TRUE(info.resolvedType == key->GetRequestResolvedType());
[all …]
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_key.h52 std::string GetRequestResolvedType();
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_manager.cpp104 … wantSenderInfo.allWants.back().resolvedTypes = ref->GetKey()->GetRequestResolvedType(); in GetWantSenderLocked()
180 if (inputKey->GetRequestResolvedType().compare(key->GetRequestResolvedType()) != 0) { in CheckPendingWantRecordByKey()
700 dumpInfo = " resolved type [" + pendingKey->GetRequestResolvedType() + "]"; in Dump()
733 dumpInfo = " resolved type [" + pendingKey->GetRequestResolvedType() + "]"; in DumpByRecordId()
H A Dpending_want_key.cpp109 std::string PendingWantKey::GetRequestResolvedType() in GetRequestResolvedType() function in OHOS::AAFwk::PendingWantKey
H A Dpending_want_record.cpp141 senderInfo.resolvedType = key_->GetRequestResolvedType(); in BuildSendWant()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_key_test/
H A Dpending_want_key_test.cpp135 EXPECT_EQ(PENDING_WANT_REQUESTRESLOVEDTYPE, amsPendingWantKey->GetRequestResolvedType());
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/
H A Dpendingwantmanager_fuzzer.cpp95 pendingWantKey->GetRequestResolvedType(); in DoSomethingInterestingWithMyAPI()