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:tmpHandlerobj
(Results
1 - 3
of
3
) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H
A
D
bundle_active_report_handler.cpp
106
BundleActiveReportHandlerObject
tmpHandlerobj
= *handlerobj;
in ProcessEvent()
local
109
ProcessReportEvent(
tmpHandlerobj
);
in ProcessEvent()
113
ProcessFlushToDiskEvent(
tmpHandlerobj
);
in ProcessEvent()
117
ProcessRmoveUserEvent(
tmpHandlerobj
);
in ProcessEvent()
121
ProcessUserSwitchEvent(
tmpHandlerobj
);
in ProcessEvent()
125
ProcessBundleUninstallEvent(
tmpHandlerobj
);
in ProcessEvent()
129
ProcessBundleInstallEvent(
tmpHandlerobj
);
in ProcessEvent()
138
void BundleActiveReportHandler::ProcessReportEvent(BundleActiveReportHandlerObject&
tmpHandlerobj
)
in ProcessReportEvent()
argument
141
if (BundleActiveEvent::IsAppStateEvent(
tmpHandlerobj
.event_.eventId_) &&
in ProcessReportEvent()
142
bundleActiveCore_->isUninstalledApp(
tmpHandlerobj
in ProcessReportEvent()
149
ProcessFlushToDiskEvent(const BundleActiveReportHandlerObject&
tmpHandlerobj
)
ProcessFlushToDiskEvent()
argument
161
ProcessRmoveUserEvent(const BundleActiveReportHandlerObject&
tmpHandlerobj
)
ProcessRmoveUserEvent()
argument
167
ProcessUserSwitchEvent(const BundleActiveReportHandlerObject&
tmpHandlerobj
)
ProcessUserSwitchEvent()
argument
173
ProcessBundleUninstallEvent(const BundleActiveReportHandlerObject&
tmpHandlerobj
)
ProcessBundleUninstallEvent()
argument
180
ProcessBundleInstallEvent(const BundleActiveReportHandlerObject&
tmpHandlerobj
)
ProcessBundleInstallEvent()
argument
[all...]
/foundation/resourceschedule/device_usage_statistics/services/packageusage/include/
H
A
D
bundle_active_report_handler.h
52
void ProcessReportEvent(BundleActiveReportHandlerObject&
tmpHandlerobj
);
53
void ProcessFlushToDiskEvent(const BundleActiveReportHandlerObject&
tmpHandlerobj
);
54
void ProcessRmoveUserEvent(const BundleActiveReportHandlerObject&
tmpHandlerobj
);
55
void ProcessUserSwitchEvent(const BundleActiveReportHandlerObject&
tmpHandlerobj
);
56
void ProcessBundleUninstallEvent(const BundleActiveReportHandlerObject&
tmpHandlerobj
);
57
void ProcessBundleInstallEvent(const BundleActiveReportHandlerObject&
tmpHandlerobj
);
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H
A
D
bundle_active_group_handler.cpp
115
BundleActiveGroupHandlerObject
tmpHandlerobj
= *handlerobj;
in GetMsgKey()
local
116
return std::to_string(eventId) + "_" + std::to_string(
tmpHandlerobj
.userId_) + "_" +
in GetMsgKey()
117
std::to_string(
tmpHandlerobj
.uid_) + "_" +
tmpHandlerobj
.bundleName_ + "_" + std::to_string(delayTime);
in GetMsgKey()
192
BundleActiveGroupHandlerObject
tmpHandlerobj
= *handlerobj;
in ProcessEvent()
local
196
tmpHandlerobj
.bundleName_,
tmpHandlerobj
.userId_,
tmpHandlerobj
.uid_, bootBasedTimeStamp);
in ProcessEvent()
197
bundleActiveGroupController_->RestoreToDatabase(
tmpHandlerobj
.userId_);
in ProcessEvent()
214
BundleActiveGroupHandlerObject
tmpHandlerobj
in ProcessEvent()
local
[all...]
Completed in 2 milliseconds