Searched refs:targetBundleList (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/StageManualTestSuite/entry/src/main/ets/pages/ |
H A D | StartAbility.ets | 42 Text('config.json已配置targetBundleList值时 测本设备免安装') 70 Text('config.json配置targetBundleList值未在清单中时测试') 81 routePage('pages/targetBundleList')
|
H A D | targetBundleList.ets | 125 Text('StartAbilityPromiseKSB012,原子化服务未添加到targetBundleList里,传入对端设备的deviceId')
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 167 std::vector<std::string> targetBundleList; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 526 CONTAINER_SECURITY_VERIFY(parcel, targetBundleListSize, &targetBundleList); in ReadFromParcel() 528 targetBundleList.emplace_back(Str16ToStr8(parcel.ReadString16())); in ReadFromParcel() 721 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, targetBundleList.size()); in Marshalling() 722 for (auto &targetBundle : targetBundleList) { in Marshalling() 987 {APPLICATION_TARGETBUNDLELIST, applicationInfo.targetBundleList}, in to_json() 1155 applicationInfo.targetBundleList, JsonType::ARRAY, false, parseResult, ArrayType::STRING); in from_json()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 280 std::vector<std::string> targetBundleList; member
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 217 {APPLICATION_TARGETBUNDLELIST, applicationInfo.targetBundleList}, in to_json() 718 applicationInfo.targetBundleList, in from_json()
|
H A D | module_profile.cpp | 243 std::vector<std::string> targetBundleList; member 953 app.targetBundleList, in from_json() 1473 applicationInfo.targetBundleList = app.targetBundleList; in ToApplicationInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 131 std::vector<std::string> targetBundleList; member 526 app.targetBundleList, in from_json() 2220 for (const auto &targetBundle : configJson.app.targetBundleList) { in ToApplicationInfo() 2222 applicationInfo.targetBundleList.emplace_back(targetBundle); in ToApplicationInfo()
|
H A D | module_profile.cpp | 235 std::vector<std::string> targetBundleList; member 1102 app.targetBundleList, in from_json() 2068 applicationInfo.targetBundleList = app.targetBundleList; in ToApplicationInfo()
|
/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 | 193 "targetBundleList":[ 396 "targetBundleList":[], 516 "targetBundleList":[], 1099 "targetBundleList": [
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 7032 std::vector<std::string> targetBundleList; variable 7048 targetBundleList.emplace_back("target"); 7052 info.targetBundleList = targetBundleList; 7258 std::vector<std::string> targetBundleList; variable 7259 targetBundleList.emplace_back("target"); 7262 info.targetBundleList = targetBundleList;
|