Home
last modified time | relevance | path

Searched refs:CloseSession (Results 1 – 25 of 212) sorted by relevance

123456789

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_idm_session_controller_test.cpp114 EXPECT_CALL(*mock, CloseSession(userId))
120 EXPECT_TRUE(UserIdmSessionController::Instance().CloseSession(userId));
121 EXPECT_FALSE(UserIdmSessionController::Instance().CloseSession(userId));
135 EXPECT_CALL(*mock, CloseSession(userId)).WillRepeatedly(Return(SUCCESS));
139 EXPECT_EQ(true, UserIdmSessionController::Instance().CloseSession(userId));
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_file_send_listener.cpp75 SoftBusHandler::GetInstance().CloseSession(sessionId, sessionName); in OnSendFileFinished()
86 SoftBusHandler::GetInstance().CloseSession(sessionId, sessionName); in OnFileTransError()
102 SoftBusHandler::GetInstance().CloseSession(sessionId, sessionName); in OnSendFileShutdown()
H A Dsoftbus_file_receive_listener.cpp146 SoftBusHandler::GetInstance().CloseSession(sessionId, sessionName); in OnFileTransError()
170 SoftBusHandler::GetInstance().CloseSession(sessionId, sessionName); in OnReceiveFileShutdown()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Ddcamera_softbus_session_test.cpp99 int32_t ret = softbusSession_->CloseSession();
156 int32_t ret = softbusSession_->CloseSession();
178 int32_t ret = softbusSession_->CloseSession();
199 int32_t ret = softbusSession_->CloseSession();
230 int32_t ret = softbusSession_->CloseSession();
283 int32_t ret = softbusSession_->CloseSession();
350 int32_t ret = softbusSession_->CloseSession();
H A Ddcamera_channel_source_impl_test.cpp128 ret = channel_->CloseSession();
158 channel_->CloseSession();
172 int32_t ret = channel_->CloseSession();
H A Ddcamera_channel_sink_impl_test.cpp121 ret = channel_->CloseSession();
177 channel_->CloseSession();
191 int32_t ret = channel_->CloseSession();
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Duser_auth_interface_service_test.cpp159 EXPECT_EQ(service->CloseSession(userId), 0);
177 EXPECT_EQ(service->CloseSession(userId1), 0);
178 EXPECT_EQ(service->CloseSession(userId2), 2);
310 EXPECT_EQ(service->CloseSession(userId), 0);
333 EXPECT_EQ(service->CloseSession(userId), 0);
371 EXPECT_EQ(service->CloseSession(userId), 0);
413 EXPECT_EQ(service->CloseSession(userId), 0);
474 EXPECT_EQ(service->CloseSession(userId), 0);
512 EXPECT_EQ(service->CloseSession(userId), 0);
540 EXPECT_EQ(service->CloseSession(userId), 0);
[all …]
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/distributed_camera/
H A Dinterface_i_d_camera_provider_callback.md23 | [CloseSession](#closesession) ([in] struct [DHBase](_d_h_base.md) dhBase) | 关闭分布式相机会话,并销毁源设备和目的设备…
34 ### CloseSession()
37 IDCameraProviderCallback::CloseSession ([in] struct DHBase dhBase)
/ohos5.0/foundation/multimodalinput/input/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter.cpp48 void DSoftbusAdapter::CloseSession(const std::string &networkId) in CloseSession() function in OHOS::Msdp::DeviceStatus::DSoftbusAdapter
50 DSoftbusAdapterImpl::GetInstance()->CloseSession(networkId); in CloseSession()
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Duser_idm_session_controller_impl.cpp50 bool UserIdmSessionControllerImpl::CloseSession(int32_t userId) in CloseSession() function in OHOS::UserIam::UserAuth::UserIdmSessionControllerImpl
58 int32_t ret = hdi->CloseSession(userId); in CloseSession()
/ohos5.0/base/msdp/device_status/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter.cpp48 void DSoftbusAdapter::CloseSession(const std::string &networkId) in CloseSession() function in OHOS::Msdp::DeviceStatus::DSoftbusAdapter
50 DSoftbusAdapterImpl::GetInstance()->CloseSession(networkId); in CloseSession()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/qos/
H A Dtrans_qos_stat_client_test.cpp142 CloseSession(sessionId);
189 CloseSession(sessionId);
241 CloseSession(iter->second);
304 CloseSession(sessionId);
365 CloseSession(sessionId);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Duser_idm_client_impl_mock.cpp43 void UserIdmClientImpl::CloseSession(int32_t userId) in CloseSession() function in UserIdmClientImpl
45 return IUserIdmClientMoc::userIdmClientMoc->CloseSession(userId); in CloseSession()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_channel_sink_impl.cpp36 int32_t DCameraChannelSinkImpl::CloseSession() in CloseSession() function in OHOS::DistributedHardware::DCameraChannelSinkImpl
43 int32_t ret = softbusSession_->CloseSession(); in CloseSession()
H A Ddcamera_channel_source_impl.cpp35 int32_t DCameraChannelSourceImpl::CloseSession() in CloseSession() function in OHOS::DistributedHardware::DCameraChannelSourceImpl
47 int32_t retOpen = (*iter)->CloseSession(); in CloseSession()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_service_impl_test.cpp240 int32_t ret = sessionServiceImpl.CloseSession(nullptr);
254 int32_t ret = sessionServiceImpl.CloseSession(session);
269 int32_t ret = sessionServiceImpl.CloseSession(session);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/mock/
H A Duser_idm_client_impl_mock.h32 virtual void CloseSession(int32_t userId) = 0;
54 MOCK_METHOD1(CloseSession, void(int32_t userId));
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_idm_client_test.cpp84 UserIdmClient::GetInstance().CloseSession(testUserId);
93 EXPECT_CALL(*service, CloseSession(_)).Times(1);
94 ON_CALL(*service, CloseSession)
105 UserIdmClient::GetInstance().CloseSession(testUserId);
131 UserIdmClient::GetInstance().CloseSession(testUserId);
132 UserIdmClient::GetInstance().CloseSession(testUserId);
133 UserIdmClient::GetInstance().CloseSession(testUserId);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_provider_callback_impl_test.cpp165 ret = testProviderCallback_->CloseSession(dhBase);
182 ret = testProviderCallback_->CloseSession(dhBase);
294 ret = testProviderCallback_->CloseSession(dhBase);
313 ret = testProviderCallback->CloseSession(dhBase);
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/closesession_fuzzer/
H A Dclosesession_fuzzer.cpp29 CloseSession(size); in CloseSessionTest()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screendatachannel/src/
H A Dscreen_data_channel_impl_test.cpp46 dataChannelImpl_->CloseSession(); in TearDown()
214 EXPECT_EQ(DH_SUCCESS, dataChannelImpl_->CloseSession());
238 EXPECT_EQ(ERR_DH_SCREEN_TRANS_SESSION_NOT_OPEN, dataChannelImpl_->CloseSession());
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Duser_idm_session_controller.h28 virtual bool CloseSession(int32_t userId) = 0;
/ohos5.0/base/account/os_account/test/fuzztest/iamaccount/closesession_fuzzer/
H A Dclosesession_fuzzer.cpp32 int32_t result = AccountIAMClient::GetInstance().CloseSession(userId); in CloseSessionFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/screen_channel/include/
H A Discreen_channel.h32 virtual int32_t CloseSession() = 0;
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraclosesession_fuzzer/
H A Ddcameraclosesession_fuzzer.cpp38 DCameraProvider::GetInstance()->CloseSession(dhBase); in DcameraCloseSessionFuzzTest()

123456789