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:subscriberPtr_
(Results
1 - 9
of
9
) sorted by relevance
/base/powermgr/battery_statistics/services/native/src/
H
A
D
battery_stats_service.cpp
98
if (!OHOS::EventFwk::CommonEventManager::UnSubscribeCommonEvent(
subscriberPtr_
)) {
in OnStop()
158
if (!
subscriberPtr_
) {
in SubscribeCommonEvent()
159
subscriberPtr_
= std::make_shared<BatteryStatsSubscriber>(subscribeInfo);
in SubscribeCommonEvent()
161
result = CommonEventManager::SubscribeCommonEvent(
subscriberPtr_
);
in SubscribeCommonEvent()
/base/powermgr/battery_statistics/test/unittest/src/servicetest/
H
A
D
stats_service_subscriber_test.cpp
60
if (g_statsService->
subscriberPtr_
== nullptr) {
in SetUpTestCase()
63
g_statsService->
subscriberPtr_
= std::make_shared<BatteryStatsSubscriber>(subscribeInfo);
in SetUpTestCase()
74
g_statsService->
subscriberPtr_
= nullptr;
in TearDownTestCase()
99
if (service->
subscriberPtr_
!= nullptr) {
in PublishChangedEvent()
100
g_statsService->
subscriberPtr_
->OnReceiveEvent(data);
in PublishChangedEvent()
/base/powermgr/thermal_manager/services/native/src/
H
A
D
thermal_service.cpp
127
if (!
subscriberPtr_
) {
in SubscribeCommonEvent()
128
subscriberPtr_
= std::make_shared<AirplaneCommonEventSubscriber>(subscribeInfo);
in SubscribeCommonEvent()
130
result = CommonEventManager::SubscribeCommonEvent(
subscriberPtr_
);
in SubscribeCommonEvent()
386
if (!OHOS::EventFwk::CommonEventManager::UnSubscribeCommonEvent(
subscriberPtr_
)) {
in OnStop()
/base/powermgr/battery_statistics/services/native/include/
H
A
D
battery_stats_service.h
72
std::shared_ptr<EventFwk::CommonEventSubscriber>
subscriberPtr_
;
member in OHOS::PowerMgr::final
/base/telephony/call_manager/services/call/src/
H
A
D
call_control_manager.cpp
1448
:
subscriberPtr_
(subscriberPtr)
in SystemAbilityListener()
1458
if (
subscriberPtr_
== nullptr) {
in OnAddSystemAbility()
1463
bool subscribeResult = EventFwk::CommonEventManager::SubscribeCommonEvent(
subscriberPtr_
);
in OnAddSystemAbility()
1476
if (
subscriberPtr_
== nullptr) {
in OnRemoveSystemAbility()
1481
bool subscribeResult = EventFwk::CommonEventManager::UnSubscribeCommonEvent(
subscriberPtr_
);
in OnRemoveSystemAbility()
1517
std::shared_ptr<CallBroadcastSubscriber>
subscriberPtr_
=
in BroadcastSubscriber()
local
1519
if (
subscriberPtr_
== nullptr) {
in BroadcastSubscriber()
1520
TELEPHONY_LOGE("CallControlManager::BroadcastSubscriber
subscriberPtr_
is nullptr");
in BroadcastSubscriber()
1554
new (std::nothrow) SystemAbilityListener(
subscriberPtr_
);
in BroadcastSubscriber()
/base/powermgr/thermal_manager/services/native/include/
H
A
D
thermal_service.h
218
std::shared_ptr<EventFwk::CommonEventSubscriber>
subscriberPtr_
;
member in OHOS::PowerMgr::final
/base/telephony/call_manager/services/call/include/
H
A
D
call_control_manager.h
149
std::shared_ptr<CallBroadcastSubscriber>
subscriberPtr_
;
member in OHOS::Telephony::CallControlManager::SystemAbilityListener
/base/powermgr/power_manager/services/native/src/
H
A
D
power_mgr_service.cpp
623
if (!OHOS::EventFwk::CommonEventManager::UnSubscribeCommonEvent(
subscriberPtr_
)) {
in OnStop()
1869
if (!
subscriberPtr_
) {
in SubscribeCommonEvent()
1870
subscriberPtr_
= std::make_shared<PowerCommonEventSubscriber>(subscribeInfo);
in SubscribeCommonEvent()
1872
bool result = CommonEventManager::SubscribeCommonEvent(
subscriberPtr_
);
in SubscribeCommonEvent()
/base/powermgr/power_manager/services/native/include/
H
A
D
power_mgr_service.h
358
std::shared_ptr<EventFwk::CommonEventSubscriber>
subscriberPtr_
{nullptr};
Completed in 10 milliseconds