Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_key.h48 std::string GetRequestWho();
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_key.cpp87 std::string PendingWantKey::GetRequestWho() in GetRequestWho() function in OHOS::AAFwk::PendingWantKey
H A Dpending_want_manager.cpp173 if (inputKey->GetRequestWho().compare(key->GetRequestWho()) != 0) { in CheckPendingWantRecordByKey()
695 dumpInfo = " result who [" + pendingKey->GetRequestWho() + "]"; in Dump()
728 dumpInfo = " result who [" + pendingKey->GetRequestWho() + "]"; in DumpByRecordId()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_key_test/
H A Dpending_want_key_test.cpp89 EXPECT_EQ(PENDING_WANT_WHO, amsPendingWantKey->GetRequestWho());
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/
H A Dpendingwantmanager_fuzzer.cpp92 pendingWantKey->GetRequestWho(); in DoSomethingInterestingWithMyAPI()