Searched refs:overlayBundleInfos (Results 1 - 8 of 8) sorted by relevance
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/overlaymgrhostimpl_fuzzer/ |
H A D | overlaymgrhostimpl_fuzzer.cpp | 43 std::vector<OverlayBundleInfo> overlayBundleInfos; in DoSomethingInterestingWithMyAPI() local 44 overlayManagerHostImpl.GetOverlayBundleInfoForTarget(targetBundleName, overlayBundleInfos, USERID); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleoverlaymgr_fuzzer/ |
H A D | bundleoverlaymgr_fuzzer.cpp | 42 std::vector<OverlayBundleInfo> overlayBundleInfos; in DoSomethingInterestingWithMyAPI() local 43 manager.GetOverlayBundleInfoForTarget(targetBundleName, overlayBundleInfos, USERID); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/overlaydatamgr_fuzzer/ |
H A D | overlaydatamgr_fuzzer.cpp | 59 std::vector<OverlayBundleInfo> overlayBundleInfos; in DoSomethingInterestingWithMyAPI() local 60 overlayDataMgr.GetOverlayBundleInfoForTarget(bundleName, overlayBundleInfos, USERID); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | bundle_info.cpp | 79 const char* OVERLAY_BUNDLE_INFO = "overlayBundleInfos"; 342 CONTAINER_SECURITY_VERIFY(parcel, overlayBundleInfoSize, &overlayBundleInfos); in ReadFromParcel() 349 overlayBundleInfos.emplace_back(*overlayBundleInfo); in ReadFromParcel() 475 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, overlayBundleInfos.size()); in Marshalling() 476 for (auto &overlayBundleInfo : overlayBundleInfos) { in Marshalling() 674 {OVERLAY_BUNDLE_INFO, bundleInfo.overlayBundleInfos}, in to_json() 996 bundleInfo.overlayBundleInfos, in from_json()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | bundle_info.h | 149 std::vector<OverlayBundleInfo> overlayBundleInfos; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/ |
H A D | bms_bundle_overlay_ipc_test.cpp | 296 std::vector<OverlayBundleInfo> overlayBundleInfos;
in HWTEST_F() local 297 auto errCode = overlayProxy->GetOverlayBundleInfoForTarget(TEST_TARGET_BUNDLE_NAME, overlayBundleInfos,
in HWTEST_F() 391 std::vector<OverlayBundleInfo> overlayBundleInfos;
in HWTEST_F() local 392 auto errCode = overlayProxy->GetOverlayBundleInfoForTarget("", overlayBundleInfos, TEST_USER_ID);
in HWTEST_F()
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_command.cpp | 47 const std::string OVERLAY_BUNDLE_INFOS = "overlayBundleInfos"; 2306 std::vector<OverlayBundleInfo> overlayBundleInfos; in DumpTargetOverlayInfo() local 2307 ret = overlayManagerProxy->GetOverlayBundleInfoForTarget(bundleName, overlayBundleInfos, userId); in DumpTargetOverlayInfo() 2308 if (ret != ERR_OK || overlayBundleInfos.empty()) { in DumpTargetOverlayInfo() 2312 overlayInfoJson = nlohmann::json {{OVERLAY_BUNDLE_INFOS, overlayBundleInfos}}; in DumpTargetOverlayInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 1206 "overlayBundleInfos": [
|
Completed in 13 milliseconds