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:GetPsRegState
(Results
1 - 14
of
14
) sorted by relevance
/base/telephony/cellular_call/services/utils/include/
H
A
D
module_service_utils.h
111
RegServiceState
GetPsRegState
(int32_t slotId);
/base/telephony/cellular_call/services/utils/src/
H
A
D
module_service_utils.cpp
140
RegServiceState ModuleServiceUtils::
GetPsRegState
(int32_t slotId)
in GetPsRegState()
function in OHOS::Telephony::ModuleServiceUtils
142
return static_cast<RegServiceState>(CoreManagerInner::GetInstance().
GetPsRegState
(slotId));
in GetPsRegState()
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
i_network_search.h
83
virtual int32_t
GetPsRegState
(int32_t slotId) = 0;
H
A
D
core_manager_inner.h
197
int32_t
GetPsRegState
(int32_t slotId);
/base/telephony/cellular_data/test/mock/
H
A
D
mock_network_search.h
57
MOCK_METHOD1(
GetPsRegState
, int32_t(int32_t slotId));
/base/telephony/core_service/services/network_search/include/
H
A
D
network_search_manager.h
179
int32_t
GetPsRegState
(int32_t slotId) override;
/base/telephony/cellular_call/services/control/src/
H
A
D
ims_control.cpp
43
RegServiceState regState = moduleServiceUtils.
GetPsRegState
(callInfo.slotId);
in Dial()
/base/telephony/core_service/test/unittest/core_service_gtest/
H
A
D
core_service_native_branch_test.cpp
329
EXPECT_EQ(mInner.
GetPsRegState
(-1), TELEPHONY_ERROR);
in HWTEST_F()
H
A
D
zero_branch_test.cpp
1025
EXPECT_EQ(mInner.
GetPsRegState
(0), -1);
in HWTEST_F()
2210
EXPECT_EQ(networkSearchManager->
GetPsRegState
(INVALID_SLOTID), TELEPHONY_ERROR);
in HWTEST_F()
/base/telephony/core_service/frameworks/native/src/
H
A
D
core_manager_inner.cpp
1377
int32_t CoreManagerInner::
GetPsRegState
(int32_t slotId)
in GetPsRegState()
function in OHOS::Telephony::CoreManagerInner
1383
return networkSearchManager_->
GetPsRegState
(slotId);
in GetPsRegState()
/base/telephony/cellular_data/services/src/
H
A
D
cellular_data_handler.cpp
565
bool attached = coreInner.
GetPsRegState
(slotId_) == (int32_t)RegServiceState::REG_STATE_IN_SERVICE;
in CheckAttachAndSimState()
1686
bool attached = coreInner.
GetPsRegState
(slotId_) == (int32_t)RegServiceState::REG_STATE_IN_SERVICE;
in PsDataRatChanged()
/base/telephony/cellular_call/test/unittest/cstest/
H
A
D
cs2_test.cpp
1275
moduleServiceUtils.
GetPsRegState
(SIM1_SLOTID);
in HWTEST_F()
/base/telephony/core_service/services/network_search/src/
H
A
D
network_search_manager.cpp
462
int32_t NetworkSearchManager::
GetPsRegState
(int32_t slotId)
in GetPsRegState()
function in OHOS::Telephony::NetworkSearchManager
469
TELEPHONY_LOGD("NetworkSearchManager::
GetPsRegState
regState=%{public}s(%{public}d) slotId:%{public}d",
in GetPsRegState()
473
TELEPHONY_LOGE("NetworkSearchManager::
GetPsRegState
failed due to nullptr!");
in GetPsRegState()
475
TELEPHONY_LOGE("NetworkSearchManager::
GetPsRegState
Failed slotId:%{public}d", slotId);
in GetPsRegState()
H
A
D
network_search_handler.cpp
1475
networkSearchManager->
GetPsRegState
(slotId) ==
in RadioResidentNetworkChange()
Completed in 30 milliseconds