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:DelListener
(Results
1 - 8
of
8
) sorted by relevance
/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
H
A
D
dms_sa_client.h
35
int32_t
DelListener
(const std::string& type, const sptr<IRemoteOnListener>& listener);
H
A
D
dms_sa_client.cpp
62
int32_t DmsSaClient::
DelListener
(const std::string& type, const sptr<IRemoteOnListener>& listener)
in DelListener()
function in OHOS::AAFwk::DmsSaClient
H
A
D
distributed_mission_manager.cpp
856
DmsSaClient::GetInstance().
DelListener
(onCB->type, onCB->onRegistration);
in OffExecuteCB()
/foundation/CastEngine/castengine_wifi_display/services/event/
H
A
D
event_manager.h
52
int32_t
DelListener
(std::shared_ptr<EventListener> listener);
H
A
D
event_base.cpp
47
return EventManager::GetInstance().
DelListener
(shared_from_this());
in UnRegister()
H
A
D
event_manager.cpp
87
int32_t EventManager::
DelListener
(std::shared_ptr<EventListener> listener)
in DelListener()
function in OHOS::Sharing::EventManager
/foundation/communication/dsoftbus/core/connection/manager/
H
A
D
softbus_conn_manager.c
179
static void
DelListener
(ConnModule moduleId)
in DelListener()
function
327
DelListener
(moduleId);
in ConnUnSetConnectCallback()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/event/
H
A
D
event_unit_test.cpp
167
ret = EventManager::GetInstance().
DelListener
(listener);
in HWTEST_F()
Completed in 8 milliseconds