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:reportHandler_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H
A
D
bundle_active_app_state_obsever.cpp
30
reportHandler_
= reportHandler;
in Init()
74
if (
reportHandler_
!= nullptr) {
in OnAbilityStateChanged()
77
reportHandler_
->SendEvent(BundleActiveReportHandler::MSG_REPORT_EVENT, handlerobjToPtr);
in OnAbilityStateChanged()
H
A
D
bundle_active_continuous_task_observer.cpp
32
reportHandler_
= reportHandler;
in Init()
114
if (
reportHandler_
!= nullptr) {
in ReportContinuousTaskEvent()
118
reportHandler_
->SendEvent(BundleActiveReportHandler::MSG_REPORT_EVENT, handlerobjToPtr);
in ReportContinuousTaskEvent()
H
A
D
bundle_active_service.cpp
131
if (
reportHandler_
== nullptr) {
in InitService()
132
reportHandler_
= std::make_shared<BundleActiveReportHandler>();
in InitService()
133
if (
reportHandler_
== nullptr) {
in InitService()
136
reportHandler_
->Init(bundleActiveCore_);
in InitService()
138
if (
reportHandler_
!= nullptr && bundleActiveCore_ != nullptr) {
in InitService()
140
bundleActiveCore_->SetHandler(
reportHandler_
);
in InitService()
156
InitAppStateSubscriber(
reportHandler_
);
in InitService()
157
InitContinuousSubscriber(
reportHandler_
);
in InitService()
259
reportHandler_
->SendEvent(BundleActiveReportHandler::MSG_REPORT_EVENT, handlerobjToPtr);
in ReportEvent()
/foundation/resourceschedule/device_usage_statistics/services/common/include/
H
A
D
bundle_active_app_state_observer.h
57
std::shared_ptr<BundleActiveReportHandler>
reportHandler_
;
member in OHOS::DeviceUsageStats::BundleActiveAppStateObserver
H
A
D
bundle_active_continuous_task_observer.h
45
std::shared_ptr<BundleActiveReportHandler>
reportHandler_
;
member in OHOS::DeviceUsageStats::BundleActiveContinuousTaskObserver
H
A
D
bundle_active_service.h
215
std::shared_ptr<BundleActiveReportHandler>
reportHandler_
;
member in OHOS::DeviceUsageStats::BundleActiveService
Completed in 3 milliseconds