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:IsEventSupport
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/connected_nfc_tag/frameworks/js/napi/
H
A
D
nfc_napi_event.cpp
237
bool EventRegister::
IsEventSupport
(const std::string& type)
in IsEventSupport()
function in OHOS::NFC::EventRegister
246
if (!
IsEventSupport
(type)) {
in Register()
298
if (!
IsEventSupport
(type)) {
in Unregister()
H
A
D
nfc_napi_event.h
77
bool
IsEventSupport
(const std::string& type);
/foundation/communication/nfc/frameworks/js/napi/controller/
H
A
D
nfc_napi_controller_event.cpp
268
bool EventRegister::
IsEventSupport
(const std::string& type)
in IsEventSupport()
function in OHOS::NFC::KITS::EventRegister
276
if (!
IsEventSupport
(type)) {
in Register()
376
if (!
IsEventSupport
(type)) {
in Unregister()
H
A
D
nfc_napi_controller_event.h
100
bool
IsEventSupport
(const std::string& type);
/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H
A
D
nfc_napi_hce_adapter.h
96
bool
IsEventSupport
(const std::string& type);
H
A
D
nfc_napi_hce_adapter.cpp
184
bool EventRegister::
IsEventSupport
(const std::string& type)
in IsEventSupport()
function in OHOS::NFC::KITS::EventRegister
192
if (!
IsEventSupport
(type)) {
in Register()
/foundation/communication/wifi/wifi/frameworks/js/napi/inc/
H
A
D
wifi_napi_event.h
156
bool
IsEventSupport
(const std::string& type);
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H
A
D
wifi_napi_event.cpp
695
bool EventRegister::
IsEventSupport
(const std::string& type)
in IsEventSupport()
function in OHOS::Wifi::WifiNapiDeviceEventCallback::JsLayerWifiState::WifiNapiHotspotEventCallback::EventRegister
705
if (!
IsEventSupport
(type)) {
in Register()
786
if (!
IsEventSupport
(type)) {
in Unregister()
Completed in 5 milliseconds