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:EmRtdType
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/nfc/interfaces/inner_api/common/
H
A
D
ndef_message.cpp
48
std::string NdefMessage::GetTagRtdType(
EmRtdType
rtdtype)
in GetTagRtdType()
52
case
EmRtdType
::RTD_TEXT:
in GetTagRtdType()
55
case
EmRtdType
::RTD_URI:
in GetTagRtdType()
58
case
EmRtdType
::RTD_SMART_POSTER:
in GetTagRtdType()
61
case
EmRtdType
::RTD_ALTERNATIVE_CARRIER:
in GetTagRtdType()
64
case
EmRtdType
::RTD_HANDOVER_CARRIER:
in GetTagRtdType()
67
case
EmRtdType
::RTD_HANDOVER_REQUEST:
in GetTagRtdType()
70
case
EmRtdType
::RTD_HANDOVER_SELECT:
in GetTagRtdType()
73
case
EmRtdType
::RTD_OHOS_APP:
in GetTagRtdType()
108
std::string tagRtdType = NfcSdkCommon::StringToHexString(GetTagRtdType(
EmRtdType
in MakeUriRecord()
[all...]
H
A
D
ndef_message.h
117
enum
EmRtdType
{
enum in OHOS::NFC::KITS::final
150
static std::string GetTagRtdType(
EmRtdType
rtdtype);
230
const static std::array<std::string, NdefMessage::
EmRtdType
::RTD_RESERVED> HEX_RTD_TYPE = {
/foundation/communication/nfc/test/fuzztest/tags_test/ndefmessage/ndefmessage_fuzzer/
H
A
D
ndefmessage_fuzzer.cpp
102
// Need enum type input parameter, use % 9 Randomly convert data to
EmRtdType
in FuzzGetTagRtdType()
103
NdefMessage::
EmRtdType
rtdtype = static_cast<NdefMessage::
EmRtdType
>(data[0] % OHOS::MAX_ENUM_EMRTDTYPE_NUMS);
in FuzzGetTagRtdType()
/foundation/communication/nfc/frameworks/js/napi/tag/
H
A
D
nfc_napi_tag.cpp
114
std::string hexText = HEX_RTD_TYPE.at(NdefMessage::
EmRtdType
::RTD_TEXT);
in RegisterEnumRtdType()
124
std::string hexUri = HEX_RTD_TYPE.at(NdefMessage::
EmRtdType
::RTD_URI);
in RegisterEnumRtdType()
Completed in 4 milliseconds