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:SUBSYS_COMMON
(Results
1 - 4
of
4
) sorted by relevance
/commonlibrary/c_utils/base/include/
H
A
D
errors.h
46
SUBSYS_COMMON
= 0,
enumerator
121
constexpr ErrCode BASE_ERR_OFFSET = ErrCodeOffset(
SUBSYS_COMMON
);
H
A
D
common_mapped_file_errors.h
42
* In this file, the subsystem is "
SUBSYS_COMMON
", and the module is
53
constexpr ErrCode COMMON_MAPPED_FILE_ERR_OFFSET = ErrCodeOffset(
SUBSYS_COMMON
, MODULE_MAPPED_FILE);
H
A
D
common_timer_errors.h
42
* In this file, the subsystem is "
SUBSYS_COMMON
", and the module is
53
constexpr ErrCode COMMON_TIMER_ERR_OFFSET = ErrCodeOffset(
SUBSYS_COMMON
, MODULE_TIMER);
H
A
D
common_event_sys_errors.h
42
* In this file, subsystem is "
SUBSYS_COMMON
" and module is "MODULE_EVENT_SYSTEM".
51
constexpr ErrCode COMMON_EVENT_SYS_ERR_OFFSET = ErrCodeOffset(
SUBSYS_COMMON
, MODULE_EVENT_SYS);
Completed in 2 milliseconds