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
defs:isConnected_
(Results
1 - 11
of
11
) sorted by relevance
/foundation/communication/netstack/frameworks/js/napi/socket/options/include/
H
A
D
socket_state_base.h
43
bool
isConnected_
;
member in OHOS::NetStack::Socket::final
/foundation/multimodalinput/input/service/message_handle/include/
H
A
D
inject_notice_manager.h
44
std::atomic_bool
isConnected_
= false;
member in OHOS::MMI::InjectNoticeManager::InjectNoticeConnection
/foundation/ability/ability_runtime/frameworks/native/runtime/
H
A
D
connect_server_manager.h
71
std::atomic<bool>
isConnected_
= false;
member in OHOS::AbilityRuntime::final
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/continuation/remote_register_service/
H
A
D
continuation_connector.h
149
std::atomic<bool>
isConnected_
= {false};
member in OHOS::AppExecFwk::ContinuationConnector
/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H
A
D
file_access_ext_connection.h
57
std::atomic<bool>
isConnected_
= {false};
member in OHOS::FileAccessFwk::FileAccessExtConnection
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/
H
A
D
app_file_access_ext_connection.h
55
std::atomic<bool>
isConnected_
= {false};
member in OHOS::FileAccessFwk::AppFileAccessExtConnection
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H
A
D
svc_backup_connection.h
106
std::atomic<bool>
isConnected_
= {false};
member in OHOS::FileManagement::Backup::SvcBackupConnection
H
A
D
sa_backup_connection.h
124
std::atomic<bool>
isConnected_
= {false};
member in OHOS::FileManagement::Backup::SABackupConnection
/foundation/communication/netstack/frameworks/js/napi/socket/async_context/include/
H
A
D
local_socket_context.h
36
bool
isConnected_
= false;
member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H
A
D
obex_socket_transport.h
49
bool
isConnected_
= false;
member in OHOS::bluetooth::ObexSocketTransport
126
bool
isConnected_
= false;
member in OHOS::bluetooth::ObexClientSocketTransport
/foundation/barrierfree/accessibility/frameworks/aafwk/include/
H
A
D
accessible_ability_client_impl.h
461
std::atomic<bool>
isConnected_
= false;
member in OHOS::Accessibility::AccessibleAbilityClientImpl
Completed in 4 milliseconds