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:WfdSourceScene
(Results
1 - 3
of
3
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H
A
D
wfd_source_scene.cpp
36
void
WfdSourceScene
::WfdP2pCallback::OnP2pStateChanged(int32_t state)
in OnP2pStateChanged()
69
void
WfdSourceScene
::WfdP2pCallback::OnP2pPersistentGroupsChanged(void)
in OnP2pPersistentGroupsChanged()
74
void
WfdSourceScene
::WfdP2pCallback::OnP2pThisDeviceChanged(const Wifi::WifiP2pDevice &device)
in OnP2pThisDeviceChanged()
105
void
WfdSourceScene
::WfdP2pCallback::OnP2pPeersChanged(const std::vector<Wifi::WifiP2pDevice> &device)
in OnP2pPeersChanged()
148
void
WfdSourceScene
::WfdP2pCallback::OnP2pPrivatePeersChanged(const std::string &priWfdInfo)
in OnP2pPrivatePeersChanged()
153
void
WfdSourceScene
::WfdP2pCallback::OnP2pServicesChanged(const std::vector<Wifi::WifiP2pServiceInfo> &srvInfo)
in OnP2pServicesChanged()
158
void
WfdSourceScene
::WfdP2pCallback::OnP2pConnectionChanged(const Wifi::WifiP2pLinkedInfo &info)
in OnP2pConnectionChanged()
202
void
WfdSourceScene
::WfdP2pCallback::OnP2pGcJoinGroup(const OHOS::Wifi::GcInfo &info)
in OnP2pGcJoinGroup()
207
void
WfdSourceScene
::WfdP2pCallback::OnP2pGcLeaveGroup(const OHOS::Wifi::GcInfo &info)
in OnP2pGcLeaveGroup()
212
void
WfdSourceScene
230
WfdSourceScene
::
WfdSourceScene
()
WfdSourceScene()
function in OHOS::Sharing::WfdSourceScene
[all...]
H
A
D
wfd_source_scene.h
33
class
WfdSourceScene
final : public BaseScene,
34
public std::enable_shared_from_this<
WfdSourceScene
> {
36
WfdSourceScene
();
37
~
WfdSourceScene
();
45
explicit WfdP2pCallback(std::weak_ptr<
WfdSourceScene
> scene) : scene_(scene) {}
in WfdP2pCallback()
61
std::weak_ptr<
WfdSourceScene
> scene_;
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/mock/
H
A
D
mock_wfd_source_scene.h
34
class MockWfdSourceScene : public
WfdSourceScene
{
Completed in 3 milliseconds