Home
last modified time | relevance | path

Searched refs:WantsInfo (Results 1 - 18 of 18) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dwants_info.cpp20 bool WantsInfo::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
32 WantsInfo *WantsInfo::Unmarshalling(Parcel &parcel) in Unmarshalling()
34 WantsInfo *info = new (std::nothrow) WantsInfo(); in Unmarshalling()
46 bool WantsInfo::Marshalling(Parcel &parcel) const in Marshalling()
H A Dwant_sender_info.cpp37 std::unique_ptr<WantsInfo> wantsInfo(parcel.ReadParcelable<WantsInfo>()); in ReadFromParcel()
H A Dpending_want_key.cpp51 void PendingWantKey::SetAllWantsInfos(const std::vector<WantsInfo> &allWantsInfos) in SetAllWantsInfos()
114 std::vector<WantsInfo> PendingWantKey::GetAllWantsInfos() in GetAllWantsInfos()
H A Dpending_want_record.cpp109 std::vector<WantsInfo> allWantsInfos = key_->GetAllWantsInfos(); in ExecuteOperation()
H A Dpending_want_manager.cpp330 int32_t PendingWantManager::PendingWantStartAbilitys(const std::vector<WantsInfo> &wantsInfo, in PendingWantStartAbilitys()
779 const std::vector<WantsInfo> &wantsInfos, std::shared_ptr<PendingWantKey> key) in EraseBundleRecord()
799 const std::vector<WantsInfo> &wantsInfos, std::shared_ptr<PendingWantKey> key) in InsertBundleRecord()
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dwants_info.h26 struct WantsInfo : public Parcelable { struct
32 static WantsInfo *Unmarshalling(Parcel &parcel);
H A Dwant_sender_info.h33 std::vector<WantsInfo> allWants;
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_key.h40 void SetAllWantsInfos(const std::vector<WantsInfo> &allWantsInfos);
53 std::vector<WantsInfo> GetAllWantsInfos();
67 std::vector<WantsInfo> allWantsInfos_ = {};
H A Dpending_want_manager.h158 int32_t PendingWantStartAbilitys(const std::vector<WantsInfo> &wantsInfo, const sptr<StartOptions> &startOptions,
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);
/foundation/ability/ability_runtime/test/unittest/want_sender_info_test/
H A Dwant_sender_info_test.cpp87 WantsInfo wantInfo; in HWTEST_F()
124 WantsInfo wantInfo; in HWTEST_F()
147 WantsInfo wantInfo; in HWTEST_F()
170 WantsInfo wantInfo; in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/wants_info_test/
H A Dwants_info_test.cpp78 WantsInfo info; in HWTEST_F()
86 auto unInfo = WantsInfo::Unmarshalling(parcel); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/pending_want_key_test/
H A Dpending_want_key_test.cpp148 std::vector<WantsInfo> allWantsInfos; in HWTEST_F()
149 WantsInfo wantsInfo; in HWTEST_F()
154 std::vector<WantsInfo> wantsInfo_ = amsPendingWantKey->GetAllWantsInfos(); in HWTEST_F()
/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/
H A Dpanding_want_manager_test.cpp140 WantsInfo wantsInfo; in GetAbility()
160 WantsInfo wantsInfo; in GetAbilities()
164 WantsInfo wantsInfo2; in GetAbilities()
185 WantsInfo wantsInfo; in GetService()
205 WantsInfo wantsInfo; in GetForegroundService()
224 WantsInfo wantsInfo; in GetCommonEvent()
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dpending_want.cpp67 WantsInfo wantsInfo; in GetAbility()
116 WantsInfo wantsInfo; in GetAbilities()
153 WantsInfo wantsInfo; in GetCommonEventAsUser()
214 WantsInfo wantsInfo; in BuildServicePendingWant()
H A Dwant_agent_helper.cpp159 WantsInfo wantsInfo; in GetWantAgent()
/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/
H A Dpendingwantmanager_fuzzer.cpp85 std::vector<WantsInfo> allWantsInfos; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/pending_want_manager_test/
H A Dpending_want_manager_test.cpp122 std::vector<WantsInfo> allWant; in MakeWantSenderInfo()
123 WantsInfo wantInfo; in MakeWantSenderInfo()
143 std::vector<WantsInfo> allWant; in MakeWantSenderInfo()
145 WantsInfo wantsInfo; in MakeWantSenderInfo()
/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/
H A Dpending_want_record_test.cpp123 std::vector<WantsInfo> allWant; in MakeWantSenderInfo()
124 WantsInfo wantInfo; in MakeWantSenderInfo()

Completed in 11 milliseconds