Home
last modified time | relevance | path

Searched refs:RemoveSessionServer (Results 1 - 4 of 4) sorted by relevance

/base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/
H A Dbinding.rs194 pub fn RemoveSessionServer(pkg_name: *const c_char, session_name: *const c_char) -> i32; in RemoveSessionServer() functions
H A Ddsoftbus.rs55 RemoveSessionServer,
181 let ret: i32 = unsafe { RemoveSessionServer(fi_pkg_name.as_ptr(), self.local_session_name.as_ptr()) }; in init()
356 unsafe { RemoveSessionServer(fi_pkg_name.as_ptr(), self.local_session_name.as_ptr()) }; in release()
/base/security/device_auth/services/legacy/group_manager/src/channel_manager/soft_bus_channel/
H A Dsoft_bus_channel.c272 LOGI("[SoftBus][In]: RemoveSessionServer!"); in DestroySoftBusChannelModule()
273 int32_t res = RemoveSessionServer(GROUP_MANAGER_PACKAGE_NAME, GROUP_MANAGER_PACKAGE_NAME); in DestroySoftBusChannelModule()
274 LOGI("[SoftBus][Out]: RemoveSessionServer! res: %d", res); in DestroySoftBusChannelModule()
/base/security/device_security_level/baselib/msglib/src/lite/
H A Dmessenger_device_session_manager.c339 int ret = RemoveSessionServer(instance->pkgName, instance->primarySessName); in DeInitDeviceSessionManager()
341 SECURITY_LOG_ERROR("RemoveSessionServer %{public}s failed = %{public}d", instance->primarySessName, ret); in DeInitDeviceSessionManager()
345 ret = RemoveSessionServer(instance->pkgName, instance->primarySessName); in DeInitDeviceSessionManager()
347 SECURITY_LOG_ERROR("RemoveSessionServer %{public}s failed = %{public}d", instance->primarySessName, ret); in DeInitDeviceSessionManager()
377 SECURITY_LOG_INFO("RemoveSessionServer success"); in DeInitDeviceSessionManager()

Completed in 4 milliseconds