Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_manager_test/
H A Dpending_want_manager_test.cpp160 pendingKey->SetRequestWho(wantSenderInfo.resultWho); in MakeWantKey()
318 pendingKey->SetRequestWho(wantSenderInfo.resultWho);
350 pendingKey->SetRequestWho(wantSenderInfo.resultWho);
378 pendingKey->SetRequestWho(wantSenderInfo.resultWho);
406 pendingKey->SetRequestWho(wantSenderInfo.resultWho);
418 pendingKey1->SetRequestWho(wantSenderInfo.resultWho);
447 pendingKey->SetRequestWho(wantSenderInfo.resultWho);
459 pendingKey1->SetRequestWho(wantSenderInfo1.resultWho);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_key.h36 void SetRequestWho(const std::string &requestWho);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_key.cpp30 void PendingWantKey::SetRequestWho(const std::string &requestWho) in SetRequestWho() function in OHOS::AAFwk::PendingWantKey
H A Dpending_want_manager.cpp85 pendingKey->SetRequestWho(wantSenderInfo.resultWho); in GetWantSenderLocked()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_key_test/
H A Dpending_want_key_test.cpp88 amsPendingWantKey->SetRequestWho(PENDING_WANT_WHO);
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/
H A Dpendingwantmanager_fuzzer.cpp81 pendingWantKey->SetRequestWho(stringParam); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/
H A Dpending_want_record_test.cpp138 pendingKey->SetRequestWho(wantSenderInfo.resultWho); in MakeWantKey()