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:IsRoaming
(Results
1 - 14
of
14
) sorted by relevance
/base/request/request/services/src/cxx/
H
A
D
network.cpp
79
networkInfo.is_roaming = this->
IsRoaming
();
in HandleNetCap()
131
bool RequestNetCallbackStub::
IsRoaming
()
in IsRoaming()
function in OHOS::Request::RequestNetCallbackStub
177
REQUEST_HILOGI("Roaming = %{public}d", networkClient->
IsRoaming
());
in IsRoaming()
178
return networkClient->
IsRoaming
();
in IsRoaming()
/base/request/request/services/include/
H
A
D
network.h
45
bool
IsRoaming
();
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
network_state.h
92
bool
IsRoaming
() const;
/base/telephony/core_service/interfaces/kits/c/telephony_radio/src/
H
A
D
telephony_radio.cpp
121
state->isRoaming_ = networkState->
IsRoaming
();
in Conv2TelNetworkState()
/base/telephony/sms_mms/services/sms/
H
A
D
sms_network_policy_manager.cpp
119
isRoaming = networkState->
IsRoaming
();
in GetRadioState()
/base/telephony/core_service/frameworks/native/src/
H
A
D
network_state.cpp
281
bool NetworkState::
IsRoaming
() const
in IsRoaming()
function in OHOS::Telephony::NetworkState
/base/telephony/cellular_call/services/utils/src/
H
A
D
cellular_call_config.cpp
277
bool isRoam = networkState->
IsRoaming
();
in HandleNetworkStateChange()
310
bool isRoam = networkState->
IsRoaming
();
in CheckHomeAndPresentState()
811
bool isRoaming = networkState->
IsRoaming
();
in GetRoamingState()
/base/telephony/core_service/services/network_search/src/
H
A
D
operator_name.cpp
391
bool roaming = networkState->
IsRoaming
();
in GetPlmn()
421
bool roaming = networkState->
IsRoaming
();
in GetSpnRule()
/base/telephony/core_service/frameworks/cj/telephony_radio/src/
H
A
D
telephony_radio_impl.cpp
232
cnetworkState.isRoaming = networkState->
IsRoaming
();
in GetNetworkState()
/base/telephony/call_manager/services/call/src/
H
A
D
call_policy.cpp
142
bool isRoaming = networkState->
IsRoaming
();
in HasNormalCall()
/base/telephony/state_registry/frameworks/cj/src/
H
A
D
observer_event_handler.cpp
484
bool isRoaming = networkState->
IsRoaming
();
in WorkNetworkStateUpdated()
/base/telephony/state_registry/frameworks/js/napi/src/
H
A
D
event_listener_handler.cpp
743
bool isRoaming = networkState->
IsRoaming
();
in WorkNetworkStateUpdated()
/base/telephony/core_service/test/unittest/core_service_gtest/
H
A
D
network_search_test.cpp
415
"CfgTech:%{public}d, IsEmergency:%{public}d,
IsRoaming
:%{public}d",
in PrintNetworkStateInformation()
420
result->
IsRoaming
());
in PrintNetworkStateInformation()
/base/telephony/core_service/frameworks/js/network_search/src/
H
A
D
napi_radio.cpp
402
asyncContext->isRoaming = networkState->
IsRoaming
();
in NativeGetNetworkState()
Completed in 21 milliseconds