Home
last modified time | relevance | path

Searched refs:abilityKeys (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Dinner_bundle_info.h64 std::vector<std::string> abilityKeys; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dinner_bundle_info.cpp214 {MODULE_ABILITY_KEYS, info.abilityKeys}, in to_json()
475 info.abilityKeys, in from_json()
H A Dmodule_profile.cpp1776 innerModuleInfo.abilityKeys.emplace_back(key); in ToInnerBundleInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp655 "abilityKeys":[
1272 "abilityKeys": [
1381 "abilityKeys": [
1440 "abilityKeys": [
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp399 {MODULE_ABILITY_KEYS, info.abilityKeys}, in to_json()
708 info.abilityKeys, in from_json()
2232 for (auto abilityKey : oldModuleInfo.abilityKeys) { in RemoveModuleInfo()
H A Dbundle_profile.cpp2540 innerModuleInfo.abilityKeys.emplace_back(keyName); in ToInnerBundleInfo()
H A Dmodule_profile.cpp2563 innerModuleInfo.abilityKeys.emplace_back(key); in ToInnerBundleInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h98 std::vector<std::string> abilityKeys; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp4571 moduleInfo.abilityKeys.push_back("keys");;