Home
last modified time | relevance | path

Searched refs:isDebug_ (Results 1 - 7 of 7) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_verify_mgr.cpp78 bool BundleVerifyMgr::isDebug_ = false; member in OHOS::AppExecFwk::BundleVerifyMgr
82 if (isDebug_) { in EnableDebug()
90 isDebug_ = true; in EnableDebug()
95 if (!isDebug_) { in DisableDebug()
100 isDebug_ = false; in DisableDebug()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_verify_mgr.h37 static bool isDebug_; member in OHOS::AppExecFwk::BundleVerifyMgr
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hap_verify_test/
H A Dbms_bundle_hap_verify_test.cpp144 EXPECT_TRUE(BundleVerifyMgr::isDebug_); in HWTEST_F()
156 EXPECT_FALSE(BundleVerifyMgr::isDebug_); in HWTEST_F()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_extension.cpp547 isDebug_ = true; in PublishIncrementalFile()
805 if (isDebug_) { in DoRestore()
847 if (!isDebug_) { in DealIncreUnPacketResult()
898 if (isDebug_) { in DoIncrementalRestore()
970 if (isDebug_) { in RestoreBigFilesForSpecialCloneCloud()
1027 if (isDebug_) { in RestoreTarForSpecialCloneCloud()
1070 if (isDebug_ && ret != ERR_OK) { in RestoreFilesForSpecialCloneCloud()
1164 if (isDebug_) { in RestoreOneBigFile()
1340 if (isDebug_) { in DealIncreRestoreBigAndTarFile()
1358 if (isDebug_) { in DealIncreRestoreBigAndTarFile()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dquick_fix_deployer.h132 bool isDebug_ = false; member in OHOS::AppExecFwk::final
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dext_extension.h308 bool isDebug_ {true};
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deployer.cpp33 const std::string &targetPath) : patchPaths_(bundleFilePaths), isDebug_(isDebug), targetPath_(targetPath) in QuickFixDeployer()
363 if (isDebug_ && (bundleInfo.applicationInfo.appProvisionType == Constants::APP_PROVISION_TYPE_DEBUG)) { in ProcessPatchDeployEnd()
915 if (!isDebug_ || bundleInfo.applicationInfo.appProvisionType != Constants::APP_PROVISION_TYPE_DEBUG) { in PrepareCodeSignatureParam()

Completed in 7 milliseconds