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:onDeviceFound
(Results
1 - 16
of
16
) sorted by relevance
/foundation/communication/dsoftbus/core/bus_center/lnn/disc_mgr/src/
H
A
D
lnn_coap_discovery_impl.c
120
if (g_callback.
onDeviceFound
) {
in DeviceFound()
121
g_callback.
onDeviceFound
(&addr, &info);
in DeviceFound()
177
g_callback.
onDeviceFound
= callback->
onDeviceFound
;
in LnnInitCoapDiscovery()
H
A
D
lnn_discovery_manager.c
52
.
onDeviceFound
= DeviceFound,
/foundation/communication/dsoftbus/core/bus_center/lnn/disc_mgr/include/
H
A
D
lnn_coap_discovery_impl.h
31
void (*
onDeviceFound
)(const ConnectionAddr *addr, const LnnDfxDeviceInfoReport *infoReport);
member
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/
H
A
D
i_wifi_event_p2p_callback.h
28
void (*
onDeviceFound
)(const P2pDeviceInfo *device);
member
H
A
D
i_wifi.c
416
if (callback != NULL && callback->
onDeviceFound
!= NULL) {
in IdlCbP2pDeviceFoundEventDeal()
417
callback->
onDeviceFound
(&info);
in IdlCbP2pDeviceFoundEventDeal()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/common/
H
A
D
wifi_p2p_event_callback.h
27
std::function<void(const HalP2pDeviceFound &)>
onDeviceFound
;
member
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/
H
A
D
wifi_idl_inner_interface.cpp
198
if (cbk.
onDeviceFound
) {
in OnP2pDeviceFound()
212
cbk.
onDeviceFound
(cbInfo);
in OnP2pDeviceFound()
H
A
D
wifi_idl_client.cpp
1289
cEventCallback.
onDeviceFound
= OnP2pDeviceFound;
in ReqP2pRegisterCallback()
/foundation/communication/dsoftbus/tests/core/discovery/dfinder/
H
A
D
nstackx_test.c
75
.
onDeviceFound
= NULL,
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H
A
D
wifi_idl_inner_interface_test.cpp
242
callback->
onDeviceFound
= OnDeviceFoundMock;
in RegisterP2pCallbackMock()
267
callback->
onDeviceFound
= nullptr;
in UnRegisterP2pCallbackMock()
H
A
D
wifi_p2p_hal_interface_test.cpp
33
void
onDeviceFound
(const HalP2pDeviceFound &info)
in onDeviceFound()
function
35
LOGD("
onDeviceFound
...deviceCapabilities: %d\n", info.deviceCapabilities);
in onDeviceFound()
H
A
D
i_wifi_test.cpp
289
callback.
onDeviceFound
= OnDeviceFoundTest;
in SetWifiP2pEventCallbackTest()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/interface/
H
A
D
nstackx.h
224
NSTACKX_OnDeviceListChanged
onDeviceFound
;
member
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H
A
D
wifi_hdi_wpa_callback.cpp
455
if (cbk.
onDeviceFound
) {
in OnEventDeviceFound()
475
cbk.
onDeviceFound
(cbInfo);
in OnEventDeviceFound()
/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/src/
H
A
D
disc_nstackx_adapter.c
198
.
onDeviceFound
= NULL,
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H
A
D
nstackx_common.c
1686
if (g_parameter.
onDeviceFound
!= NULL) {
in NotifyDeviceFound()
1688
g_parameter.
onDeviceFound
(deviceList, deviceCount);
in NotifyDeviceFound()
Completed in 19 milliseconds