Home
last modified time | relevance | path

Searched refs:overlayBundleInfos (Results 1 - 8 of 8) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/overlaymgrhostimpl_fuzzer/
H A Doverlaymgrhostimpl_fuzzer.cpp43 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 Dbundleoverlaymgr_fuzzer.cpp42 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 Doverlaydatamgr_fuzzer.cpp59 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 Dbundle_info.cpp79 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 Dbundle_info.h149 std::vector<OverlayBundleInfo> overlayBundleInfos; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/
H A Dbms_bundle_overlay_ipc_test.cpp296 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 Dbundle_command.cpp47 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 Dbms_bundle_data_storage_database_test.cpp1206 "overlayBundleInfos": [

Completed in 13 milliseconds