Home
last modified time | relevance | path

Searched refs:StopListener (Results 1 - 23 of 23) sorted by relevance

/foundation/resourceschedule/device_standby/plugins/message_listener/src/
H A Dlistener_manager_adapter.cpp60 StopListener(); in UnInit()
123 ErrCode ListenerManagerAdapter::StopListener() in StopListener() function in OHOS::DevStandbyMgr::ListenerManagerAdapter
126 listener->StopListener(); in StopListener()
H A Dinput_manager_listener.cpp45 ErrCode WEAK_FUNC InputManagerListener::StopListener() in StopListener() function in OHOS::DevStandbyMgr::InputManagerListener
H A Dbackground_task_listener.cpp41 ErrCode BackgroundTaskListener::StopListener() in StopListener() function in OHOS::DevStandbyMgr::BackgroundTaskListener
/foundation/resourceschedule/device_standby/plugins/ext/include/
H A Dimessage_listener.h27 virtual ErrCode StopListener() = 0;
H A Dilistener_manager_adapter.h34 virtual ErrCode StopListener() = 0;
/foundation/resourceschedule/device_standby/plugins/message_listener/include/
H A Dinput_manager_listener.h35 ErrCode StopListener() override;
H A Dlistener_manager_adapter.h31 ErrCode StopListener() override;
H A Dbackground_task_listener.h54 ErrCode StopListener() override;
/foundation/filemanagement/storage_service/services/storage_daemon/include/netlink/
H A Dnetlink_listener.h31 int32_t StopListener();
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/
H A Dnetlink_manager.h39 int32_t StopListener();
/foundation/filemanagement/storage_service/services/storage_daemon/netlink/src/
H A Dnetlink_handler.cpp34 return this->StopListener(); in Stop()
H A Dnetlink_listener.cpp193 int32_t NetlinkListener::StopListener() in StopListener() function in OHOS::StorageDaemon::NetlinkListener
/foundation/resourceschedule/device_standby/plugins/test/unittest/
H A Dstandby_plugin_unit_test.cpp140 listenerManager_->StopListener(); in HWTEST_F()
711 * @tc.desc: test ListenerManagerAdapter of StopListener.
717 DelayedSingleton<ListenerManagerAdapter>::GetInstance()->StopListener(); in HWTEST_F()
719 EXPECT_TRUE(DelayedSingleton<ListenerManagerAdapter>::GetInstance()->StopListener() == ERR_OK); in HWTEST_F()
881 inputManagerListener->StopListener(); in HWTEST_F()
899 backgroundTaskListener->StopListener(); in HWTEST_F()
902 EXPECT_NE(backgroundTaskListener->StopListener(), ERR_OK); in HWTEST_F()
915 listenerManager_->StopListener(); in HWTEST_F()
920 listenerManager_->StopListener(); in HWTEST_F()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dnetlink_manager_test.cpp72 int32_t ret = manager_->StopListener(); in HWTEST_F()
/foundation/communication/ipc/services/dbinder/dbinder_service/include/
H A Ddbinder_remote_listener.h46 bool StopListener();
/foundation/filemanagement/storage_service/services/storage_daemon/netlink/test/
H A Dnetlink_listener_test.cpp63 * @tc.desc: Verify the StartListener/StopListener function.
81 ret = mock->StopListener(); in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dnetlink_manager.cpp130 int32_t NetlinkManager::StopListener() in StopListener() function in OHOS::nmd::NetlinkManager
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_netfirewall.h113 int32_t StopListener();
/foundation/communication/ipc/services/dbinder/dbinder_service/src/socket/
H A Ddbinder_remote_listener.cpp225 bool DBinderRemoteListener::StopListener() in StopListener() function in OHOS::DBinderRemoteListener
/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_remote_listener_unittest.cpp336 * @tc.desc: Verify StopListener function.
342 EXPECT_EQ(dBinderRemoteListener.StopListener(), true);
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp85 manager_->StopListener(); in OnStop()
87 bpfNetFirewall_->StopListener(); in OnStop()
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_netfirewall.cpp144 int32_t NetsysBpfNetFirewall::StopListener() in StopListener() function in OHOS::NetManagerStandard::NetsysBpfNetFirewall
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp134 remoteListener_->StopListener(); in StopRemoteListener()

Completed in 12 milliseconds