Home
last modified time | relevance | path

Searched refs:abilityinfo (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/appmgr_test_service/src/
H A Dappmgr_test_service.cpp106 AppExecFwk::AbilityInfo abilityinfo = ability->GetAbilityInfo(); in ScheduleAbilityTransaction() local
109 TAG_LOGD(AAFwkTag::TEST, "process schedule ability %s active.", abilityinfo.name.c_str()); in ScheduleAbilityTransaction()
110 if (std::string::npos != abilityinfo.name.find("BlockActive")) { in ScheduleAbilityTransaction()
114 TAG_LOGD(AAFwkTag::TEST, "process schedule ability %s inactive.", abilityinfo.name.c_str()); in ScheduleAbilityTransaction()
115 if (std::string::npos != abilityinfo.name.find("BlockInActive")) { in ScheduleAbilityTransaction()
149 AppExecFwk::AbilityInfo abilityinfo = ability->GetAbilityInfo(); in ScheduleDisconnectAbilityTransaction() local
150 if (std::string::npos == abilityinfo.name.find("Block")) { in ScheduleDisconnectAbilityTransaction()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dbundle_pack_info.cpp186 APP_LOGE("read abilityinfo error %{public}d", parseResult); in from_json()
190 void to_json(nlohmann::json &jsonObject, const ModuleAbilityInfo &abilityinfo) in to_json() argument
193 {PACK_SUMMARY_MODULE_ABILITY_NAME, abilityinfo.name}, in to_json()
194 {PACK_SUMMARY_MODULE_ABILITY_LABEL, abilityinfo.label}, in to_json()
195 {PACK_SUMMARY_MODULE_ABILITY_VISIBLE, abilityinfo.visible}, in to_json()
196 {PACK_SUMMARY_MODULE_ABILITY_FORMS, abilityinfo.forms} in to_json()
200 void from_json(const nlohmann::json &jsonObject, ModuleAbilityInfo &abilityinfo) in from_json() argument
207 abilityinfo.name, in from_json()
213 abilityinfo.label, in from_json()
219 abilityinfo in from_json()
[all...]
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_event.cpp95 auto abilityinfo = appRecord->GetAbilities().begin()->second->GetAbilityInfo(); in SendProcessStartEvent() local
96 UpdateStartupType(abilityinfo, eventInfo.abilityType, eventInfo.extensionType); in SendProcessStartEvent()
150 auto abilityinfo = abilityRecord->GetAbilityInfo(); in SendProcessStartFailedEvent() local
151 UpdateStartupType(abilityinfo, eventInfo.abilityType, eventInfo.extensionType); in SendProcessStartFailedEvent()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Djson_serializer.h101 void to_json(nlohmann::json &jsonObject, const ModuleAbilityInfo &abilityinfo);
102 void from_json(const nlohmann::json &jsonObject, ModuleAbilityInfo &abilityinfo);
105 void to_json(nlohmann::json &jsonObject, const AbilityFormInfo &abilityinfo);
106 void from_json(const nlohmann::json &jsonObject, AbilityFormInfo &abilityinfo);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp1604 AbilityInfo abilityinfo = abilityInfoPair.second; in GetMatchAbilityInfos() local
1605 if (abilityinfo.name == ServiceConstants::APP_DETAIL_ABILITY) { in GetMatchAbilityInfos()
1609 !info.IsAbilityEnabled(abilityinfo, GetUserId(userId), appIndex)) { in GetMatchAbilityInfos()
1610 LOG_W(BMS_TAG_QUERY, "Ability %{public}s is disabled", abilityinfo.name.c_str()); in GetMatchAbilityInfos()
1615 userId, abilityinfo.applicationInfo, appIndex); in GetMatchAbilityInfos()
1618 abilityinfo.permissions.clear(); in GetMatchAbilityInfos()
1621 abilityinfo.metaData.customizeData.clear(); in GetMatchAbilityInfos()
1622 abilityinfo.metadata.clear(); in GetMatchAbilityInfos()
1625 abilityinfo.skills.clear(); in GetMatchAbilityInfos()
1628 AddSkillUrisInfo(skillsPair->second, abilityinfo in GetMatchAbilityInfos()
1730 AbilityInfo abilityinfo = abilityInfoPair.second; GetMatchAbilityInfosV9() local
[all...]

Completed in 11 milliseconds