Home
last modified time | relevance | path

Searched refs:SetRequestCode (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.cpp161 pendingKey->SetRequestCode(wantSenderInfo.requestCode); in MakeWantKey()
319 pendingKey->SetRequestCode(wantSenderInfo.requestCode);
351 pendingKey->SetRequestCode(wantSenderInfo.requestCode);
379 pendingKey->SetRequestCode(wantSenderInfo.requestCode);
407 pendingKey->SetRequestCode(wantSenderInfo.requestCode);
419 pendingKey1->SetRequestCode(wantSenderInfo.requestCode);
448 pendingKey->SetRequestCode(wantSenderInfo.requestCode);
460 pendingKey1->SetRequestCode(wantSenderInfo1.requestCode);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_key.h37 void SetRequestCode(int32_t requestCode);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_key.cpp35 void PendingWantKey::SetRequestCode(int32_t requestCode) in SetRequestCode() function in OHOS::AAFwk::PendingWantKey
H A Dpending_want_manager.cpp86 pendingKey->SetRequestCode(wantSenderInfo.requestCode); in GetWantSenderLocked()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_key_test/
H A Dpending_want_key_test.cpp101 amsPendingWantKey->SetRequestCode(PENDING_WANT_REQUESTCODE);
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/
H A Dpendingwantmanager_fuzzer.cpp82 pendingWantKey->SetRequestCode(int32Param); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/
H A Dpending_want_record_test.cpp139 pendingKey->SetRequestCode(wantSenderInfo.requestCode); in MakeWantKey()