Searched refs:bmHelper (Results 1 - 1 of 1) sorted by relevance
/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/ |
H A D | bundlemgrhelper_fuzzer.cpp | 69 std::shared_ptr<BundleMgrHelper> bmHelper = std::make_shared<BundleMgrHelper>(); // branch constructor in BundleMgrHelperFuzztest1() local 70 bmHelper->GetNameForUid(int32Param, stringParam); // branch in BundleMgrHelperFuzztest1() 72 bmHelper->GetBundleInfo(stringParam, boolParam, bundleInfo, int32Param); // branch in BundleMgrHelperFuzztest1() 73 bmHelper->InstallSandboxApp(stringParam, int32Param, int32Param, int32Param); // branch in BundleMgrHelperFuzztest1() 74 bmHelper->UninstallSandboxApp(stringParam, int32Param, int32Param); // branch in BundleMgrHelperFuzztest1() 75 bmHelper->GetUninstalledBundleInfo(stringParam, bundleInfo); // branch in BundleMgrHelperFuzztest1() 76 bmHelper->GetSandboxBundleInfo(stringParam, int32Param, int32Param, bundleInfo); // branch in BundleMgrHelperFuzztest1() 79 bmHelper->GetSandboxAbilityInfo(want, int32Param, int32Param, int32Param, abilityInfo); in BundleMgrHelperFuzztest1() 81 bmHelper->GetSandboxExtAbilityInfos(want, int32Param, int32Param, int32Param, extensionInfos); in BundleMgrHelperFuzztest1() 83 bmHelper in BundleMgrHelperFuzztest1() 112 std::shared_ptr<BundleMgrHelper> bmHelper = std::make_shared<BundleMgrHelper>(); // branch constructor BundleMgrHelperFuzztest2() local [all...] |
Completed in 1 milliseconds