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:IMDnsService
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/
H
A
D
mdns_client.cpp
72
sptr<
IMDnsService
> proxy = GetProxy();
in RegisterService()
93
sptr<
IMDnsService
> proxy = GetProxy();
in UnRegisterService()
118
sptr<
IMDnsService
> proxy = GetProxy();
in StartDiscoverService()
139
sptr<
IMDnsService
> proxy = GetProxy();
in StopDiscoverService()
164
sptr<
IMDnsService
> proxy = GetProxy();
in ResolveService()
202
sptr<
IMDnsService
> MDnsClient::GetProxy()
in GetProxy()
228
mdnsService_ = iface_cast<
IMDnsService
>(remote);
in GetProxy()
/foundation/communication/netmanager_ext/interfaces/innerkits/mdnsclient/include/
H
A
D
mdns_client.h
104
sptr<
IMDnsService
> GetProxy();
124
sptr<
IMDnsService
> mdnsService_ = nullptr;
H
A
D
i_mdns_service.h
32
class
IMDnsService
: public IRemoteBroker {
class
34
DECLARE_INTERFACE_DESCRIPTOR(u"OHOS.NetManagerStandard.
IMDnsService
");
/foundation/communication/netmanager_ext/interfaces/innerkits/mdnsclient/include/proxy/
H
A
D
mdns_service_proxy.h
25
class MDnsServiceProxy : public IRemoteProxy<
IMDnsService
> {
/foundation/communication/netmanager_ext/services/mdnsmanager/include/stub/
H
A
D
mdns_service_stub.h
28
class MDnsServiceStub : public IRemoteStub<
IMDnsService
> {
/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/proxy/
H
A
D
mdns_service_proxy.cpp
24
MDnsServiceProxy::MDnsServiceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<
IMDnsService
>(impl) {}
in MDnsServiceProxy()
/foundation/communication/netmanager_ext/test/mdnsmanager/fuzztest/mdnsclient_fuzzer/
H
A
D
mdns_client_fuzzer.cpp
103
return data.WriteInterfaceToken(
IMDnsService
::GetDescriptor());
in WriteInterfaceToken()
Completed in 3 milliseconds