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:IsProcessDebug
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimodalinput/input/service/module_loader/include/
H
A
D
watchdog_task.h
29
bool
IsProcessDebug
(int32_t pid);
/foundation/multimodalinput/input/service/module_loader/src/
H
A
D
watchdog_task.cpp
82
bool WatchdogTask::
IsProcessDebug
(int32_t pid)
in IsProcessDebug()
function in OHOS::MMI::WatchdogTask
143
if (
IsProcessDebug
(pid)) {
in SendEvent()
/foundation/ability/ability_runtime/test/unittest/dfr_test/appfreeze_manager_test/
H
A
D
appfreeze_manager_test.cpp
201
result = appfreezeManager->
IsProcessDebug
(pid, "Test");
in HWTEST_F()
247
EXPECT_TRUE(appfreezeManager->
IsProcessDebug
(pid, bundleName));
in HWTEST_F()
249
EXPECT_TRUE(!appfreezeManager->
IsProcessDebug
(pid, bundleName));
in HWTEST_F()
/foundation/multimodalinput/input/service/module_loader/test/
H
A
D
watchdog_task_test.cpp
83
* @tc.desc: Test the function
IsProcessDebug
92
bool ret = watchdogtask.
IsProcessDebug
(pid);
in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/abilityappfreezemanager_fuzzer/
H
A
D
abilityappfreezemanager_fuzzer.cpp
67
freeze->
IsProcessDebug
(pid, processName);
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/appdfr/include/
H
A
D
appfreeze_manager.h
81
bool
IsProcessDebug
(int32_t pid, std::string bundleName);
/foundation/ability/ability_runtime/services/appdfr/src/
H
A
D
appfreeze_manager.cpp
485
bool AppfreezeManager::
IsProcessDebug
(int32_t pid, std::string bundleName)
in IsProcessDebug()
function in OHOS::AppExecFwk::AppfreezeManager
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
app_mgr_service_inner.cpp
5834
if (AppExecFwk::AppfreezeManager::GetInstance()->
IsProcessDebug
(pid, bundleName)) {
in NotifyAppFault()
5968
if (AppExecFwk::AppfreezeManager::GetInstance()->
IsProcessDebug
(pid, bundleName)) {
in TransformedNotifyAppFault()
Completed in 15 milliseconds