Home
last modified time | relevance | path

Searched refs:DisConnect (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/adapter/br/mock/
H A Dwrapper_br_interface.c89 static int32_t DisConnect(int32_t clientFd) in DisConnect() function
152 .DisConnect = DisConnect,
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_connection.c164 g_sppDriver->DisConnect(socketHandle); in StartBrClientConnect()
170 g_sppDriver->DisConnect(socketHandle); in StartBrClientConnect()
217 g_sppDriver->DisConnect(connection->socketHandle); in StartClientConnect()
236 g_sppDriver->DisConnect(socketHandle); in CreateAndSaveConnection()
243 g_sppDriver->DisConnect(socketHandle); in CreateAndSaveConnection()
249 g_sppDriver->DisConnect(socketHandle); in CreateAndSaveConnection()
255 g_sppDriver->DisConnect(socketHandle); in CreateAndSaveConnection()
279 g_sppDriver->DisConnect(socketHandle); in StartServerServe()
284 g_sppDriver->DisConnect(socketHandle); in StartServerServe()
733 g_sppDriver->DisConnect(socketHandle); in ListenTask()
[all …]
/ohos5.0/drivers/external_device_manager/frameworks/native/
H A Ddriver_ext_mgr_client.cpp74 void DriverExtMgrClient::DisConnect(const wptr<IRemoteObject> &remote) in DisConnect() function in OHOS::ExternalDeviceManager::DriverExtMgrClient
95 DriverExtMgrClient::GetInstance().DisConnect(remote); in OnRemoteDied()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/node_base/
H A Dnode_base.h35 RetCode DisConnect() override;
59 it->DisConnect(); in ~NodeBase()
H A Dnode_base.cpp47 RetCode PortBase::DisConnect() in DisConnect() function in OHOS::Camera::PortBase
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_conn_manager.h51 bool DisConnect(sptr<WorkSchedulerConnection> connect);
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/include/
H A Dams_mgr_proxy.h29 int DisConnect(sptr<IRemoteObject> connect);
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_conn_manager.cpp120 bool WorkConnManager::DisConnect(sptr<WorkSchedulerConnection> connect) in DisConnect() function in OHOS::WorkScheduler::WorkConnManager
160 ret = DisConnect(conn); in StopWork()
/ohos5.0/foundation/resourceschedule/work_scheduler/services/test/src/
H A Dwork_conn_manager_test.cpp38 bool DisConnect(sptr<WorkSchedulerConnection> connect) in DisConnect() function in OHOS::WorkScheduler::MyWorkConnManager
158 bool ret = workConnManager_->DisConnect(connection);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dextension_mgr_proxy.h33 int DisConnect(sptr<IRemoteObject> connect);
H A Dextension_ability_manager.cpp73 auto ret = ExtensionMgrProxy::GetInstance()->DisConnect(disconnect); in Disconnect()
H A Dextension_mgr_proxy.cpp100 int ExtensionMgrProxy::DisConnect(sptr<IRemoteObject> connect) in DisConnect() function in OHOS::DataShare::ExtensionMgrProxy
/ohos5.0/drivers/external_device_manager/interfaces/innerkits/
H A Ddriver_ext_mgr_client.h40 void DisConnect(const wptr<IRemoteObject> &remote);
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/
H A Dams_mgr_proxy.cpp105 int AmsMgrProxy::DisConnect(sptr<IRemoteObject> connect) in DisConnect() function in OHOS::DataShare::AmsMgrProxy
/ohos5.0/foundation/communication/dsoftbus/core/adapter/br/include/
H A Dwrapper_br_interface.h52 int32_t (*DisConnect)(int32_t clientFd); member
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/include/
H A Dinode.h38 virtual RetCode DisConnect() = 0;
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_connection.cpp255 return instance->DisConnect(this); in Disconnect()