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:sub_
(Results
1 - 5
of
5
) sorted by relevance
/base/telephony/core_service/services/network_search/src/
H
A
D
device_state_observer.cpp
206
:
sub_
(sub), callback_(callback)
in SystemAbilityStatusChangeListener()
213
if (
sub_
== nullptr ||
sub_
->GetEventHandler() == nullptr) {
in OnAddSystemAbility()
214
TELEPHONY_LOGE("
sub_
is nullptr or eventHandler is nullptr");
in OnAddSystemAbility()
221
sub_
->GetEventHandler()->ProcessScreenDisplay(powerMgrClient.IsScreenOn());
in OnAddSystemAbility()
223
sub_
->GetEventHandler()->ProcessPowerSaveMode(
in OnAddSystemAbility()
231
sub_
->GetEventHandler()->ProcessChargingState(
in OnAddSystemAbility()
237
bool subscribeResult = EventFwk::CommonEventManager::SubscribeCommonEvent(
sub_
);
in OnAddSystemAbility()
249
sub_
->GetEventHandler()->ProcessNetSharingState(isSharing == NetManagerStandard::NETWORKSHARE_IS_SHARING);
in OnAddSystemAbility()
266
if (
sub_
in OnRemoveSystemAbility()
[all...]
/base/telephony/sms_mms/services/sms/
H
A
D
sms_state_observer.cpp
119
:
sub_
(sub)
in SystemAbilityStatusChangeListener()
129
if (
sub_
== nullptr) {
in OnAddSystemAbility()
130
TELEPHONY_LOGE("OnAddSystemAbility COMMON_EVENT_SERVICE_ID
sub_
is nullptr");
in OnAddSystemAbility()
133
bool subscribeResult = EventFwk::CommonEventManager::SubscribeCommonEvent(
sub_
);
in OnAddSystemAbility()
144
if (
sub_
== nullptr) {
in OnRemoveSystemAbility()
148
bool subscribeResult = CommonEventManager::UnSubscribeCommonEvent(
sub_
);
in OnRemoveSystemAbility()
/base/telephony/sms_mms/services/sms/include/
H
A
D
sms_state_observer.h
71
std::shared_ptr<SmsStateEventSubscriber>
sub_
= nullptr;
member in OHOS::Telephony::SmsStateObserver::SystemAbilityStatusChangeListener
/base/telephony/core_service/services/network_search/include/
H
A
D
device_state_observer.h
110
std::shared_ptr<DeviceStateEventSubscriber>
sub_
= nullptr;
member in OHOS::Telephony::DeviceStateObserver::SystemAbilityStatusChangeListener
/base/telephony/sms_mms/test/gtest/
H
A
D
zero_branch_cb_test.cpp
1190
EXPECT_TRUE(sysAbilityStatus->
sub_
== nullptr);
in HWTEST_F()
1214
EXPECT_TRUE(sysAbilityStatus->
sub_
== nullptr);
in HWTEST_F()
1220
EXPECT_TRUE(sysAbilityStatus->
sub_
!= nullptr);
in HWTEST_F()
Completed in 4 milliseconds