Home
last modified time | relevance | path

Searched refs:DoConnect (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dextension_connect_adaptor.cpp35 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 Dextension_connect_adaptor.h31 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 Dconnect.cpp75 void DoConnect(int userId) in DoConnect() function
103 DoConnect(userId); in ConnectServiceInner()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/connect_adapter/include/
H A Dconnect.h84 void DoConnect(int userId);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.cpp86 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