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:cOptions
(Results
1 - 3
of
3
) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H
A
D
zip_ffi.cpp
43
OPTIONS
cOptions
;
in FfiBundleManagerCompressFile()
local
44
cOptions
.level = static_cast<COMPRESS_LEVEL>(options.level);
in FfiBundleManagerCompressFile()
45
cOptions
.memLevel = static_cast<MEMORY_LEVEL>(options.memLevel);
in FfiBundleManagerCompressFile()
46
cOptions
.strategy = static_cast<COMPRESS_STRATEGY>(options.strategy);
in FfiBundleManagerCompressFile()
48
code = Zip(strInFile, strOutFile,
cOptions
);
in FfiBundleManagerCompressFile()
68
OPTIONS
cOptions
;
in FfiBundleManagerDeCompressFileOptions()
local
69
cOptions
.level = static_cast<COMPRESS_LEVEL>(options.level);
in FfiBundleManagerDeCompressFileOptions()
70
cOptions
.memLevel = static_cast<MEMORY_LEVEL>(options.memLevel);
in FfiBundleManagerDeCompressFileOptions()
71
cOptions
.strategy = static_cast<COMPRESS_STRATEGY>(options.strategy);
in FfiBundleManagerDeCompressFileOptions()
73
code = UnZip(strInFile, strOutFile,
cOptions
);
in FfiBundleManagerDeCompressFileOptions()
92
OPTIONS
cOptions
;
FfiBundleManagerDeCompressFile()
local
[all...]
/foundation/multimedia/audio_framework/frameworks/cj/src/
H
A
D
multimedia_audio_common.cpp
35
void Convert2AudioCapturerOptions(AudioCapturerOptions &opions, const CAudioCapturerOptions &
cOptions
)
in Convert2AudioCapturerOptions()
argument
37
opions.capturerInfo.sourceType = static_cast<SourceType>(
cOptions
.audioCapturerInfo.source);
in Convert2AudioCapturerOptions()
38
opions.streamInfo.channels = static_cast<AudioChannel>(
cOptions
.audioStreamInfo.channels);
in Convert2AudioCapturerOptions()
39
opions.streamInfo.channelLayout = static_cast<AudioChannelLayout>(
cOptions
.audioStreamInfo.channelLayout);
in Convert2AudioCapturerOptions()
40
opions.streamInfo.encoding = static_cast<AudioEncodingType>(
cOptions
.audioStreamInfo.encodingType);
in Convert2AudioCapturerOptions()
41
opions.streamInfo.format = static_cast<AudioSampleFormat>(
cOptions
.audioStreamInfo.sampleFormat);
in Convert2AudioCapturerOptions()
42
opions.streamInfo.samplingRate = static_cast<AudioSamplingRate>(
cOptions
.audioStreamInfo.samplingRate);
in Convert2AudioCapturerOptions()
46
(
cOptions
.audioCapturerInfo.capturerFlags != 0) ? 0 :
cOptions
.audioCapturerInfo.capturerFlags;
in Convert2AudioCapturerOptions()
/foundation/multimedia/audio_framework/frameworks/cj/include/
H
A
D
multimedia_audio_common.h
25
void Convert2AudioCapturerOptions(AudioCapturerOptions &opions, const CAudioCapturerOptions &
cOptions
);
Completed in 2 milliseconds