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:StartDump
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributedhardware/distributed_camera/common/src/utils/
H
A
D
dcamera_hidumper.cpp
25
int32_t DcameraHidumper::
StartDump
()
in StartDump()
function in OHOS::DistributedHardware::DcameraHidumper
/foundation/distributedhardware/distributed_camera/common/include/utils/
H
A
D
dcamera_hidumper.h
32
int32_t
StartDump
();
/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/
H
A
D
dcamera_hidumper_test.cpp
67
* @tc.desc: Verify the
StartDump
function failed.
73
EXPECT_EQ(DCAMERA_OK, DcameraHidumper::GetInstance().
StartDump
());
in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcamera/
H
A
D
dcamera_sink_hidumper.cpp
107
ret = DcameraHidumper::GetInstance().
StartDump
();
in ProcessDump()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/
H
A
D
dcamera_source_hidumper.cpp
120
ret = DcameraHidumper::GetInstance().
StartDump
();
in ProcessDump()
Completed in 2 milliseconds