Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:isDebug_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_verify_mgr.cpp
78
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
D
bundle_verify_mgr.h
37
static bool
isDebug_
;
member in OHOS::AppExecFwk::BundleVerifyMgr
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hap_verify_test/
H
A
D
bms_bundle_hap_verify_test.cpp
144
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
D
ext_extension.cpp
547
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
D
quick_fix_deployer.h
132
bool
isDebug_
= false;
member in OHOS::AppExecFwk::final
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H
A
D
ext_extension.h
308
bool
isDebug_
{true};
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H
A
D
quick_fix_deployer.cpp
33
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 9 milliseconds