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:HIDEBUG_SUCCESS
(Results
1 - 6
of
6
) sorted by relevance
/developtools/profiler/hidebug/test/unittest/native/
H
A
D
hidebug_test.cpp
249
EXPECT_EQ(captureResult,
HIDEBUG_SUCCESS
);
in HWTEST_F()
251
EXPECT_EQ(OH_HiDebug_StopAppTraceCapture(),
HIDEBUG_SUCCESS
);
in HWTEST_F()
local
273
EXPECT_EQ(captureResult,
HIDEBUG_SUCCESS
);
in HWTEST_F()
277
EXPECT_EQ(OH_HiDebug_StopAppTraceCapture(),
HIDEBUG_SUCCESS
);
in HWTEST_F()
local
299
EXPECT_EQ(captureResult,
HIDEBUG_SUCCESS
);
in HWTEST_F()
301
EXPECT_EQ(OH_HiDebug_StopAppTraceCapture(),
HIDEBUG_SUCCESS
);
in HWTEST_F()
local
317
EXPECT_EQ(OH_HiDebug_GetGraphicsMemory(&value),
HIDEBUG_SUCCESS
);
in HWTEST_F()
local
/developtools/profiler/hidebug/frameworks/hidebug_ndk/
H
A
D
hidebug_ndk.cpp
147
if (ret !=
HIDEBUG_SUCCESS
) {
in OH_HiDebug_StartAppTraceCapture()
154
return
HIDEBUG_SUCCESS
;
in OH_HiDebug_StartAppTraceCapture()
181
return
HIDEBUG_SUCCESS
;
in OH_HiDebug_GetGraphicsMemory()
/developtools/profiler/hidebug/interfaces/native/kits/include/hidebug/
H
A
D
hidebug_type.h
53
HIDEBUG_SUCCESS
= 0,
enumerator
/developtools/profiler/hidebug/frameworks/native/src/
H
A
D
hidebug_native_interface_impl.cpp
94
return
HIDEBUG_SUCCESS
;
in StartAppTraceCapture()
112
return
HIDEBUG_SUCCESS
;
in StopAppTraceCapture()
/developtools/profiler/hidebug/interfaces/cj/
H
A
D
hidebug_ffi.cpp
299
if (code !=
HIDEBUG_SUCCESS
|| file.empty()) {
in FfiHidebugStartAppTraceCapture()
/developtools/profiler/hidebug/interfaces/js/kits/napi/
H
A
D
napi_hidebug.cpp
848
if (ret ==
HIDEBUG_SUCCESS
) {
in StartAppTraceCapture()
Completed in 6 milliseconds