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:chipType
(Results
1 - 5
of
5
) sorted by relevance
/drivers/peripheral/connected_nfc_tag/vendor_adapter/
H
A
D
connected_nfc_tag_vendor_adapter.cpp
63
const char*
chipType
= getChipFunc();
in GetNfcChipType()
local
64
if (
chipType
== nullptr ||
chipType
[0] == '\0') {
in GetNfcChipType()
65
HDF_LOGW("%{public}s:
chipType
Invalid", __func__);
in GetNfcChipType()
66
chipType
= "";
in GetNfcChipType()
69
HDF_LOGE("%{public}s: end
chipType
%{public}s", __func__,
chipType
);
in GetNfcChipType()
71
std::string strChipType =
chipType
;
in GetNfcChipType()
/drivers/peripheral/nfc/vendor_adaptor/
H
A
D
nfc_vendor_adaptions.cpp
37
static string GetNfcHalSoName(const std::string &
chipType
)
in GetNfcHalSoName()
argument
39
string nfcHalSoName = NFC_HAL_SO_PREFIX +
chipType
+ NFC_HAL_SO_SUFFIX;
in GetNfcHalSoName()
84
string NfcVendorAdaptions::GetNfcHalFuncNameSuffix(const std::string &
chipType
)
in GetNfcHalFuncNameSuffix()
argument
88
suffix = string(nfcExtInf.getNfcHalFuncNameSuffix(
chipType
.c_str()));
in GetNfcHalFuncNameSuffix()
179
string
chipType
= GetChipType();
in NfcVendorAdaptions()
local
180
string nfcHalSoName = GetNfcHalSoName(
chipType
);
in NfcVendorAdaptions()
181
string nfcHalFuncNameSuffix = GetNfcHalFuncNameSuffix(
chipType
);
in NfcVendorAdaptions()
H
A
D
nfc_vendor_adaptions.h
77
const char* (*getNfcHalFuncNameSuffix)(const char*
chipType
);
101
std::string GetNfcHalFuncNameSuffix(const std::string &
chipType
);
/drivers/peripheral/nfc/test/unittest/mock/
H
A
D
mock.h
41
std::string GetNfcHalFuncNameSuffix(const std::string &
chipType
);
H
A
D
mock.cpp
106
std::string NfcVendorAdaptions::GetNfcHalFuncNameSuffix(const std::string &
chipType
)
in GetNfcHalFuncNameSuffix()
argument
Completed in 3 milliseconds