/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | user_idm_session_controller_test.cpp | 114 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 D | softbus_file_send_listener.cpp | 75 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 D | softbus_file_receive_listener.cpp | 146 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 D | dcamera_softbus_session_test.cpp | 99 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 D | dcamera_channel_source_impl_test.cpp | 128 ret = channel_->CloseSession(); 158 channel_->CloseSession(); 172 int32_t ret = channel_->CloseSession();
|
H A D | dcamera_channel_sink_impl_test.cpp | 121 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 D | user_auth_interface_service_test.cpp | 159 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 D | interface_i_d_camera_provider_callback.md | 23 | [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 D | dsoftbus_adapter.cpp | 48 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 D | user_idm_session_controller_impl.cpp | 50 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 D | dsoftbus_adapter.cpp | 48 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 D | trans_qos_stat_client_test.cpp | 142 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 D | user_idm_client_impl_mock.cpp | 43 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 D | dcamera_channel_sink_impl.cpp | 36 int32_t DCameraChannelSinkImpl::CloseSession() in CloseSession() function in OHOS::DistributedHardware::DCameraChannelSinkImpl 43 int32_t ret = softbusSession_->CloseSession(); in CloseSession()
|
H A D | dcamera_channel_source_impl.cpp | 35 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 D | client_trans_session_service_impl_test.cpp | 240 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 D | user_idm_client_impl_mock.h | 32 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 D | user_idm_client_test.cpp | 84 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 D | dcamera_provider_callback_impl_test.cpp | 165 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 D | closesession_fuzzer.cpp | 29 CloseSession(size); in CloseSessionTest()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screendatachannel/src/ |
H A D | screen_data_channel_impl_test.cpp | 46 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 D | user_idm_session_controller.h | 28 virtual bool CloseSession(int32_t userId) = 0;
|
/ohos5.0/base/account/os_account/test/fuzztest/iamaccount/closesession_fuzzer/ |
H A D | closesession_fuzzer.cpp | 32 int32_t result = AccountIAMClient::GetInstance().CloseSession(userId); in CloseSessionFuzzTest()
|
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/screen_channel/include/ |
H A D | iscreen_channel.h | 32 virtual int32_t CloseSession() = 0;
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraclosesession_fuzzer/ |
H A D | dcameraclosesession_fuzzer.cpp | 38 DCameraProvider::GetInstance()->CloseSession(dhBase); in DcameraCloseSessionFuzzTest()
|