/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | ability_info.cpp | 267 CONTAINER_SECURITY_VERIFY(parcel, supportExtNameSize, &supportExtNames); in ReadFromParcel() 269 supportExtNames.emplace_back(Str16ToStr8(parcel.ReadString16())); in ReadFromParcel() 461 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, supportExtNames.size()); in Marshalling() 462 for (auto &supporExtName : supportExtNames) { in Marshalling() 629 {JSON_KEY_SUPPORT_EXT_NAMES, abilityInfo.supportExtNames}, in to_json() 1289 abilityInfo.supportExtNames, in from_json()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 186 std::vector<std::string> supportExtNames; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/ |
H A D | bms_data_mgr_test.cpp | 1898 std::vector<std::string> supportExtNames; variable 1899 supportExtNames.emplace_back("book"); 1903 bool ret = dataMgr->MatchPrivateType(want, supportExtNames, supportMimeTypes, mimeTypes); 1918 std::vector<std::string> supportExtNames; variable 1922 bool ret = dataMgr->MatchPrivateType(want, supportExtNames, supportMimeTypes, mimeTypes); 1937 std::vector<std::string> supportExtNames; variable 1941 bool ret = dataMgr->MatchPrivateType(want, supportExtNames, supportMimeTypes, mimeTypes); 1956 std::vector<std::string> supportExtNames; variable 1961 bool ret = dataMgr->MatchPrivateType(want, supportExtNames, supportMimeTypes, mimeTypes);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | ability_info.h | 293 std::vector<std::string> supportExtNames; member
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | ability_info.cpp | 200 {JSON_KEY_SUPPORT_EXT_NAMES, abilityInfo.supportExtNames}, in to_json() 839 abilityInfo.supportExtNames, in from_json()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | inner_bundle_info.cpp | 4015 auto &supportExtNames = abilityInfoPair->second.supportExtNames; in SetExtName() local 4016 …bool duplicated = std::any_of(supportExtNames.begin(), supportExtNames.end(), [&extName](const aut… in SetExtName() 4023 supportExtNames.emplace_back(extName); in SetExtName() 4063 auto &supportExtNames = abilityInfoPair->second.supportExtNames; in DelExtName() local 4064 …supportExtNames.erase(std::remove(supportExtNames.begin(), supportExtNames.end(), extName), suppor… in DelExtName()
|
H A D | bundle_data_mgr.cpp | 1578 …want, abilityInfoPair.second.supportExtNames, abilityInfoPair.second.supportMimeTypes, paramMimeTy… in GetMatchAbilityInfos() 1718 …want, abilityInfoPair.second.supportExtNames, abilityInfoPair.second.supportMimeTypes, paramMimeTy… in GetMatchAbilityInfosV9() 7064 … const std::vector<std::string> &supportExtNames, const std::vector<std::string> &supportMimeTypes, in MatchPrivateType() argument 7074 …bool supportPrivateType = std::any_of(supportExtNames.begin(), supportExtNames.end(), [&](const au… in MatchPrivateType()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/ |
H A D | bms_bundle_clone_app_bundle_logic_test.cpp | 154 "supportExtNames": [],
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 290 "supportExtNames": [], 860 "supportExtNames": [],
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_data_mgr.h | 1182 bool MatchPrivateType(const Want &want, const std::vector<std::string> &supportExtNames,
|