/foundation/bundlemanager/bundle_framework/common/utils/src/ |
H A D | bundle_memory_guard.cpp | 27 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 D | service_ability.cpp | 32 int32_t ret1 = 0; in MsgHandle() local
|
/foundation/ai/intelligent_voice_framework/utils/ |
H A D | memory_guard.cpp | 28 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 D | linear_indicator_pattern_test_ng.cpp | 38 auto ret1 = pattern_->CalcProgressWidth(progressWidth1); in HWTEST_F() local
|
/foundation/window/window_manager/wmserver/src/ |
H A D | memory_guard.cpp | 29 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 D | basebundleinstallercheckuninstallinnerbundleinfo_fuzzer.cpp | 33 auto ret1 = basebundleinstall.CheckUninstallInnerBundleInfo(info, bundleName); in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallercreatebundleanddatadir_fuzzer/ |
H A D | basebundleinstallercreatebundleanddatadir_fuzzer.cpp | 32 auto ret1 = basebundleinstall.CreateBundleAndDataDir(info); in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerprocessbundleuninstallnative_fuzzer/ |
H A D | basebundleinstallerprocessbundleuninstallnative_fuzzer.cpp | 34 auto ret1 = basebundleinstall.ProcessBundleUnInstallNative(info, userId, bundleName); in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerprocessbundleupdatestatus_fuzzer/ |
H A D | basebundleinstallerprocessbundleupdatestatus_fuzzer.cpp | 34 auto ret1 = basebundleinstall.ProcessBundleUpdateStatus(oldInfo, newInfo, isReplace); in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerremovebundle_fuzzer/ |
H A D | basebundleinstallerremovebundle_fuzzer.cpp | 33 auto ret1 = basebundleinstall.RemoveBundle(info, isKeepData); in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerremovemoduleanddatadir_fuzzer/ |
H A D | basebundleinstallerremovemoduleanddatadir_fuzzer.cpp | 35 auto ret1 = basebundleinstall.RemoveModuleAndDataDir(info, modulePackage, userId, isKeepData); in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerremovebundleanddatadir_fuzzer/ |
H A D | basebundleinstallerremovebundleanddatadir_fuzzer.cpp | 33 auto ret1 = basebundleinstall.RemoveBundleAndDataDir(info, isKeepData); in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstalleruninstallbundle_fuzzer/ |
H A D | basebundleinstalleruninstallbundle_fuzzer.cpp | 33 auto ret1 = basebundleinstall.UninstallBundle(bundleName, installParam); in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplcheckfileparam_fuzzer/ |
H A D | verifymanagerhostimplcheckfileparam_fuzzer.cpp | 34 auto ret1 = impl.CheckFileParam(abcPaths); in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimpldeleteabc_fuzzer/ |
H A D | verifymanagerhostimpldeleteabc_fuzzer.cpp | 33 auto ret1 = impl.DeleteAbc(path); in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/verifymanagerhostimplgetfilename_fuzzer/ |
H A D | verifymanagerhostimplgetfilename_fuzzer.cpp | 33 auto ret1 = impl.GetFileName(sourcePath, fileName); in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallercheckmultiplehapssigninfo_fuzzer/ |
H A D | basebundleinstallercheckmultiplehapssigninfo_fuzzer.cpp | 34 auto ret1 = basebundleinstall.CheckMultipleHapsSignInfo(bundlePaths, installParam, hapVerifyRes); in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerchecksyscap_fuzzer/ |
H A D | basebundleinstallerchecksyscap_fuzzer.cpp | 32 auto ret1 = basebundleinstall.CheckSysCap(bundlePaths); in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerextractmodule_fuzzer/ |
H A D | basebundleinstallerextractmodule_fuzzer.cpp | 33 auto ret1 = basebundleinstall.ExtractModule(info, modulePath); in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerinnerprocessbundleinstall_fuzzer/ |
H A D | basebundleinstallerinnerprocessbundleinstall_fuzzer.cpp | 35 auto ret1 = basebundleinstall.InnerProcessBundleInstall(newInfos, oldInfo, installParam, uid); in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerextractmodulefiles_fuzzer/ |
H A D | basebundleinstallerextractmodulefiles_fuzzer.cpp | 35 auto ret1 = basebundleinstall.ExtractModuleFiles(info, modulePath, targetSoPath, cpuAbi); in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerprocessbundleinstallnative_fuzzer/ |
H A D | basebundleinstallerprocessbundleinstallnative_fuzzer.cpp | 33 auto ret1 = basebundleinstall.ProcessBundleInstallNative(info, userId); in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerprocessrecover_fuzzer/ |
H A D | basebundleinstallerprocessrecover_fuzzer.cpp | 34 auto ret1 = basebundleinstall.ProcessRecover(bundleName, installParam, uid); in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerrecover_fuzzer/ |
H A D | basebundleinstallerrecover_fuzzer.cpp | 33 auto ret1 = basebundleinstall.Recover(bundleName, installParam); in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstalleruninstallbundlemodule_fuzzer/ |
H A D | basebundleinstalleruninstallbundlemodule_fuzzer.cpp | 34 auto ret1 = basebundleinstall.UninstallBundle(bundleName, modulePackage, installParam); in DoSomethingInterestingWithMyAPI() local
|