Home
last modified time | relevance | path

Searched refs:CloseConnection (Results 1 - 21 of 21) sorted by relevance

/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/
H A Dchannel_manager.cpp157 connection->CloseConnection(); in DestroyChannel()
174 it->second->CloseConnection(); in DestroyChannel()
191 it->second->CloseConnection(); in DestroyAllChannels()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/
H A Dchannel_manager.cpp157 connection->CloseConnection(); in DestroyChannel()
174 it->second->CloseConnection(); in DestroyChannel()
191 it->second->CloseConnection(); in DestroyAllChannels()
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_spawn_client.h30 MOCK_METHOD0(CloseConnection, void());
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/include/
H A Dconnection.h65 virtual void CloseConnection() {}; in CloseConnection() function in OHOS::CastEngine::CastEngineService::Connection
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/include/
H A Dconnection.h65 virtual void CloseConnection() {}; in CloseConnection() function in OHOS::CastEngine::CastEngineService::Connection
/foundation/ability/ability_runtime/test/moduletest/common/ams/service_app_spawn_client_test/
H A Dams_service_app_spawn_client_module_test.cpp159 appSpawnClient_->CloseConnection();
304 appSpawnClient->CloseConnection(); in HWTEST_F()
332 appSpawnClient->CloseConnection(); in HWTEST_F()
364 appSpawnClient->CloseConnection(); in HWTEST_F()
398 appSpawnClient->CloseConnection(); in HWTEST_F()
432 appSpawnClient->CloseConnection(); in HWTEST_F()
461 appSpawnClient->CloseConnection(); in HWTEST_F()
490 appSpawnClient->CloseConnection(); in HWTEST_F()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/tcp/
H A Dtcp_connection.h45 void CloseConnection() override;
H A Dtcp_connection.cpp265 void TcpConnection::CloseConnection() in CloseConnection() function in OHOS::CastEngine::CastEngineService::TcpConnection
272 tcpAudioConn_->CloseConnection(); in CloseConnection()
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/tcp/
H A Dtcp_connection.h45 void CloseConnection() override;
H A Dtcp_connection.cpp265 void TcpConnection::CloseConnection() in CloseConnection() function in OHOS::CastEngine::CastEngineService::TcpConnection
272 tcpAudioConn_->CloseConnection(); in CloseConnection()
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/
H A Dsoftbus_connection.cpp75 CloseConnection(); in ~SoftBusConnection()
121 softBusConn->CloseConnection(); in OnConnectionSessionClosed()
473 void SoftBusConnection::CloseConnection() in CloseConnection() function in OHOS::CastEngine::CastEngineService::SoftBusConnection
494 CLOGD("SoftBus CloseConnection, Sink End."); in CloseConnection()
497 CLOGD("SoftBus CloseConnection, Source End."); in CloseConnection()
H A Dsoftbus_connection.h44 void CloseConnection() override;
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/
H A Dsoftbus_connection.cpp75 CloseConnection(); in ~SoftBusConnection()
121 softBusConn->CloseConnection(); in OnConnectionSessionClosed()
470 void SoftBusConnection::CloseConnection() in CloseConnection() function in OHOS::CastEngine::CastEngineService::SoftBusConnection
491 CLOGD("SoftBus CloseConnection, Sink End."); in CloseConnection()
494 CLOGD("SoftBus CloseConnection, Source End."); in CloseConnection()
H A Dsoftbus_connection.h44 void CloseConnection() override;
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_spawn_client.h139 void CloseConnection();
/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_client_test/
H A Dams_service_app_spawn_client_test.cpp76 appSpawnClient_->CloseConnection();
508 * CaseDescription: Verify if AppSpawnClient CloseConnection act normal after OpenConnection
519 appSpawnClient->CloseConnection(); in HWTEST_F()
530 * CaseDescription: Verify if AppSpawnClient CloseConnection act normal without OpenConnection
539 appSpawnClient->CloseConnection(); in HWTEST_F()
550 * CaseDescription: Verify if AppSpawnClient CloseConnection act normal when OpenConnection failed
560 appSpawnClient->CloseConnection(); in HWTEST_F()
583 appSpawnClient->CloseConnection(); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dauto_launch.h91 void CloseConnection(DBTypeInner type, const DBProperties &properties);
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_client.cpp72 CloseConnection(); in ~AppSpawnClient()
102 void AppSpawnClient::CloseConnection() in CloseConnection() function in OHOS::AppExecFwk::AppSpawnClient
H A Dapp_mgr_service_inner.cpp2618 remoteClientManager_->GetSpawnClient()->CloseConnection(); in CloseAppSpawnConnection()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.cpp746 autoLaunch_.CloseConnection(type, properties);
H A Dauto_launch.cpp237 LOGE("[AutoLaunch] GetKVConnectionInEnable RegisterObserverAndLifeCycleCallback err, do CloseConnection"); in GetKVConnectionInEnable()
420 LOGE("[AutoLaunch] DisableKvStoreAutoLaunch CloseConnection failed errCode:%d", errCode); in DisableKvStoreAutoLaunch()
487 LOGI("[AutoLaunch] ConnectionLifeCycleCallbackTask do CloseConnection"); in ConnectionLifeCycleCallbackTask()
489 LOGI("[AutoLaunch] ConnectionLifeCycleCallback do CloseConnection finished"); in ConnectionLifeCycleCallbackTask()
603 LOGE("[AutoLaunch] GetConnInDoOpenMap failed, we do CloseConnection"); in GetConnInDoOpenMapInner()
676 LOGI("[AutoLaunch] ReceiveUnknownIdentifierCallBackTask do CloseConnection"); in ReceiveUnknownIdentifierCallBackTask()
919 LOGI("[AutoLaunch] ExtConnectionLifeCycleCallbackTask do CloseConnection"); in ExtConnectionLifeCycleCallbackTask()
1332 void AutoLaunch::CloseConnection(DBTypeInner type, const DBProperties &properties) in CloseConnection() function in DistributedDB::AutoLaunch

Completed in 32 milliseconds