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:DoConnect
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H
A
D
extension_connect_adaptor.cpp
35
bool ExtensionConnectAdaptor::
DoConnect
(const std::string &uri, const std::string &bundleName,
in DoConnect()
function in OHOS::DataShare::ExtensionConnectAdaptor
62
return strategy.
DoConnect
(uri, bundleName, wantParams);
in TryAndWait()
H
A
D
extension_connect_adaptor.h
31
bool
DoConnect
(const std::string &uri, const std::string &bundleName, AAFwk::WantParams &wantParams);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/connect_adapter/src/
H
A
D
connect.cpp
75
void
DoConnect
(int userId)
in DoConnect()
function
103
DoConnect
(userId);
in ConnectServiceInner()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/connect_adapter/include/
H
A
D
connect.h
84
void
DoConnect
(int userId);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H
A
D
gatt_connection_manager.cpp
86
int
DoConnect
(GattConnectionManager::Device &device);
739
int GattConnectionManager::impl::
DoConnect
(GattConnectionManager::Device &device)
in DoConnect()
function in OHOS::bluetooth::GattConnectionManager::impl
1285
if (GattConnectionManager::GetInstance().pimpl->
DoConnect
(device_) == GattStatus::GATT_SUCCESS) {
in Dispatch()
1423
if (GattConnectionManager::GetInstance().pimpl->
DoConnect
(device_) == GattStatus::GATT_SUCCESS) {
in Dispatch()
1519
if (instance.pimpl->
DoConnect
(device_) == GattStatus::GATT_SUCCESS) {
in Dispatch()
Completed in 4 milliseconds