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:WfdSinkScene
(Results
1 - 3
of
3
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H
A
D
wfd_sink_scene.cpp
31
void
WfdSinkScene
::WfdP2pCallback::OnP2pStateChanged(int32_t state)
in OnP2pStateChanged()
64
void
WfdSinkScene
::WfdP2pCallback::OnP2pPersistentGroupsChanged(void)
in OnP2pPersistentGroupsChanged()
69
void
WfdSinkScene
::WfdP2pCallback::OnP2pThisDeviceChanged(const Wifi::WifiP2pDevice &device)
in OnP2pThisDeviceChanged()
74
void
WfdSinkScene
::WfdP2pCallback::OnP2pPeersChanged(const std::vector<Wifi::WifiP2pDevice> &device)
in OnP2pPeersChanged()
105
void
WfdSinkScene
::WfdP2pCallback::OnP2pPrivatePeersChanged(const std::string &priWfdInfo)
in OnP2pPrivatePeersChanged()
110
void
WfdSinkScene
::WfdP2pCallback::OnP2pServicesChanged(const std::vector<Wifi::WifiP2pServiceInfo> &srvInfo)
in OnP2pServicesChanged()
115
void
WfdSinkScene
::WfdP2pCallback::OnP2pConnectionChanged(const Wifi::WifiP2pLinkedInfo &info)
in OnP2pConnectionChanged()
120
void
WfdSinkScene
::WfdP2pCallback::OnP2pGcJoinGroup(const OHOS::Wifi::GcInfo &info)
in OnP2pGcJoinGroup()
155
void
WfdSinkScene
::WfdP2pCallback::OnP2pGcLeaveGroup(const OHOS::Wifi::GcInfo &info)
in OnP2pGcLeaveGroup()
160
void
WfdSinkScene
175
WfdSinkScene
::
WfdSinkScene
()
WfdSinkScene()
function in OHOS::Sharing::WfdSinkScene
[all...]
H
A
D
wfd_sink_scene.h
31
class
WfdSinkScene
final : public BaseScene,
32
public std::enable_shared_from_this<
WfdSinkScene
> {
34
WfdSinkScene
();
35
~
WfdSinkScene
();
43
explicit WfdP2pCallback(std::weak_ptr<
WfdSinkScene
> parent) : parent_(parent) {}
in WfdP2pCallback()
59
std::weak_ptr<
WfdSinkScene
> parent_;
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/mock/
H
A
D
mock_wfd_sink_scene.h
34
class MockWfdSinkScene : public
WfdSinkScene
{
Completed in 3 milliseconds