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:uint16
(Results
1 - 11
of
11
) sorted by relevance
/foundation/communication/dsoftbus/core/adapter/br/include/
H
A
D
bt_rfcom.h
44
void (*OnDataReceived)(uint8 handle, const uint8 *buf,
uint16
len);
69
uint8 BtRfcomClientWrite(uint8 handle, uint8 *data,
uint16
dataLen);
79
void BtRfcomHandleResponse(const uint8 *data,
uint16
dataLen);
/foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry/
H
A
D
iproxy_server.h
63
#define SERVER_IMPL_PROXY_VER ((
uint16
)SERVER_PROXY_VER | (
uint16
)DEFAULT_VERSION)
H
A
D
iproxy_client.h
55
#define CLIENT_PROXY_VER (0x40 | (
uint16
)DEFAULT_VERSION)
/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/
H
A
D
service.h
135
uint16
stackSize;
137
uint16
queueSize;
H
A
D
iunknown.h
86
uint16
ver; \
174
uint16
ver;
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H
A
D
iunknown.c
38
if ((entry->ver & (
uint16
)ver) != ver) {
in IUNKNOWN_QueryInterface()
44
(entry->ver & (
uint16
)DEFAULT_VERSION) != DEFAULT_VERSION) {
in IUNKNOWN_QueryInterface()
H
A
D
task_manager.h
40
uint16
stackSize;
H
A
D
service_impl.h
43
uint16
messages;
/foundation/systemabilitymgr/samgr_lite/samgr/adapter/
H
A
D
thread_adapter.h
35
uint16
reserved2; // reserved2 (must be 0)
/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
H
A
D
font_parser_test.cpp
251
struct OpenTypeBasicType::Uint16
uint16
;
in HWTEST_F()
local
252
EXPECT_EQ(
uint16
.Get(), 0);
in HWTEST_F()
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H
A
D
ability_mgr_service_slite.cpp
210
constexpr
uint16
QUEUE_SIZE = 20;
in GetServiceTaskConfig()
Completed in 4 milliseconds