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:stateManager_
(Results
1 - 13
of
13
) sorted by relevance
/base/telephony/core_service/test/fuzztest/updatesmsicc_fuzzer/
H
A
D
updatesmsicc_fuzzer.cpp
46
auto
stateManager_
= std::make_shared<SimStateManager>(telRilManager_);
in DoSomethingInterestingWithMyAPI()
local
47
auto simSmsController = std::make_shared<SimSmsController>(
stateManager_
);
in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/test/fuzztest/updatevoicemail_fuzzer/
H
A
D
updatevoicemail_fuzzer.cpp
57
auto
stateManager_
= std::make_shared<SimStateManager>(telRilManager_);
in DoSomethingInterestingWithMyAPI()
local
58
auto ruimFile = std::make_shared<RuimFile>(
stateManager_
);
in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/services/sim/src/
H
A
D
sim_sms_manager.cpp
25
: telRilManager_(telRilManager), simFileManager_(simFileManager),
stateManager_
(simStateManager)
in SimSmsManager()
52
smsController_ = std::make_shared<SimSmsController>(
stateManager_
);
in Init()
H
A
D
icc_file.cpp
40
: TelEventHandler(name),
stateManager_
(simStateManager)
in IccFile()
42
if (
stateManager_
== nullptr) {
in IccFile()
91
if (
stateManager_
!= nullptr) {
in Init()
92
stateManager_
->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_READY);
in Init()
93
stateManager_
->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_LOCKED);
in Init()
94
stateManager_
->RegisterCoreNotify(shared_from_this(), RadioEvent::RADIO_SIM_STATE_SIMLOCK);
in Init()
714
if (
stateManager_
!= nullptr) {
in NotifyRegistrySimState()
715
stateManager_
->SetSimState(state);
in NotifyRegistrySimState()
725
return (
stateManager_
!= nullptr) ?
stateManager_
in HasSimCard()
[all...]
H
A
D
isim_file.cpp
92
if (
stateManager_
!= nullptr) {
in OnAllFilesFetched()
93
CardType cardType =
stateManager_
->GetCardType();
in OnAllFilesFetched()
106
if (
stateManager_
== nullptr) {
in ProcessIccReady()
107
TELEPHONY_LOGE("
stateManager_
is nullptr!");
in ProcessIccReady()
110
if (
stateManager_
->GetCardType() != CardType::SINGLE_MODE_ISIM_CARD) {
in ProcessIccReady()
H
A
D
sim_sms_controller.cpp
27
: TelEventHandler("SimSmsController"),
stateManager_
(simStateManager)
in SimSmsController()
278
if (
stateManager_
!= nullptr) {
in IsCdmaCardType()
279
CardType type =
stateManager_
->GetCardType();
in IsCdmaCardType()
H
A
D
ruim_file.cpp
132
if (
stateManager_
!= nullptr) {
in OnAllFilesFetched()
133
CardType cardType =
stateManager_
->GetCardType();
in OnAllFilesFetched()
143
if (
stateManager_
->GetCardType() != CardType::SINGLE_MODE_RUIM_CARD) {
in ProcessIccReady()
H
A
D
sim_file.cpp
234
if (
stateManager_
!= nullptr) {
in OnAllFilesFetched()
235
CardType cardType =
stateManager_
->GetCardType();
in OnAllFilesFetched()
248
CardType cardType =
stateManager_
->GetCardType();
in ProcessIccReady()
/base/telephony/core_service/services/sim/include/
H
A
D
sim_sms_manager.h
46
std::shared_ptr<SimStateManager>
stateManager_
= nullptr;
member in OHOS::Telephony::SimSmsManager
H
A
D
sim_sms_controller.h
56
std::shared_ptr<SimStateManager>
stateManager_
= nullptr;
member in OHOS::Telephony::SimSmsController
H
A
D
icc_file.h
118
std::shared_ptr<SimStateManager>
stateManager_
= nullptr;
member in OHOS::Telephony::IccFile
/base/telephony/core_service/test/unittest/icc_file_gtest/
H
A
D
icc_file_gtest.cpp
163
EXPECT_EQ(iccFile->
stateManager_
, nullptr);
in HWTEST_F()
/base/telephony/core_service/test/unittest/core_service_gtest/
H
A
D
zero_branch_test_sim_ril.cpp
1283
simSmsController->
stateManager_
= std::make_shared<SimStateManager>(telRilManager);
in HWTEST_F()
1284
simSmsController->
stateManager_
->simStateHandle_ = std::make_shared<SimStateHandle>(simStateManager);
in HWTEST_F()
1285
simSmsController->
stateManager_
->simStateHandle_->externalType_ = CardType::SINGLE_MODE_RUIM_CARD;
in HWTEST_F()
Completed in 13 milliseconds