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:isAppDebug
(Results
1 - 5
of
5
) sorted by relevance
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/dfr/
H
A
D
appfreeze_inner.h
49
void SetAppDebug(bool
isAppDebug
);
/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H
A
D
appfreeze_inner.cpp
277
void AppfreezeInner::SetAppDebug(bool
isAppDebug
)
in SetAppDebug()
argument
279
isAppDebug_ =
isAppDebug
;
in SetAppDebug()
/foundation/ability/ability_runtime/services/appmgr/include/
H
A
D
app_mgr_service_inner.h
1693
int32_t NotifyAbilitiesDebugChange(const std::string &bundleName, const bool &
isAppDebug
);
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H
A
D
app_mgr_service_inner_test.cpp
3655
bool
isAppDebug
= true;
in HWTEST_F()
local
3658
auto result = appMgrServiceInner->NotifyAbilitiesDebugChange(bundleName,
isAppDebug
);
in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
app_mgr_service_inner.cpp
6697
int32_t AppMgrServiceInner::NotifyAbilitiesDebugChange(const std::string &bundleName, const bool &
isAppDebug
)
in NotifyAppFaultBySA()
argument
6707
isAppDebug
? abilityDebugResponse_->OnAbilitysDebugStarted(tokens) :
in NotifyAppFaultBySA()
Completed in 22 milliseconds