Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:StopListener
(Results
1 - 23
of
23
) sorted by relevance
/foundation/resourceschedule/device_standby/plugins/message_listener/src/
H
A
D
listener_manager_adapter.cpp
60
StopListener
();
in UnInit()
123
ErrCode ListenerManagerAdapter::
StopListener
()
in StopListener()
function in OHOS::DevStandbyMgr::ListenerManagerAdapter
126
listener->
StopListener
();
in StopListener()
H
A
D
input_manager_listener.cpp
45
ErrCode WEAK_FUNC InputManagerListener::
StopListener
()
in StopListener()
function in OHOS::DevStandbyMgr::InputManagerListener
H
A
D
background_task_listener.cpp
41
ErrCode BackgroundTaskListener::
StopListener
()
in StopListener()
function in OHOS::DevStandbyMgr::BackgroundTaskListener
/foundation/resourceschedule/device_standby/plugins/ext/include/
H
A
D
imessage_listener.h
27
virtual ErrCode
StopListener
() = 0;
H
A
D
ilistener_manager_adapter.h
34
virtual ErrCode
StopListener
() = 0;
/foundation/resourceschedule/device_standby/plugins/message_listener/include/
H
A
D
input_manager_listener.h
35
ErrCode
StopListener
() override;
H
A
D
listener_manager_adapter.h
31
ErrCode
StopListener
() override;
H
A
D
background_task_listener.h
54
ErrCode
StopListener
() override;
/foundation/filemanagement/storage_service/services/storage_daemon/include/netlink/
H
A
D
netlink_listener.h
31
int32_t
StopListener
();
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/
H
A
D
netlink_manager.h
39
int32_t
StopListener
();
/foundation/filemanagement/storage_service/services/storage_daemon/netlink/src/
H
A
D
netlink_handler.cpp
34
return this->
StopListener
();
in Stop()
H
A
D
netlink_listener.cpp
193
int32_t NetlinkListener::
StopListener
()
in StopListener()
function in OHOS::StorageDaemon::NetlinkListener
/foundation/resourceschedule/device_standby/plugins/test/unittest/
H
A
D
standby_plugin_unit_test.cpp
140
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
D
netlink_manager_test.cpp
72
int32_t ret = manager_->
StopListener
();
in HWTEST_F()
/foundation/communication/ipc/services/dbinder/dbinder_service/include/
H
A
D
dbinder_remote_listener.h
46
bool
StopListener
();
/foundation/filemanagement/storage_service/services/storage_daemon/netlink/test/
H
A
D
netlink_listener_test.cpp
63
* @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
D
netlink_manager.cpp
130
int32_t NetlinkManager::
StopListener
()
in StopListener()
function in OHOS::nmd::NetlinkManager
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H
A
D
bpf_netfirewall.h
113
int32_t
StopListener
();
/foundation/communication/ipc/services/dbinder/dbinder_service/src/socket/
H
A
D
dbinder_remote_listener.cpp
225
bool DBinderRemoteListener::
StopListener
()
in StopListener()
function in OHOS::DBinderRemoteListener
/foundation/communication/ipc/services/dbinder/test/unittest/
H
A
D
dbinder_remote_listener_unittest.cpp
336
* @tc.desc: Verify
StopListener
function.
342
EXPECT_EQ(dBinderRemoteListener.
StopListener
(), true);
/foundation/communication/netmanager_base/services/netmanagernative/src/
H
A
D
netsys_native_service.cpp
85
manager_->
StopListener
();
in OnStop()
87
bpfNetFirewall_->
StopListener
();
in OnStop()
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H
A
D
bpf_netfirewall.cpp
144
int32_t NetsysBpfNetFirewall::
StopListener
()
in StopListener()
function in OHOS::NetManagerStandard::NetsysBpfNetFirewall
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H
A
D
dbinder_service.cpp
134
remoteListener_->
StopListener
();
in StopRemoteListener()
Completed in 12 milliseconds