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:appDebugManager_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/
H
A
D
app_mgr_service_inner_second_test.cpp
1633
appMgrServiceInner->
appDebugManager_
= nullptr;
in HWTEST_F()
1665
EXPECT_EQ(appMgrServiceInner->
appDebugManager_
->debugInfos_.size(), 0);
in HWTEST_F()
1991
appMgrServiceInner->
appDebugManager_
= nullptr;
in HWTEST_F()
1993
EXPECT_EQ(appMgrServiceInner->
appDebugManager_
, nullptr);
in HWTEST_F()
1995
appMgrServiceInner->
appDebugManager_
= std::make_shared<AppDebugManager>();
in HWTEST_F()
1997
EXPECT_NE(appMgrServiceInner->
appDebugManager_
, nullptr);
in HWTEST_F()
1999
appMgrServiceInner->
appDebugManager_
= nullptr;
in HWTEST_F()
2011
appMgrServiceInner->
appDebugManager_
= std::make_shared<AppDebugManager>();
in HWTEST_F()
2025
appMgrServiceInner->
appDebugManager_
->debugInfos_.push_back(adinfo);
in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
app_mgr_service_inner.cpp
309
appDebugManager_
(std::make_shared<AppDebugManager>()),
in AppMgrServiceInner()
3514
if (appRecord == nullptr ||
appDebugManager_
== nullptr) {
in ProcessAppDebug()
3515
TAG_LOGE(AAFwkTag::APPMGR, "appRecord or
appDebugManager_
null");
in ProcessAppDebug()
3522
appDebugManager_
->StartDebug(debugInfos);
in ProcessAppDebug()
3537
if (
appDebugManager_
->IsAttachDebug(bundleName)) {
in ProcessAppDebug()
3712
if (
appDebugManager_
!= nullptr) {
in ClearAppRunningData()
3714
appDebugManager_
->RemoveAppDebugInfo(info);
in ClearAppRunningData()
3836
if (
appDebugManager_
) {
in TerminateApplication()
3838
appDebugManager_
->RemoveAppDebugInfo(info);
in TerminateApplication()
6412
if (
appDebugManager_
in NotifyAppFaultBySA()
[all...]
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H
A
D
app_mgr_service_inner_test.cpp
3500
appMgrServiceInner->
appDebugManager_
= std::make_shared<AppDebugManager>();
in HWTEST_F()
3503
appMgrServiceInner->
appDebugManager_
= nullptr;
in HWTEST_F()
3518
appMgrServiceInner->
appDebugManager_
= std::make_shared<AppDebugManager>();
in HWTEST_F()
3521
appMgrServiceInner->
appDebugManager_
= nullptr;
in HWTEST_F()
3537
appMgrServiceInner->
appDebugManager_
= std::make_shared<AppDebugManager>();
in HWTEST_F()
3553
appMgrServiceInner->
appDebugManager_
= std::make_shared<AppDebugManager>();
in HWTEST_F()
3569
appMgrServiceInner->
appDebugManager_
= std::make_shared<AppDebugManager>();
in HWTEST_F()
3585
appMgrServiceInner->
appDebugManager_
= std::make_shared<AppDebugManager>();
in HWTEST_F()
3657
appMgrServiceInner->
appDebugManager_
= std::make_shared<AppDebugManager>();
in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/include/
H
A
D
app_mgr_service_inner.h
1861
std::shared_ptr<AppDebugManager>
appDebugManager_
;
member in OHOS::AppExecFwk::AppMgrServiceInner
Completed in 26 milliseconds