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:attached
(Results
1 - 2
of
2
) sorted by relevance
/base/inputmethod/imf/frameworks/ndk/src/
H
A
D
inputmethod_controller_capi.cpp
33
bool
attached
= false;
member
56
if (!(g_inputMethodProxy->
attached
)) {
in IsValidInputMethodProxy()
57
IMSA_HILOGE("g_inputMethodProxy is not
attached
");
in IsValidInputMethodProxy()
179
g_inputMethodProxy->
attached
= true;
in OH_InputMethodController_Attach()
194
g_inputMethodProxy->
attached
= false;
in ClearInputMethodProxy()
/base/telephony/cellular_data/services/src/
H
A
D
cellular_data_handler.cpp
370
TELEPHONY_LOGI("Slot%{public}d: ps
attached
", slotId_);
in RadioPsConnectionAttached()
565
bool
attached
= coreInner.GetPsRegState(slotId_) == (int32_t)RegServiceState::REG_STATE_IN_SERVICE;
in CheckAttachAndSimState()
local
567
TELEPHONY_LOGD("Slot%{public}d:
attached
: %{public}d simState: %{public}d isSimAccountLoaded: %{public}d "
in CheckAttachAndSimState()
568
"isRilApnAttached: %{public}d", slotId_,
attached
, isSimStateReadyOrLoaded, isSimAccountLoaded_,
in CheckAttachAndSimState()
571
if (!isEmergencyApn && !
attached
) {
in CheckAttachAndSimState()
573
CellularDataErrorCode::DATA_ERROR_PS_NOT_ATTACH, "It is not emergencyApn and not
attached
");
in CheckAttachAndSimState()
1686
bool
attached
= coreInner.GetPsRegState(slotId_) == (int32_t)RegServiceState::REG_STATE_IN_SERVICE;
in PsDataRatChanged()
local
1687
if (!
attached
) {
in PsDataRatChanged()
1688
TELEPHONY_LOGE("Slot%{public}d:
attached
is false", slotId_);
in PsDataRatChanged()
Completed in 5 milliseconds