Home
last modified time | relevance | path

Searched defs:ret1 (Results 26 - 50 of 332) sorted by relevance

12345678910>>...14

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimpldeleteabc_fuzzer/
H A Dverifymanagerhostimpldeleteabc_fuzzer.cpp33 auto ret1 = impl.DeleteAbc(path); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplgetfilename_fuzzer/
H A Dverifymanagerhostimplgetfilename_fuzzer.cpp33 auto ret1 = impl.GetFileName(sourcePath, fileName); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallercheckmultiplehapssigninfo_fuzzer/
H A Dbasebundleinstallercheckmultiplehapssigninfo_fuzzer.cpp34 auto ret1 = basebundleinstall.CheckMultipleHapsSignInfo(bundlePaths, installParam, hapVerifyRes); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerchecksyscap_fuzzer/
H A Dbasebundleinstallerchecksyscap_fuzzer.cpp32 auto ret1 = basebundleinstall.CheckSysCap(bundlePaths); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerextractmodule_fuzzer/
H A Dbasebundleinstallerextractmodule_fuzzer.cpp33 auto ret1 = basebundleinstall.ExtractModule(info, modulePath); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerinnerprocessbundleinstall_fuzzer/
H A Dbasebundleinstallerinnerprocessbundleinstall_fuzzer.cpp35 auto ret1 = basebundleinstall.InnerProcessBundleInstall(newInfos, oldInfo, installParam, uid); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerextractmodulefiles_fuzzer/
H A Dbasebundleinstallerextractmodulefiles_fuzzer.cpp35 auto ret1 = basebundleinstall.ExtractModuleFiles(info, modulePath, targetSoPath, cpuAbi); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerprocessbundleinstallnative_fuzzer/
H A Dbasebundleinstallerprocessbundleinstallnative_fuzzer.cpp33 auto ret1 = basebundleinstall.ProcessBundleInstallNative(info, userId); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerprocessrecover_fuzzer/
H A Dbasebundleinstallerprocessrecover_fuzzer.cpp34 auto ret1 = basebundleinstall.ProcessRecover(bundleName, installParam, uid); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerrecover_fuzzer/
H A Dbasebundleinstallerrecover_fuzzer.cpp33 auto ret1 = basebundleinstall.Recover(bundleName, installParam); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstalleruninstallbundlemodule_fuzzer/
H A Dbasebundleinstalleruninstallbundlemodule_fuzzer.cpp34 auto ret1 = basebundleinstall.UninstallBundle(bundleName, modulePackage, installParam); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstalleruninstallbundlebyuninstallparam_fuzzer/
H A Dbasebundleinstalleruninstallbundlebyuninstallparam_fuzzer.cpp32 auto ret1 = basebundleinstall.UninstallBundleByUninstallParam(uninstallParam); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplmoveabc_fuzzer/
H A Dverifymanagerhostimplmoveabc_fuzzer.cpp33 auto ret1 = impl.MoveAbc(bundleName, abcPaths); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplmkdirIfnotexist_fuzzer/
H A DverifymanagerhostimplmkdirIfnotexist_fuzzer.cpp34 auto ret1 = impl.MkdirIfNotExist(dir); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerinstallbundlevector_fuzzer/
H A Dbasebundleinstallerinstallbundlevector_fuzzer.cpp34 auto ret1 = basebundleinstall.InstallBundle(bundlePaths, installParam, appType); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerinstallbundlebybundlename_fuzzer/
H A Dbasebundleinstallerinstallbundlebybundlename_fuzzer.cpp33 auto ret1 = basebundleinstall.InstallBundleByBundleName(bundleName, installParam); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerprocessbundleinstall_fuzzer/
H A Dbasebundleinstallerprocessbundleinstall_fuzzer.cpp35 auto ret1 = basebundleinstall.ProcessBundleInstall(bundlePaths, installParam, appType, uid); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerprocessbundleinstallstatus_fuzzer/
H A Dbasebundleinstallerprocessbundleinstallstatus_fuzzer.cpp33 auto ret1 = basebundleinstall.ProcessBundleInstallStatus(info, uid); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerremovemoduledir_fuzzer/
H A Dbasebundleinstallerremovemoduledir_fuzzer.cpp32 auto ret1 = basebundleinstall.RemoveModuleDir(modulePath); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerrenamemoduledir_fuzzer/
H A Dbasebundleinstallerrenamemoduledir_fuzzer.cpp32 auto ret1 = basebundleinstall.RenameModuleDir(info); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplgetcallingbundlename_fuzzer/
H A Dverifymanagerhostimplgetcallingbundlename_fuzzer.cpp34 auto ret1 = impl.GetCallingBundleName(bundleName); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplgetfiledir_fuzzer/
H A Dverifymanagerhostimplgetfiledir_fuzzer.cpp33 auto ret1 = impl.GetFileDir(sourcePath, fileDir); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerinnerprocessinstallbypreinstallinfo_fuzzer/
H A Dbasebundleinstallerinnerprocessinstallbypreinstallinfo_fuzzer.cpp34 auto ret1 = basebundleinstall.InnerProcessInstallByPreInstallInfo(bundleName, installParam, uid); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerinstallbundle_fuzzer/
H A Dbasebundleinstallerinstallbundle_fuzzer.cpp34 auto ret1 = basebundleinstall.InstallBundle(bundlePath, installParam, appType); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerprocessinstallbundlebybundlename_fuzzer/
H A Dbasebundleinstallerprocessinstallbundlebybundlename_fuzzer.cpp34 auto ret1 = basebundleinstall.ProcessInstallBundleByBundleName(bundleName, installParam, uid); in DoSomethingInterestingWithMyAPI() local

Completed in 5 milliseconds

12345678910>>...14