/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/defaultappmgr_fuzzer/ |
H A D | defaultappmgr_fuzzer.cpp | 59 std::vector<Skill> skills; in DoSomethingInterestingWithMyAPI() local
|
/foundation/resourceschedule/work_scheduler/services/native/src/conditions/ |
H A D | charger_listener.cpp | 76 EventFwk::MatchingSkills skills = EventFwk::MatchingSkills(); in CreateChargerEventSubscriber() local
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_common_event.cpp | 54 EventFwk::MatchingSkills skills; in SubscriberEvent() local
|
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/ |
H A D | ability_info.h | 156 Skill *skills[SKILL_SIZE]; member
|
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
H A D | ability_info_utils.cpp | 196 bool AbilityInfoUtils::SetAbilityInfoSkill(AbilityInfo *abilityInfo, Skill * const skills[]) in SetAbilityInfoSkill() argument [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_default_app_test/ |
H A D | bms_bundle_default_app_mgr_test.cpp | 419 std::vector<Skill> skills; in HWTEST_F() local 853 std::vector<Skill> skills; in HWTEST_F() local 868 std::vector<Skill> skills; HWTEST_F() local 882 std::vector<Skill> skills; HWTEST_F() local 896 std::vector<Skill> skills; HWTEST_F() local 911 std::vector<Skill> skills; HWTEST_F() local 925 std::vector<Skill> skills; HWTEST_F() local 940 std::vector<Skill> skills; HWTEST_F() local [all...] |
H A D | bms_bundle_default_app_test.cpp | 993 const std::vector<Skill> skills; in HWTEST_F() local 1006 const std::vector<Skill> skills; in HWTEST_F() local 1248 std::vector<Skill> skills; in HWTEST_F() local 1271 std::vector<Skill> skills; in HWTEST_F() local 1294 std::vector<Skill> skills; in HWTEST_F() local 1828 std::vector<Skill> skills; HWTEST_F() local 1848 std::vector<Skill> skills; HWTEST_F() local 1868 std::vector<Skill> skills; HWTEST_F() local 2300 std::vector<Skill> skills; HWTEST_F() local 2318 std::vector<Skill> skills; HWTEST_F() local 2333 std::vector<Skill> skills; HWTEST_F() local [all...] |
/foundation/ability/ability_base/test/unittest/want/ |
H A D | skills_test.cpp | 791 Skills skills; in HWTEST_F() local 808 Skills skills; in HWTEST_F() local 826 Skills skills; in HWTEST_F() local 848 Skills skills; HWTEST_F() local 868 Skills skills; HWTEST_F() local 888 Skills skills; HWTEST_F() local [all...] |
/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | skills.cpp | 36 Skills::Skills(const Skills &skills) in Skills() argument 956 Skills *skills = new (std::nothrow) Skills(); Unmarshalling() local [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | bundle_manager_convert.cpp | 193 RetCArrSkill skills; in ConvertSkills() local [all...] |
H A D | bundle_manager_utils.h | 161 RetCArrSkill skills; member 186 RetCArrSkill skills; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | ability_info.h | 229 std::vector<Skill> skills; member
|
H A D | extension_ability_info.h | 178 std::vector<Skill> skills; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/ |
H A D | default_app_mgr.cpp | 580 std::vector<Skill> skills; in GetBundleInfo() local 765 std::vector<Skill> skills; IsElementValid() local [all...] |
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | gt_bundle_manager_service.cpp | 336 bool GtManagerService::MatchSkills(const Want *want, Skill *const skills[]) in MatchSkills() argument
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/ |
H A D | bms_bundle_kit_service_base_test.cpp | 172 std::vector<Skill> skills; in MockInstallBundle() local
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/ |
H A D | bms_data_mgr_test.cpp | 1462 std::vector<Skill> skills; in HWTEST_F() local 1910 std::vector<Skill> skills; in HWTEST_F() local 1984 std::vector<Skill> skills; in HWTEST_F() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 271 std::vector<Skill> skills; member
|
H A D | module_profile.cpp | 193 std::vector<Skill> skills; member 220 std::vector<Skill> skills; member 2142 void ToAbilitySkills(const std::vector<Skill> &skills, AbilityInfo &abilityInfo) in ToAbilitySkills() argument 2149 void ToExtensionAbilitySkills(const std::vector<Skill> &skills, ExtensionAbilityInfo &extensionInfo) in ToExtensionAbilitySkills() argument [all...] |
H A D | bundle_data_mgr.cpp | 1638 void BundleDataMgr::AddSkillUrisInfo(const std::vector<Skill> &skills, in AddSkillUrisInfo() argument 1666 void BundleDataMgr::EmplaceAbilityInfo(const InnerBundleInfo &info, const std::vector<Skill> &skills, in EmplaceAbilityInfo() argument 5862 EmplaceExtensionInfo(const InnerBundleInfo &info, const std::vector<Skill> &skills, ExtensionAbilityInfo &extensionInfo, int32_t flags, int32_t userId, std::vector<ExtensionAbilityInfo> &infos, std::optional<size_t> matchSkillIndex, std::optional<size_t> matchUriIndex, int32_t appIndex) const EmplaceExtensionInfo() argument [all...] |
H A D | base_bundle_installer.cpp | 5897 void BaseBundleInstaller::PrepareSkillUri(const std::vector<Skill> &skills, in PrepareSkillUri() argument
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 401 std::vector<Skill> skills; in HWTEST_F() local 5898 std::vector<Skill> skills; in HWTEST_F() local 5920 std::vector<Skill> skills; in HWTEST_F() local 5942 std::vector<Skill> skills; HWTEST_F() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 570 void InsertSkillInfo(const std::string &key, const std::vector<Skill> &skills) in InsertSkillInfo() argument 579 InsertExtensionSkillInfo(const std::string &key, const std::vector<Skill> &skills) InsertExtensionSkillInfo() argument [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 543 std::vector<Skill> skills; in MockInstallBundle() local 564 std::vector<Skill> skills; in MockInstallExtension() local 653 std::vector<Skill> skills; in MockInstallBundle() local 4618 std::vector<Skill> skills; HWTEST_F() local 4664 std::vector<Skill> skills; HWTEST_F() local [all...] |
H A D | bms_bundle_kit_service_test.cpp | 645 std::vector<Skill> skills; in MockInstallBundle() local 666 std::vector<Skill> skills; in MockInstallExtension() local 686 std::vector<Skill> skills; in MockInstallExtensionWithUri() local 775 std::vector<Skill> skills; MockInstallBundle() local 3045 std::vector<Skill> skills; HWTEST_F() local 11581 std::vector<Skill> skills; HWTEST_F() local 11620 std::vector<Skill> skills; HWTEST_F() local 11644 std::vector<Skill> skills; HWTEST_F() local [all...] |