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:Decorated
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H
A
D
mdns_protocol_impl.cpp
208
std::string fullName =
Decorated
(it->serviceName + MDNS_DOMAIN_SPLITER_STR + it->serviceType);
in handleOfflineService()
238
std::string MDnsProtocolImpl::
Decorated
(const std::string &name) const
in Decorated()
function in OHOS::NetManagerStandard::MDnsProtocolImpl
249
std::string name =
Decorated
(info.serviceName + MDNS_DOMAIN_SPLITER_STR + info.serviceType);
in Register()
266
std::string name =
Decorated
(key);
in UnRegister()
279
std::string name =
Decorated
(serviceType);
in DiscoveryFromCache()
308
std::string name =
Decorated
(serviceType);
in DiscoveryFromNet()
322
std::string fullName =
Decorated
(res.serviceName + MDNS_DOMAIN_SPLITER_STR + res.serviceType);
in DiscoveryFromNet()
479
std::string name =
Decorated
(instance);
in ResolveInstance()
494
std::string name =
Decorated
(info.serviceName + MDNS_DOMAIN_SPLITER_STR + info.serviceType);
in Announce()
495
response.answers.emplace_back(DNSProto::ResourceRecord{.name =
Decorated
(inf
in Announce()
[all...]
H
A
D
mdns_manager.cpp
105
std::string name = impl.
Decorated
(serviceType);
in StartDiscoverService()
/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H
A
D
mdns_protocol_impl.h
114
std::string
Decorated
(const std::string &name) const;
Completed in 2 milliseconds