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:GetCreatorPid
(Results
1 - 9
of
9
) sorted by relevance
/foundation/resourceschedule/device_standby/plugins/message_listener/src/
H
A
D
background_task_listener.cpp
81
continuousTaskCallbackInfo->
GetCreatorPid
(), "");
in OnContinuousTaskStart()
89
continuousTaskCallbackInfo->
GetCreatorPid
(), "");
in OnContinuousTaskStop()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H
A
D
bg_task_observer.cpp
67
pid_t pid = ctInfo->
GetCreatorPid
();
in OnContinuousTaskStart()
85
pid_t pid = ctInfo->
GetCreatorPid
();
in OnContinuousTaskStop()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/include/
H
A
D
background_task_observer.h
70
return eventData->GetCreatorUid() > 0 && eventData->
GetCreatorPid
() >= 0
in ValidateTaskInfo()
82
return std::to_string(eventData->
GetCreatorPid
()) + "," +
in PackPayload()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/
H
A
D
background_task_observer.cpp
100
payload["pid"] = std::to_string(continuousTaskCallbackInfo->
GetCreatorPid
());
in MarshallingContinuousTaskCallbackInfo()
121
auto pid = continuousTaskCallbackInfo->
GetCreatorPid
();
in OnContinuousTaskStart()
145
auto pid = continuousTaskCallbackInfo->
GetCreatorPid
();
in OnContinuousTaskStop()
170
auto pid = continuousTaskCallbackInfo->
GetCreatorPid
();
in OnContinuousTaskUpdate()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
background_task_observer.cpp
42
appManager_->SetContinuousTaskProcess(continuousTaskCallbackInfo->
GetCreatorPid
(), true);
in OnContinuousTaskStart()
56
appManager_->SetContinuousTaskProcess(continuousTaskCallbackInfo->
GetCreatorPid
(), false);
in OnContinuousTaskStop()
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/
H
A
D
continuous_task_callback_info.h
55
pid_t
GetCreatorPid
() const;
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/
H
A
D
continuous_task_callback_info.cpp
51
pid_t ContinuousTaskCallbackInfo::
GetCreatorPid
() const
in GetCreatorPid()
function in OHOS::BackgroundTaskMgr::ContinuousTaskCallbackInfo
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H
A
D
bundle_active_continuous_task_observer.cpp
86
pid_t pid = continuousTaskCallbackInfo->
GetCreatorPid
();
in ReportContinuousTaskEvent()
/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/bgtask_manager_client_test/
H
A
D
bgtask_client_unit_test.cpp
451
EXPECT_EQ(info3->
GetCreatorPid
(), 1);
in HWTEST_F()
Completed in 4 milliseconds