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:tempType
(Results
1 - 5
of
5
) sorted by relevance
/drivers/peripheral/user_auth/test/unittest/service_test/src/
H
A
D
signature_operation.cpp
130
int32_t
tempType
= type;
in WriteTlvHead()
local
131
if (memcpy_s(buf->buf + buf->contentSize, buf->maxSize - buf->contentSize, &
tempType
, sizeof(
tempType
)) != EOK) {
in WriteTlvHead()
135
buf->contentSize += sizeof(
tempType
);
in WriteTlvHead()
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/
H
A
D
audio_proxy_common.cpp
153
uint32_t
tempType
= 0;
in AudioProxyReadSapmleAttrbutes()
local
154
if (!HdfSbufReadUint32(reply, &
tempType
)) {
in AudioProxyReadSapmleAttrbutes()
157
attrs->type = (AudioCategory)
tempType
;
in AudioProxyReadSapmleAttrbutes()
H
A
D
audio_proxy_render.cpp
808
uint32_t
tempType
= (uint32_t)(uintptr_t)type;
in AudioProxyRenderDrainBuffer()
local
809
if (!HdfSbufWriteUint32(data,
tempType
)) {
in AudioProxyRenderDrainBuffer()
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/server/src/
H
A
D
hdf_audio_server_render.cpp
956
uint32_t
tempType
= 0;
in HdiServiceRenderDrainBuffer()
local
957
if (!HdfSbufReadUint32(data, &
tempType
)) {
in HdiServiceRenderDrainBuffer()
960
type = (AudioDrainNotifyType)
tempType
;
in HdiServiceRenderDrainBuffer()
/drivers/peripheral/audio/hal/hdi_binder/server/src/
H
A
D
hdf_audio_server_render.c
1151
uint32_t
tempType
= 0;
in HdiServiceRenderDrainBuffer()
local
1152
if (!HdfSbufReadUint32(data, &
tempType
)) {
in HdiServiceRenderDrainBuffer()
1155
type = (enum AudioDrainNotifyType)
tempType
;
in HdiServiceRenderDrainBuffer()
Completed in 7 milliseconds