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:versionType_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/media_foundation/services/media_monitor/client/src/
H
A
D
media_monitor_manager.cpp
42
versionType_
= OHOS::system::GetParameter("const.logsystem.versiontype", COMMERCIAL_VERSION);
in MediaMonitorManager()
43
MEDIA_LOG_I("version type:%{public}s",
versionType_
.c_str());
in MediaMonitorManager()
123
if (
versionType_
!= BETA_VERSION) {
in WriteAudioBuffer()
145
if (
versionType_
!= BETA_VERSION) {
in GetMediaParameters()
191
if (
versionType_
!= BETA_VERSION) {
in SetMediaParameters()
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H
A
D
media_monitor_service.cpp
76
versionType_
= OHOS::system::GetParameter("const.logsystem.versiontype", COMMERCIAL_VERSION);
in OnStart()
77
MEDIA_LOG_I("MediaMonitorService get version type %{public}s",
versionType_
.c_str());
in OnStart()
189
if (
versionType_
!= BETA_VERSION) {
in IsNeedDump()
205
if (
versionType_
!= BETA_VERSION) {
in GetInputBuffer()
223
if (
versionType_
!= BETA_VERSION) {
in InputBufferFilled()
239
if (
versionType_
!= BETA_VERSION) {
in GetPcmDumpStatus()
250
if (
versionType_
!= BETA_VERSION) {
in SetMediaParameters()
/foundation/multimedia/media_foundation/services/media_monitor/client/include/
H
A
D
media_monitor_manager.h
51
std::string
versionType_
= COMMERCIAL_VERSION;
member in OHOS::Media::MediaMonitor::MediaMonitorManager
/foundation/multimedia/media_foundation/services/media_monitor/server/include/
H
A
D
media_monitor_service.h
122
std::string
versionType_
= COMMERCIAL_VERSION;
member in OHOS::Media::MediaMonitor::MediaMonitorService
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H
A
D
audio_utils.cpp
1336
versionType_
= versionType;
in SetVersionType()
1341
return
versionType_
;
in GetVersionType()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H
A
D
audio_utils.h
402
std::string
versionType_
= "commercial";
member in OHOS::AudioStandard::AudioDump
Completed in 6 milliseconds