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:UpdateRadioOn
(Results
1 - 13
of
13
) sorted by relevance
/base/telephony/cellular_call/services/utils/include/
H
A
D
module_service_utils.h
107
int32_t
UpdateRadioOn
(int32_t slotId);
/base/telephony/cellular_call/services/utils/src/
H
A
D
module_service_utils.cpp
48
int32_t ModuleServiceUtils::
UpdateRadioOn
(int32_t slotId)
in UpdateRadioOn()
function in OHOS::Telephony::ModuleServiceUtils
52
int32_t ret = CoreManagerInner::GetInstance().
UpdateRadioOn
(slotId);
in UpdateRadioOn()
54
TELEPHONY_LOGE("ModuleServiceUtils::
UpdateRadioOn
fail.");
in UpdateRadioOn()
/base/telephony/core_service/test/unittest/core_service_gtest/
H
A
D
network_search_manager_test.cpp
147
EXPECT_EQ(networkSearchManager->
UpdateRadioOn
(SLOT_ID_0), TELEPHONY_ERR_LOCAL_PTR_NULL);
in HWTEST_F()
H
A
D
core_service_native_branch_test.cpp
387
EXPECT_EQ(mInner.
UpdateRadioOn
(-1), TELEPHONY_ERROR);
in HWTEST_F()
H
A
D
zero_branch_test.cpp
972
EXPECT_GT(mInner.
UpdateRadioOn
(INVALID_SLOTID), TELEPHONY_ERR_SUCCESS);
in HWTEST_F()
2166
EXPECT_NE(networkSearchManager->
UpdateRadioOn
(INVALID_SLOTID), TELEPHONY_ERR_SUCCESS);
in HWTEST_F()
/base/telephony/cellular_call/services/control/src/
H
A
D
control_base.cpp
136
int32_t ret = moduleServiceUtils.
UpdateRadioOn
(callInfo.slotId);
in HandleEcc()
138
TELEPHONY_LOGE("
UpdateRadioOn
fail");
in HandleEcc()
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
i_network_search.h
181
virtual int32_t
UpdateRadioOn
(int32_t slotId) = 0;
H
A
D
core_manager_inner.h
224
int32_t
UpdateRadioOn
(int32_t slotId);
/base/telephony/cellular_data/test/mock/
H
A
D
mock_network_search.h
85
MOCK_METHOD1(
UpdateRadioOn
, int32_t(int32_t slotId));
/base/telephony/core_service/services/network_search/include/
H
A
D
network_search_manager.h
259
int32_t
UpdateRadioOn
(int32_t slotId) override;
/base/telephony/core_service/frameworks/native/src/
H
A
D
core_manager_inner.cpp
1670
int32_t CoreManagerInner::
UpdateRadioOn
(int32_t slotId)
in UpdateRadioOn()
function in OHOS::Telephony::CoreManagerInner
1676
return networkSearchManager_->
UpdateRadioOn
(slotId);
in UpdateRadioOn()
/base/telephony/cellular_call/test/unittest/cstest/
H
A
D
cs2_test.cpp
1287
EXPECT_NE(moduleServiceUtils.
UpdateRadioOn
(SIM1_SLOTID), TELEPHONY_SUCCESS);
in HWTEST_F()
/base/telephony/core_service/services/network_search/src/
H
A
D
network_search_manager.cpp
907
int32_t NetworkSearchManager::
UpdateRadioOn
(int32_t slotId)
in UpdateRadioOn()
function in OHOS::Telephony::NetworkSearchManager
924
TELEPHONY_LOGE("NetworkSearchManager::
UpdateRadioOn
Update fail");
in UpdateRadioOn()
Completed in 21 milliseconds