Home
last modified time | relevance | path

Searched refs:resolvedType (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dsender_info.cpp33 resolvedType = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
84 if (!parcel.WriteString16(Str8ToStr16(resolvedType))) { in Marshalling()
85 TAG_LOGE(AAFwkTag::ABILITYMGR, "write resolvedType failed"); in Marshalling()
H A Dpending_want_record.cpp138 senderInfo.resolvedType = key_->GetRequestResolvedType(); in BuildSendWant()
/foundation/ability/ability_runtime/test/unittest/sender_info_test/
H A Dsender_info_test.cpp81 info.resolvedType = "nihao"; in HWTEST_F()
96 EXPECT_EQ(unInfo->resolvedType, "nihao"); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dsender_info.h33 std::string resolvedType; member
/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/
H A Dpending_want_record_test.cpp333 EXPECT_TRUE(info.resolvedType == key->GetRequestResolvedType()); in HWTEST_F()
353 EXPECT_TRUE(info.resolvedType != key->GetRequestResolvedType()); in HWTEST_F()
374 EXPECT_TRUE(info.resolvedType != key->GetRequestResolvedType()); in HWTEST_F()
397 EXPECT_TRUE(info.resolvedType == key->GetRequestResolvedType()); in HWTEST_F()
420 EXPECT_TRUE(info.resolvedType == key->GetRequestResolvedType()); in HWTEST_F()
444 EXPECT_TRUE(info.resolvedType == key->GetRequestResolvedType()); in HWTEST_F()
468 EXPECT_TRUE(info.resolvedType == key->GetRequestResolvedType()); in HWTEST_F()
493 EXPECT_TRUE(info.resolvedType == key->GetRequestResolvedType()); in HWTEST_F()
606 EXPECT_TRUE(info.resolvedType == key->GetRequestResolvedType()); in HWTEST_F()
629 EXPECT_TRUE(info.resolvedType in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dpending_want.cpp296 senderInfo.resolvedType = want != nullptr ? want->GetType() : ""; in SendAndReturnResult()

Completed in 4 milliseconds