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:MAX_NAME_LENGTH
(Results
1 - 3
of
3
) sorted by relevance
/drivers/peripheral/input/ddk_service/src/emit_event_manager/
H
A
D
virtual_device.cpp
31
constexpr uint32_t
MAX_NAME_LENGTH
= 80;
101
if (strlen(deviceName_) == 0 || strlen(deviceName_) >
MAX_NAME_LENGTH
- 1) {
in SetUp()
105
errno_t ret = strncpy_s(uinputDev_.name,
MAX_NAME_LENGTH
, deviceName_,
MAX_NAME_LENGTH
- 1);
in SetUp()
/drivers/hdf_core/framework/model/network/ethernet/include/
H
A
D
eth_device.h
18
#define
MAX_NAME_LENGTH
16
macro
/drivers/external_device_manager/frameworks/ddk/hid/
H
A
D
input_emit_event.cpp
40
constexpr uint32_t
MAX_NAME_LENGTH
= 80;
member
208
if (strlen(hidDevice->deviceName) == 0 || strlen(hidDevice->deviceName) >
MAX_NAME_LENGTH
- 1) {
in CheckHidDevice()
Completed in 2 milliseconds