Home
last modified time | relevance | path

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 DStartAbility.ets42 Text('config.json已配置targetBundleList值时 测本设备免安装')
70 Text('config.json配置targetBundleList值未在清单中时测试')
81 routePage('pages/targetBundleList')
H A DtargetBundleList.ets125 Text('StartAbilityPromiseKSB012,原子化服务未添加到targetBundleList里,传入对端设备的deviceId')
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h167 std::vector<std::string> targetBundleList; member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp526 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 Dapplication_info.h280 std::vector<std::string> targetBundleList; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp217 {APPLICATION_TARGETBUNDLELIST, applicationInfo.targetBundleList}, in to_json()
718 applicationInfo.targetBundleList, in from_json()
H A Dmodule_profile.cpp243 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 Dbundle_profile.cpp131 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 Dmodule_profile.cpp235 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 Dbms_bundle_data_storage_database_test.cpp193 "targetBundleList":[
396 "targetBundleList":[],
516 "targetBundleList":[],
1099 "targetBundleList": [
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp7032 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;