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:frequency_
(Results
1 - 12
of
12
) sorted by relevance
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H
A
D
net_supplier_info.cpp
35
if (!parcel.WriteUint32(
frequency_
)) {
in Marshalling()
73
if (!parcel.ReadUint32(ptr->
frequency_
)) {
in Unmarshalling()
109
if (!parcel.WriteUint32(object->
frequency_
)) {
in Marshalling()
142
str.append(tab).append("
frequency_
");
in ToString()
143
str.append(tab).append(":").append(std::to_string(
frequency_
)).append(",");
in ToString()
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H
A
D
net_supplier_info.h
38
uint32_t
frequency_
= 0x00;
member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H
A
D
sbc_frame.h
32
uint8_t
frequency_
{};
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H
A
D
sbc_frame.cpp
110
loudness = frame.scaleFactor_[channel][subband] - SBC_OFFSET_4[frame.
frequency_
][subband];
in SbcCalculateLoudness()
112
loudness = frame.scaleFactor_[channel][subband] - SBC_OFFSET_8[frame.
frequency_
][subband];
in SbcCalculateLoudness()
474
frequency_
= (bufStream[1] >> MOVE_BIT6) & VALUE3;
in Unpack()
626
bufStream[1] = (frame.
frequency_
& VALUE3) << MOVE_BIT6;
in Pack()
H
A
D
sbc_encoder.cpp
124
frame_.
frequency_
= codecParam.frequency;
in UpdateCodecFormat()
/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/
H
A
D
net_manager_center_test.cpp
313
netSupplierInfo->
frequency_
= 0x10;
in HWTEST_F()
333
netSupplierInfo->
frequency_
= 0x10;
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H
A
D
render_context_sample.cpp
117
.
frequency_
= freq_,
in Sync()
H
A
D
drawing_sample_canvaskit0310.cpp
412
.
frequency_
= freq_,
in Sync()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H
A
D
net_supplier.cpp
231
return netSupplierInfo_.
frequency_
;
in GetFrequency()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H
A
D
net_conn_client_test.cpp
954
netSupplierInfo->
frequency_
= 0x10;
in HWTEST_F()
978
netSupplierInfo->
frequency_
= 0x10;
in HWTEST_F()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H
A
D
net_conn_manager_test.cpp
246
netSupplierInfo->
frequency_
= 0x10;
in HWTEST_F()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H
A
D
net_conn_manager_test.cpp
246
netSupplierInfo->
frequency_
= 0x10;
in HWTEST_F()
Completed in 15 milliseconds