Searched refs:targetLinkType (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/src/ |
H A D | ecological_rule_mgr_service_param.cpp | 75 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 D | implicit_start_processor_test.cpp | 294 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 D | bms_ecological_rule_mgr_service_param.cpp | 115 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 D | ability_ecological_rule_mgr_service_param.cpp | 124 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 D | bms_ecological_rule_mgr_service_param.h | 63 int32_t targetLinkType = 0L; member
|
/ohos5.0/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/include/ |
H A D | ecological_rule_mgr_service_param.h | 57 int32_t targetLinkType = LINK_TYPE_INVALID; member
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ecological_rule/ |
H A D | ability_ecological_rule_mgr_service_param.h | 73 int32_t targetLinkType = LINK_TYPE_INVALID; member
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/ |
H A D | ecological_rule_interceptor.cpp | 135 callerInfo.targetLinkType = want.GetIntParam("send_to_erms_targetLinkType", 0); in GetEcologicalTargetInfo()
|