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:MDnsService
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H
A
D
mdns_service.cpp
69
SystemAbility::MakeAndRegisterAbility(DelayedSingleton<
MDnsService
>::GetInstance().get());
71
MDnsService
::
MDnsService
()
in MDnsService()
function in OHOS::NetManagerStandard::MDnsService
76
MDnsService
::~
MDnsService
()
in ~MDnsService()
81
void
MDnsService
::OnStart()
in OnStart()
84
NETMGR_EXT_LOG_D("mdns_log
MDnsService
the state is already running");
in OnStart()
88
NETMGR_EXT_LOG_E("mdns_log
MDnsService
init failed");
in OnStart()
94
int32_t
MDnsService
::OnIdle(const SystemAbilityOnDemandReason &idleReason)
in OnIdle()
103
void
MDnsService
[all...]
/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H
A
D
mdns_service.h
37
class
MDnsService
: public SystemAbility, public MDnsServiceStub {
class
38
DECLARE_DELAYED_SINGLETON(
MDnsService
)
39
DECLARE_SYSTEM_ABILITY(
MDnsService
)
72
explicit MdnsCallbackDeathRecipient(
MDnsService
&client) : client_(client) {}
in MdnsCallbackDeathRecipient()
80
MDnsService
&client_;
/foundation/communication/netmanager_ext/test/mdnsmanager/fuzztest/mdnsclient_fuzzer/
H
A
D
mdns_client_fuzzer.cpp
134
DelayedSingleton<
MDnsService
>::GetInstance()->Init();
in Init()
147
return DelayedSingleton<
MDnsService
>::GetInstance()->OnRemoteRequest(code, data, reply, option);
in OnRemoteRequest()
Completed in 2 milliseconds