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:GetDumpFlag
(Results
1 - 16
of
16
) sorted by relevance
/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/
H
A
D
dcamera_hidumper_test.cpp
56
* @tc.desc: Verify the
GetDumpFlag
function failed.
62
EXPECT_EQ(false, DcameraHidumper::GetInstance().
GetDumpFlag
());
in HWTEST_F()
74
EXPECT_EQ(true, DcameraHidumper::GetInstance().
GetDumpFlag
());
in HWTEST_F()
86
EXPECT_EQ(false, DcameraHidumper::GetInstance().
GetDumpFlag
());
in HWTEST_F()
/foundation/distributedhardware/distributed_camera/common/src/utils/
H
A
D
dcamera_hidumper.cpp
39
bool DcameraHidumper::
GetDumpFlag
()
in GetDumpFlag()
function in OHOS::DistributedHardware::DcameraHidumper
/foundation/distributedhardware/distributed_camera/common/include/utils/
H
A
D
dcamera_hidumper.h
34
bool
GetDumpFlag
();
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/listener/
H
A
D
dcamera_photo_surface_listener.cpp
72
if (DcameraHidumper::GetInstance().
GetDumpFlag
() && (IsUnderDumpMaxSize(fileName) == DCAMERA_OK)) {
in OnBufferAvailable()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/dsoftbus_output/
H
A
D
dsoftbus_output_plugin.h
66
bool
GetDumpFlag
();
H
A
D
dsoftbus_output_plugin.cpp
261
if (
GetDumpFlag
()) {
in PushData()
371
bool DsoftbusOutputPlugin::
GetDumpFlag
()
in GetDumpFlag()
function in OHOS::DistributedHardware::DsoftbusOutputPlugin
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_input/dsoftbus_input/
H
A
D
dsoftbus_input_plugin.h
69
bool
GetDumpFlag
();
H
A
D
dsoftbus_input_plugin.cpp
330
if (
GetDumpFlag
()) {
in DataEnqueue()
389
bool DsoftbusInputPlugin::
GetDumpFlag
()
in GetDumpFlag()
function in OHOS::DistributedHardware::DsoftbusInputPlugin
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H
A
D
dcamera_stream_data_process_producer.cpp
181
if (DcameraHidumper::GetInstance().
GetDumpFlag
() && (IsUnderDumpMaxSize(fileName) == DCAMERA_OK)) {
in LooperSnapShot()
276
if (DcameraHidumper::GetInstance().
GetDumpFlag
() &&
in OnSmoothFinished()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H
A
D
dcamera_sink_data_process.cpp
166
if (DcameraHidumper::GetInstance().
GetDumpFlag
() && (IsUnderDumpMaxSize(DUMP_PATH + AFTER_ENCODE) == DCAMERA_OK)) {
in OnProcessedVideoBuffer()
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H
A
D
decode_data_process.cpp
400
if (DcameraHidumper::GetInstance().
GetDumpFlag
() && (IsUnderDumpMaxSize(DUMP_PATH + BEFORE_DECODE) == DCAMERA_OK)) {
in BeforeDecodeDump()
581
if (DcameraHidumper::GetInstance().
GetDumpFlag
() && (IsUnderDumpMaxSize(DUMP_PATH + fileName) == DCAMERA_OK)) {
in CopyDecodedImage()
H
A
D
decode_data_process_common.cpp
447
if (DcameraHidumper::GetInstance().
GetDumpFlag
() && (IsUnderDumpMaxSize(DUMP_PATH + BEFORE_DECODE) == DCAMERA_OK)) {
in BeforeDecodeDump()
617
if (DcameraHidumper::GetInstance().
GetDumpFlag
() && (IsUnderDumpMaxSize(DUMP_PATH + fileName) == DCAMERA_OK)) {
in CopyDecodedImage()
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H
A
D
hiplayer_impl.h
179
void
GetDumpFlag
();
H
A
D
hiplayer_impl.cpp
158
GetDumpFlag
();
in Init()
162
void HiPlayerImpl::
GetDumpFlag
()
in GetDumpFlag()
function in OHOS::Media::HiPlayerImpl
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H
A
D
screen_capture_server.h
330
void
GetDumpFlag
();
H
A
D
screen_capture_server.cpp
1732
void ScreenCaptureServer::
GetDumpFlag
()
in GetDumpFlag()
function in OHOS::Media::ScreenCaptureServer
1747
GetDumpFlag
();
in StartScreenCapture()
Completed in 17 milliseconds