Home
last modified time | relevance | path

Searched refs:DoConnect (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/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 &wantParam…
/ohos5.0/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()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/connect_adapter/include/
H A Dconnect.h84 void DoConnect(int userId);
/ohos5.0/base/telephony/cellular_data/services/src/state_machine/
H A Dinactive.cpp90 stateMachine->DoConnect(*(event->GetUniqueObject<DataConnectionParams>())); in StateProcess()
H A Dcellular_data_state_machine.cpp97 void CellularDataStateMachine::DoConnect(const DataConnectionParams &connectionParams) in DoConnect() function in OHOS::Telephony::CellularDataStateMachine
/ohos5.0/base/telephony/cellular_data/services/include/state_machine/
H A Dcellular_data_state_machine.h85 void DoConnect(const DataConnectionParams &connectionParams);
/ohos5.0/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()