Home
last modified time | relevance | path

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

/ohos5.0/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.cpp93 pendingKey->SetRequestResolvedType(wantSenderInfo.allWants.back().resolvedTypes); in GetWantSenderLocked()
102 ref->GetKey()->SetRequestResolvedType(wantSenderInfo.allWants.back().resolvedTypes); in GetWantSenderLocked()
104 … wantSenderInfo.allWants.back().resolvedTypes = ref->GetKey()->GetRequestResolvedType(); in GetWantSenderLocked()
709 dumpInfo = " resolved types [" + Want.resolvedTypes + "]"; in Dump()
742 dumpInfo = " resolved types [" + Want.resolvedTypes + "]"; in DumpByRecordId()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_key_test/
H A Dpending_want_key_test.cpp151 wantsInfo.resolvedTypes = "resolvedTypes";
155 EXPECT_EQ(wantsInfo.resolvedTypes, wantsInfo_.front().resolvedTypes);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/wants_info_test/
H A Dwants_info_test.cpp83 info.resolvedTypes = "nihao";
89 EXPECT_EQ(unInfo->resolvedTypes, "nihao");
/ohos5.0/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()
/ohos5.0/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);
357 pendingKey->SetRequestResolvedType(wantSenderInfo.allWants.back().resolvedTypes);
385 pendingKey->SetRequestResolvedType(wantSenderInfo.allWants.back().resolvedTypes);
413 pendingKey->SetRequestResolvedType(wantSenderInfo.allWants.back().resolvedTypes);
425 pendingKey1->SetRequestResolvedType(wantSenderInfo.allWants.back().resolvedTypes);
454 pendingKey->SetRequestResolvedType(wantSenderInfo.allWants.back().resolvedTypes);
466 pendingKey1->SetRequestResolvedType(wantSenderInfo1.allWants.back().resolvedTypes);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_sender_info_test/
H A Dwant_sender_info_test.cpp89 wantInfo.resolvedTypes = "nihao";
106 EXPECT_EQ(unInfo->allWants.at(0).resolvedTypes, "nihao");
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dwants_info.h28 std::string resolvedTypes; member
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dpending_want.cpp70 wantsInfo.resolvedTypes = want != nullptr ? want->GetType() : ""; in GetAbility()
121 wantsInfo.resolvedTypes = want != nullptr ? want->GetType() : ""; in GetAbilities()
158 wantsInfo.resolvedTypes = want != nullptr ? want->GetType() : ""; in GetCommonEventAsUser()
219 wantsInfo.resolvedTypes = want != nullptr ? want->GetType() : ""; in BuildServicePendingWant()
H A Dwant_agent_helper.cpp165 wantsInfo.resolvedTypes = want->GetType(); in GetWantAgent()
/ohos5.0/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()