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:IsAttachDebug
(Results
1 - 22
of
22
) sorted by relevance
/foundation/ability/ability_runtime/services/appmgr/include/
H
A
D
app_debug_manager.h
35
bool
IsAttachDebug
(const std::string &bundleName);
H
A
D
ams_mgr_scheduler.h
362
bool
IsAttachDebug
(const std::string &bundleName) override;
H
A
D
app_mgr_service_inner.h
1097
bool
IsAttachDebug
(const std::string &bundleName);
/foundation/ability/ability_runtime/test/unittest/app_debug_manager_test/
H
A
D
app_debug_manager_test.cpp
167
auto result = manager_->
IsAttachDebug
(DEBUG_START_NAME);
in HWTEST_F()
170
result = manager_->
IsAttachDebug
(NO_DEBUG_START_NAME);
in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/abilityappdebugmanager_fuzzer/
H
A
D
abilityappdebugmanager_fuzzer.cpp
47
manager->
IsAttachDebug
(stringParam);
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H
A
D
mock_ams_mgr_scheduler.h
61
MOCK_METHOD1(
IsAttachDebug
, bool(const std::string &bundleName));
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H
A
D
ams_mgr_interface.h
368
virtual bool
IsAttachDebug
(const std::string &bundleName) = 0;
H
A
D
ams_mgr_proxy.h
330
bool
IsAttachDebug
(const std::string &bundleName) override;
H
A
D
app_mgr_client.h
666
bool
IsAttachDebug
(const std::string &bundleName);
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
app_debug_manager.cpp
117
bool AppDebugManager::
IsAttachDebug
(const std::string &bundleName)
in IsAttachDebug()
function in OHOS::AppExecFwk::AppDebugManager
H
A
D
ams_mgr_scheduler.cpp
598
bool AmsMgrScheduler::
IsAttachDebug
(const std::string &bundleName)
in IsAttachDebug()
function in OHOS::AppExecFwk::AmsMgrScheduler
604
return amsMgrServiceInner_->
IsAttachDebug
(bundleName);
in IsAttachDebug()
H
A
D
app_mgr_service_inner.cpp
3537
if (appDebugManager_->
IsAttachDebug
(bundleName)) {
in ProcessAppDebug()
6734
bool AppMgrServiceInner::
IsAttachDebug
(const std::string &bundleName)
in NotifyAppFaultBySA()
function in OHOS::AppExecFwk::AppMgrServiceInner
6746
return appDebugManager_->
IsAttachDebug
(bundleName);
in NotifyAppFaultBySA()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
app_scheduler.cpp
577
bool AppScheduler::
IsAttachDebug
(const std::string &bundleName)
in IsAttachDebug()
function in OHOS::AAFwk::AppScheduler
580
auto ret = static_cast<int32_t>(appMgrClient_->
IsAttachDebug
(bundleName));
in IsAttachDebug()
H
A
D
ability_record.cpp
352
auto isAttachDebug = DelayedSingleton<AppScheduler>::GetInstance()->
IsAttachDebug
(abilityInfo_.bundleName);
in LoadAbility()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
app_scheduler.h
512
bool
IsAttachDebug
(const std::string &bundleName);
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/
H
A
D
ams_mgr_scheduler_test.cpp
1354
* Function:
IsAttachDebug
1356
* FunctionPoints: AmsMgrScheduler
IsAttachDebug
1365
auto iret = amsMgrScheduler->
IsAttachDebug
(bundleName);
in HWTEST_F()
1371
* Function:
IsAttachDebug
1373
* FunctionPoints: AmsMgrScheduler
IsAttachDebug
1375
* CaseDescription:
IsAttachDebug
1384
auto iret = amsMgrScheduler->
IsAttachDebug
(bundleName);
in HWTEST_F()
/foundation/ability/ability_runtime/services/appdfr/src/
H
A
D
appfreeze_manager.cpp
108
return !DelayedSingleton<AppExecFwk::AppMgrClient>::GetInstance()->
IsAttachDebug
(bundleName);
in IsHandleAppfreeze()
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_second_test/
H
A
D
ams_mgr_scheduler_second_test.cpp
1607
* @tc.desc: Test
IsAttachDebug
1621
auto ret = amsMgrScheduler->
IsAttachDebug
("");
in HWTEST_F()
1628
* @tc.desc: Test
IsAttachDebug
1644
auto ret = amsMgrScheduler->
IsAttachDebug
("testBundleName");
in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H
A
D
app_mgr_client.cpp
1045
bool AppMgrClient::
IsAttachDebug
(const std::string &bundleName)
in IsAttachDebug()
function in OHOS::AppExecFwk::AppMgrClient
1050
return amsService_->
IsAttachDebug
(bundleName);
in IsAttachDebug()
H
A
D
ams_mgr_stub.cpp
748
auto result =
IsAttachDebug
(bundleName);
in HandleIsAttachDebug()
H
A
D
ams_mgr_proxy.cpp
1117
bool AmsMgrProxy::
IsAttachDebug
(const std::string &bundleName)
in IsAttachDebug()
function in OHOS::AppExecFwk::AmsMgrProxy
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H
A
D
app_mgr_client_test.cpp
1242
* @tc.desc:
IsAttachDebug
.
1249
appMgrClient->
IsAttachDebug
(bundleName);
in HWTEST_F()
Completed in 48 milliseconds