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:GetCsRegState
(Results
1 - 14
of
14
) sorted by relevance
/base/telephony/cellular_call/services/utils/include/
H
A
D
module_service_utils.h
109
RegServiceState
GetCsRegState
(int32_t slotId);
/base/telephony/cellular_call/services/utils/src/
H
A
D
module_service_utils.cpp
135
RegServiceState ModuleServiceUtils::
GetCsRegState
(int32_t slotId)
in GetCsRegState()
function in OHOS::Telephony::ModuleServiceUtils
137
return static_cast<RegServiceState>(CoreManagerInner::GetInstance().
GetCsRegState
(slotId));
in GetCsRegState()
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
i_network_search.h
90
virtual int32_t
GetCsRegState
(int32_t slotId) = 0;
H
A
D
core_manager_inner.h
198
int32_t
GetCsRegState
(int32_t slotId);
/base/telephony/cellular_data/test/mock/
H
A
D
mock_network_search.h
58
MOCK_METHOD1(
GetCsRegState
, int32_t(int32_t slotId));
/base/telephony/sms_mms/services/sms/
H
A
D
sms_network_policy_manager.cpp
137
voiceServiceState_ = CoreManagerInner::GetInstance().
GetCsRegState
(slotId_);
in GetRadioState()
/base/telephony/cellular_call/services/control/src/
H
A
D
cs_control.cpp
44
RegServiceState regState = moduleServiceUtils.
GetCsRegState
(callInfo.slotId);
in Dial()
/base/telephony/core_service/services/network_search/include/
H
A
D
network_search_manager.h
180
int32_t
GetCsRegState
(int32_t slotId) override;
/base/telephony/core_service/test/unittest/core_service_gtest/
H
A
D
core_service_native_branch_test.cpp
330
EXPECT_EQ(mInner.
GetCsRegState
(-1), TELEPHONY_ERROR);
in HWTEST_F()
H
A
D
zero_branch_test.cpp
1027
EXPECT_EQ(mInner.
GetCsRegState
(0), -1);
in HWTEST_F()
2211
EXPECT_EQ(networkSearchManager->
GetCsRegState
(INVALID_SLOTID), TELEPHONY_ERROR);
in HWTEST_F()
/base/telephony/core_service/frameworks/native/src/
H
A
D
core_manager_inner.cpp
1386
int32_t CoreManagerInner::
GetCsRegState
(int32_t slotId)
in GetCsRegState()
function in OHOS::Telephony::CoreManagerInner
1392
return networkSearchManager_->
GetCsRegState
(slotId);
in GetCsRegState()
/base/telephony/cellular_call/test/unittest/cstest/
H
A
D
cs2_test.cpp
1274
moduleServiceUtils.
GetCsRegState
(SIM1_SLOTID);
in HWTEST_F()
/base/telephony/core_service/services/network_search/src/
H
A
D
network_search_manager.cpp
479
int32_t NetworkSearchManager::
GetCsRegState
(int32_t slotId)
in GetCsRegState()
function in OHOS::Telephony::NetworkSearchManager
486
TELEPHONY_LOGD("NetworkSearchManager::
GetCsRegState
regState=%{public}s(%{public}d) slotId:%{public}d",
in GetCsRegState()
490
TELEPHONY_LOGE("NetworkSearchManager::
GetCsRegState
failed due to nullptr!");
in GetCsRegState()
492
TELEPHONY_LOGE("NetworkSearchManager::
GetCsRegState
Failed slotId:%{public}d", slotId);
in GetCsRegState()
H
A
D
network_search_handler.cpp
1473
if (networkSearchManager->
GetCsRegState
(slotId) ==
in RadioResidentNetworkChange()
Completed in 26 milliseconds