Home
last modified time | relevance | path

Searched defs:ret1 (Results 1 - 25 of 175) sorted by relevance

1234567

/foundation/bundlemanager/bundle_framework/common/utils/src/
H A Dbundle_memory_guard.cpp27 int32_t ret1 = mallopt(M_SET_THREAD_CACHE, M_THREAD_CACHE_DISABLE); in BundleMemoryGuard() local
/foundation/ability/ability_lite/frameworks/ability_lite/example/entry/src/main/cpp/
H A Dservice_ability.cpp32 int32_t ret1 = 0; in MsgHandle() local
/foundation/ai/intelligent_voice_framework/utils/
H A Dmemory_guard.cpp28 int32_t ret1 = mallopt(M_SET_THREAD_CACHE, M_THREAD_CACHE_DISABLE); in MemoryGuard() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/linear_indicator/
H A Dlinear_indicator_pattern_test_ng.cpp38 auto ret1 = pattern_->CalcProgressWidth(progressWidth1); in HWTEST_F() local
/foundation/window/window_manager/wmserver/src/
H A Dmemory_guard.cpp29 int ret1 = mallopt(M_SET_THREAD_CACHE, M_THREAD_CACHE_DISABLE); // 0 indicates success in MemoryGuard() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallercheckuninstallinnerbundleinfo_fuzzer/
H A Dbasebundleinstallercheckuninstallinnerbundleinfo_fuzzer.cpp33 auto ret1 = basebundleinstall.CheckUninstallInnerBundleInfo(info, bundleName); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallercreatebundleanddatadir_fuzzer/
H A Dbasebundleinstallercreatebundleanddatadir_fuzzer.cpp32 auto ret1 = basebundleinstall.CreateBundleAndDataDir(info); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerprocessbundleuninstallnative_fuzzer/
H A Dbasebundleinstallerprocessbundleuninstallnative_fuzzer.cpp34 auto ret1 = basebundleinstall.ProcessBundleUnInstallNative(info, userId, bundleName); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerprocessbundleupdatestatus_fuzzer/
H A Dbasebundleinstallerprocessbundleupdatestatus_fuzzer.cpp34 auto ret1 = basebundleinstall.ProcessBundleUpdateStatus(oldInfo, newInfo, isReplace); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerremovebundle_fuzzer/
H A Dbasebundleinstallerremovebundle_fuzzer.cpp33 auto ret1 = basebundleinstall.RemoveBundle(info, isKeepData); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerremovemoduleanddatadir_fuzzer/
H A Dbasebundleinstallerremovemoduleanddatadir_fuzzer.cpp35 auto ret1 = basebundleinstall.RemoveModuleAndDataDir(info, modulePackage, userId, isKeepData); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerremovebundleanddatadir_fuzzer/
H A Dbasebundleinstallerremovebundleanddatadir_fuzzer.cpp33 auto ret1 = basebundleinstall.RemoveBundleAndDataDir(info, isKeepData); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstalleruninstallbundle_fuzzer/
H A Dbasebundleinstalleruninstallbundle_fuzzer.cpp33 auto ret1 = basebundleinstall.UninstallBundle(bundleName, installParam); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplcheckfileparam_fuzzer/
H A Dverifymanagerhostimplcheckfileparam_fuzzer.cpp34 auto ret1 = impl.CheckFileParam(abcPaths); in DoSomethingInterestingWithMyAPI() local
/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

Completed in 7 milliseconds

1234567