Home
last modified time | relevance | path

Searched refs:wantsInfo (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/
H A Dpanding_want_manager_test.cpp140 WantsInfo wantsInfo; in GetAbility() local
141 wantsInfo.want = *(GetWant("hiMusic", "com.ix.hiMusic")); in GetAbility()
142 wantsInfo.resolvedTypes = wantsInfo.want.GetType(); in GetAbility()
146 wantSenderInfo.allWants.push_back(wantsInfo); in GetAbility()
160 WantsInfo wantsInfo; in GetAbilities() local
161 wantsInfo.want = *(GetWant("hiMusic", "com.ix.hiMusic")); in GetAbilities()
162 wantsInfo.resolvedTypes = wantsInfo.want.GetType(); in GetAbilities()
175 wantSenderInfo.allWants.push_back(wantsInfo); in GetAbilities()
185 WantsInfo wantsInfo; GetService() local
205 WantsInfo wantsInfo; GetForegroundService() local
224 WantsInfo wantsInfo; GetCommonEvent() local
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dpending_want.cpp67 WantsInfo wantsInfo; in GetAbility() local
68 wantsInfo.want = *want; in GetAbility()
69 wantsInfo.resolvedTypes = want != nullptr ? want->GetType() : ""; in GetAbility()
71 wantsInfo.want.SetParams(*options); in GetAbility()
76 wantSenderInfo.allWants.push_back(wantsInfo); in GetAbility()
116 WantsInfo wantsInfo; in GetAbilities() local
118 wantsInfo.want = *want; in GetAbilities()
120 wantsInfo.resolvedTypes = want != nullptr ? want->GetType() : ""; in GetAbilities()
122 wantsInfo.want.SetParams(*options); in GetAbilities()
124 wantSenderInfo.allWants.push_back(wantsInfo); in GetAbilities()
153 WantsInfo wantsInfo; GetCommonEventAsUser() local
214 WantsInfo wantsInfo; BuildServicePendingWant() local
[all...]
H A Dwant_agent_helper.cpp159 WantsInfo wantsInfo; in GetWantAgent() local
160 wantsInfo.want = *want; in GetWantAgent()
161 wantsInfo.resolvedTypes = want->GetType(); in GetWantAgent()
163 wantsInfo.want.SetParams(*paramsInfo.GetExtraInfo()); in GetWantAgent()
167 wantSenderInfo.allWants.push_back(wantsInfo); in GetWantAgent()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dwant_sender_info.cpp37 std::unique_ptr<WantsInfo> wantsInfo(parcel.ReadParcelable<WantsInfo>()); in ReadFromParcel()
38 if (!wantsInfo) { in ReadFromParcel()
39 TAG_LOGE(AAFwkTag::WANTAGENT, "null wantsInfo"); in ReadFromParcel()
42 allWants.emplace_back(*wantsInfo); in ReadFromParcel()
H A Dpending_want_manager.cpp330 int32_t PendingWantManager::PendingWantStartAbilitys(const std::vector<WantsInfo> &wantsInfo, in PendingWantStartAbilitys() argument
340 for (const auto &item : wantsInfo) { in PendingWantStartAbilitys()
/foundation/ability/ability_runtime/test/unittest/pending_want_key_test/
H A Dpending_want_key_test.cpp149 WantsInfo wantsInfo; in HWTEST_F() local
151 wantsInfo.resolvedTypes = "resolvedTypes"; in HWTEST_F()
152 allWantsInfos.push_back(wantsInfo); in HWTEST_F()
155 EXPECT_EQ(wantsInfo.resolvedTypes, wantsInfo_.front().resolvedTypes); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_manager.h158 int32_t PendingWantStartAbilitys(const std::vector<WantsInfo> &wantsInfo, const sptr<StartOptions> &startOptions,
/foundation/ability/ability_runtime/test/unittest/pending_want_manager_test/
H A Dpending_want_manager_test.cpp145 WantsInfo wantsInfo; in MakeWantSenderInfo() local
146 wantsInfo.want = want; in MakeWantSenderInfo()
147 wantsInfo.resolvedTypes = ""; in MakeWantSenderInfo()
148 wantSenderInfo.allWants.push_back(wantsInfo); in MakeWantSenderInfo()

Completed in 8 milliseconds