Home
last modified time | relevance | path

Searched refs:resolvedTypes (Results 1 - 11 of 11) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dwants_info.cpp28 resolvedTypes = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
49 parcel.WriteString16(Str8ToStr16(resolvedTypes)); in Marshalling()
H A Dpending_want_manager.cpp98 pendingKey->SetRequestResolvedType(wantSenderInfo.allWants.back().resolvedTypes); in GetWantSenderLocked()
107 ref->GetKey()->SetRequestResolvedType(wantSenderInfo.allWants.back().resolvedTypes); in GetWantSenderLocked()
109 wantSenderInfo.allWants.back().resolvedTypes = ref->GetKey()->GetRequestResolvedType(); in GetWantSenderLocked()
721 dumpInfo = " resolved types [" + Want.resolvedTypes + "]"; in Dump()
754 dumpInfo = " resolved types [" + Want.resolvedTypes + "]"; in DumpByRecordId()
/foundation/ability/ability_runtime/test/unittest/wants_info_test/
H A Dwants_info_test.cpp83 info.resolvedTypes = "nihao"; in HWTEST_F()
89 EXPECT_EQ(unInfo->resolvedTypes, "nihao"); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/pending_want_key_test/
H A Dpending_want_key_test.cpp151 wantsInfo.resolvedTypes = "resolvedTypes"; in HWTEST_F()
155 EXPECT_EQ(wantsInfo.resolvedTypes, wantsInfo_.front().resolvedTypes); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dwants_info.h28 std::string resolvedTypes; member
/foundation/ability/ability_runtime/test/unittest/want_sender_info_test/
H A Dwant_sender_info_test.cpp89 wantInfo.resolvedTypes = "nihao"; in HWTEST_F()
106 EXPECT_EQ(unInfo->allWants.at(0).resolvedTypes, "nihao"); in HWTEST_F()
/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/
H A Dpanding_want_manager_test.cpp142 wantsInfo.resolvedTypes = wantsInfo.want.GetType(); in GetAbility()
162 wantsInfo.resolvedTypes = wantsInfo.want.GetType(); in GetAbilities()
166 wantsInfo2.resolvedTypes = wantsInfo2.want.GetType(); in GetAbilities()
187 wantsInfo.resolvedTypes = wantsInfo.want.GetType(); in GetService()
207 wantsInfo.resolvedTypes = wantsInfo.want.GetType(); in GetForegroundService()
226 wantsInfo.resolvedTypes = wantsInfo.want.GetType(); in GetCommonEvent()
/foundation/ability/ability_runtime/test/unittest/pending_want_manager_test/
H A Dpending_want_manager_test.cpp125 wantInfo.resolvedTypes = "nihao"; in MakeWantSenderInfo()
147 wantsInfo.resolvedTypes = ""; in MakeWantSenderInfo()
167 pendingKey->SetRequestResolvedType(wantSenderInfo.allWants.back().resolvedTypes); in MakeWantKey()
325 pendingKey->SetRequestResolvedType(wantSenderInfo.allWants.back().resolvedTypes); in HWTEST_F()
357 pendingKey->SetRequestResolvedType(wantSenderInfo.allWants.back().resolvedTypes); in HWTEST_F()
385 pendingKey->SetRequestResolvedType(wantSenderInfo.allWants.back().resolvedTypes); in HWTEST_F()
413 pendingKey->SetRequestResolvedType(wantSenderInfo.allWants.back().resolvedTypes); in HWTEST_F()
425 pendingKey1->SetRequestResolvedType(wantSenderInfo.allWants.back().resolvedTypes); in HWTEST_F()
454 pendingKey->SetRequestResolvedType(wantSenderInfo.allWants.back().resolvedTypes); in HWTEST_F()
466 pendingKey1->SetRequestResolvedType(wantSenderInfo1.allWants.back().resolvedTypes); in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dpending_want.cpp69 wantsInfo.resolvedTypes = want != nullptr ? want->GetType() : ""; in GetAbility()
120 wantsInfo.resolvedTypes = want != nullptr ? want->GetType() : ""; in GetAbilities()
157 wantsInfo.resolvedTypes = want != nullptr ? want->GetType() : ""; in GetCommonEventAsUser()
218 wantsInfo.resolvedTypes = want != nullptr ? want->GetType() : ""; in BuildServicePendingWant()
H A Dwant_agent_helper.cpp161 wantsInfo.resolvedTypes = want->GetType(); in GetWantAgent()
/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/
H A Dpending_want_record_test.cpp126 wantInfo.resolvedTypes = "nihao"; in MakeWantSenderInfo()
145 pendingKey->SetRequestResolvedType(wantSenderInfo.allWants.back().resolvedTypes); in MakeWantKey()
147 wantSenderInfo.allWants.back().resolvedTypes = pendingKey->GetRequestResolvedType(); in MakeWantKey()

Completed in 8 milliseconds