Searched refs:RemoveSessionServer (Results 1 - 4 of 4) sorted by relevance
/base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/ |
H A D | binding.rs | 194 pub fn RemoveSessionServer(pkg_name: *const c_char, session_name: *const c_char) -> i32; in RemoveSessionServer() functions
|
H A D | dsoftbus.rs | 55 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 D | soft_bus_channel.c | 272 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 D | messenger_device_session_manager.c | 339 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