Searched refs:PendingWantKey (Results 1 - 11 of 11) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | pending_want_key.cpp | 20 void PendingWantKey::SetType(const int32_t type) in SetType() 25 void PendingWantKey::SetBundleName(const std::string &bundleName) in SetBundleName() 30 void PendingWantKey::SetRequestWho(const std::string &requestWho) in SetRequestWho() 35 void PendingWantKey::SetRequestCode(int32_t requestCode) in SetRequestCode() 40 void PendingWantKey::SetRequestWant(const Want &requestWant) in SetRequestWant() 46 void PendingWantKey::SetRequestResolvedType(const std::string &requestResolvedType) in SetRequestResolvedType() 51 void PendingWantKey::SetAllWantsInfos(const std::vector<WantsInfo> &allWantsInfos) in SetAllWantsInfos() 57 void PendingWantKey::SetFlags(int32_t flags) in SetFlags() 62 void PendingWantKey::SetCode(int32_t code) in SetCode() 67 void PendingWantKey [all...] |
H A D | pending_want_record.cpp | 30 int32_t callerTokenId, const sptr<IRemoteObject> &callerToken, std::shared_ptr<PendingWantKey> key) in PendingWantRecord() 158 std::shared_ptr<PendingWantKey> PendingWantRecord::GetKey() in GetKey()
|
H A D | pending_want_manager.cpp | 88 std::shared_ptr<PendingWantKey> pendingKey = std::make_shared<PendingWantKey>(); in GetWantSenderLocked() 148 sptr<PendingWantRecord> PendingWantManager::GetPendingWantRecordByKey(const std::shared_ptr<PendingWantKey> &key) in GetPendingWantRecordByKey() 162 const std::shared_ptr<PendingWantKey> &inputKey, const std::shared_ptr<PendingWantKey> &key) in CheckPendingWantRecordByKey() 779 const std::vector<WantsInfo> &wantsInfos, std::shared_ptr<PendingWantKey> key) in EraseBundleRecord() 787 [key](std::shared_ptr<PendingWantKey> value) { in EraseBundleRecord() 799 const std::vector<WantsInfo> &wantsInfos, std::shared_ptr<PendingWantKey> key) in InsertBundleRecord() 808 std::vector<std::shared_ptr<PendingWantKey>> pendingWantVector; in InsertBundleRecord()
|
/foundation/ability/ability_runtime/test/unittest/pending_want_key_test/ |
H A D | pending_want_key_test.cpp | 60 std::unique_ptr<PendingWantKey> amsPendingWantKey = std::make_unique<PendingWantKey>(); in HWTEST_F() 73 std::unique_ptr<PendingWantKey> amsPendingWantKey = std::make_unique<PendingWantKey>(); in HWTEST_F() 86 std::unique_ptr<PendingWantKey> amsPendingWantKey = std::make_unique<PendingWantKey>(); in HWTEST_F() 99 std::unique_ptr<PendingWantKey> amsPendingWantKey = std::make_unique<PendingWantKey>(); in HWTEST_F() 112 std::unique_ptr<PendingWantKey> amsPendingWantKey = std::make_unique<PendingWantKey>(); in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/ |
H A D | pending_want_record_test.cpp | 61 std::shared_ptr<PendingWantKey> MakeWantKey(WantSenderInfo& wantSenderInfo); 134 std::shared_ptr<PendingWantKey> PendingWantRecordTest::MakeWantKey(WantSenderInfo& wantSenderInfo) in MakeWantKey() 136 std::shared_ptr<PendingWantKey> pendingKey = std::make_shared<PendingWantKey>(); in MakeWantKey() 165 std::shared_ptr<PendingWantKey> key = MakeWantKey(wantSenderInfo); in HWTEST_F() 187 std::shared_ptr<PendingWantKey> key = MakeWantKey(wantSenderInfo); in HWTEST_F() 209 std::shared_ptr<PendingWantKey> key = MakeWantKey(wantSenderInfo); in HWTEST_F() 232 std::shared_ptr<PendingWantKey> key = MakeWantKey(wantSenderInfo); in HWTEST_F() 256 std::shared_ptr<PendingWantKey> key = MakeWantKey(wantSenderInfo); in HWTEST_F() 281 std::shared_ptr<PendingWantKey> ke in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | pending_want_manager.h | 175 sptr<PendingWantRecord> GetPendingWantRecordByKey(const std::shared_ptr<PendingWantKey> &key); 177 const std::shared_ptr<PendingWantKey> &inputKey, const std::shared_ptr<PendingWantKey> &key); 187 void EraseBundleRecord(const std::vector<WantsInfo> &wantsInfos, std::shared_ptr<PendingWantKey> key); 189 void InsertBundleRecord(const std::vector<WantsInfo> &wantsInfos, std::shared_ptr<PendingWantKey> key); 194 std::map<std::shared_ptr<PendingWantKey>, sptr<PendingWantRecord>> wantRecords_; 195 std::map<std::string, std::vector<std::shared_ptr<PendingWantKey>>> bundleRecords_;
|
H A D | pending_want_record.h | 38 int32_t callerTokenId, const sptr<IRemoteObject> &callerToken, std::shared_ptr<PendingWantKey> key); 48 std::shared_ptr<PendingWantKey> GetKey(); 68 std::shared_ptr<PendingWantKey> key_ = {};
|
H A D | pending_want_key.h | 30 class PendingWantKey { class 32 PendingWantKey() = default; 33 virtual ~PendingWantKey() = default;
|
/foundation/ability/ability_runtime/test/unittest/pending_want_manager_test/ |
H A D | pending_want_manager_test.cpp | 58 std::shared_ptr<PendingWantKey> MakeWantKey(WantSenderInfo& wantSenderInfo); 156 std::shared_ptr<PendingWantKey> PendingWantManagerTest::MakeWantKey(WantSenderInfo& wantSenderInfo) in MakeWantKey() 158 std::shared_ptr<PendingWantKey> pendingKey = std::make_shared<PendingWantKey>(); in MakeWantKey() 316 std::shared_ptr<PendingWantKey> pendingKey = std::make_shared<PendingWantKey>(); in HWTEST_F() 348 std::shared_ptr<PendingWantKey> pendingKey = std::make_shared<PendingWantKey>(); in HWTEST_F() 374 std::shared_ptr<PendingWantKey> pendingKey = std::make_shared<PendingWantKey>(); in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/test/unittest/pending_want_manager_dump_test/ |
H A D | pending_want_manager_dump_test.cpp | 67 auto pendingKey = std::make_shared<PendingWantKey>(); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/ |
H A D | pendingwantmanager_fuzzer.cpp | 77 // fuzz for PendingWantKey in DoSomethingInterestingWithMyAPI() 78 auto pendingWantKey = std::make_shared<PendingWantKey>(); in DoSomethingInterestingWithMyAPI()
|
Completed in 9 milliseconds