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:BaseClient
(Results
1 - 4
of
4
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/network/client/
H
A
D
base_client.h
29
class
BaseClient
;
37
virtual std::weak_ptr<
BaseClient
> &GetClient()
in GetClient()
43
virtual void SetClient(const std::shared_ptr<
BaseClient
> client)
in SetClient()
50
std::weak_ptr<
BaseClient
> client_;
60
virtual std::weak_ptr<
BaseClient
> &GetClient()
in GetClient()
66
virtual void SetClient(const std::shared_ptr<
BaseClient
> client)
in SetClient()
75
std::weak_ptr<
BaseClient
> client_;
78
class
BaseClient
: public IClient,
class
79
public std::enable_shared_from_this<
BaseClient
> {
81
BaseClient
();
[all...]
H
A
D
base_client.cpp
22
BaseClient
::~
BaseClient
()
in ~BaseClient()
27
BaseClient
::
BaseClient
()
in BaseClient()
function in OHOS::Sharing::BaseClient
32
void
BaseClient
::RegisterCallback(std::weak_ptr<IClientCallback> callback)
in RegisterCallback()
38
std::weak_ptr<IClientCallback> &
BaseClient
::GetCallback()
in GetCallback()
44
void
BaseClient
::SetRecvOption(int32_t flags)
in SetRecvOption()
H
A
D
tcp_client.h
30
class TcpClient final : public
BaseClient
{
H
A
D
udp_client.h
30
class UdpClient final : public
BaseClient
{
Completed in 2 milliseconds