Home
last modified time | relevance | path

Searched refs:targetLinkType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/src/
H A Decological_rule_mgr_service_param.cpp75 if (!in.ReadInt32(info->targetLinkType)) { in Unmarshalling()
77 info->targetLinkType = 0; in Unmarshalling()
79 LOG_DEBUG("read targetLinkType is %{public}d", info->targetLinkType); in Unmarshalling()
122 std::to_string(targetLinkType) + ",callerAbilityType:" + in ToString()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/implicit_start_processor_test/
H A Dimplicit_start_processor_test.cpp294 int32_t targetLinkType = want.GetIntParam("send_to_erms_targetLinkType", 0); variable
295 EXPECT_EQ(targetLinkType, 1);
317 int32_t targetLinkType = want.GetIntParam("send_to_erms_targetLinkType", 0); variable
318 EXPECT_EQ(targetLinkType, 3);
339 int32_t targetLinkType = want.GetIntParam("send_to_erms_targetLinkType", 0); variable
340 EXPECT_EQ(targetLinkType, 2);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbms_ecological_rule_mgr_service_param.cpp115 if (!in.ReadInt32(info->targetLinkType)) { in Unmarshalling()
164 if (!parcel.WriteInt32(targetLinkType)) { in Marshalling()
188 …std::to_string(targetLinkType) + ",callerAbilityType:" + std::to_string(callerAbilityType) + ",emb… in ToString()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ecological_rule/
H A Dability_ecological_rule_mgr_service_param.cpp124 if (!in.ReadInt32(info->targetLinkType)) { in Unmarshalling()
226 if (!parcel.WriteInt32(targetLinkType)) { in DoMarshallingOne()
245 std::to_string(targetLinkType) + ",callerAbilityType:" + in ToString()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/free_install/
H A Dbms_ecological_rule_mgr_service_param.h63 int32_t targetLinkType = 0L; member
/ohos5.0/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/include/
H A Decological_rule_mgr_service_param.h57 int32_t targetLinkType = LINK_TYPE_INVALID; member
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ecological_rule/
H A Dability_ecological_rule_mgr_service_param.h73 int32_t targetLinkType = LINK_TYPE_INVALID; member
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Decological_rule_interceptor.cpp135 callerInfo.targetLinkType = want.GetIntParam("send_to_erms_targetLinkType", 0); in GetEcologicalTargetInfo()