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:isSixSecond
(Results
1 - 3
of
3
) sorted by relevance
/base/hiviewdfx/hicollie/interfaces/ndk/test/unittest/
H
A
D
hicollie_test.cpp
99
bool
isSixSecond
= false;
in HWTEST_F()
local
100
int result = OH_HiCollie_Report(&
isSixSecond
);
in HWTEST_F()
102
EXPECT_TRUE(
isSixSecond
);
in HWTEST_F()
103
result = OH_HiCollie_Report(&
isSixSecond
);
in HWTEST_F()
105
EXPECT_FALSE(
isSixSecond
);
in HWTEST_F()
/base/hiviewdfx/hicollie/interfaces/ndk/
H
A
D
hicollie.cpp
81
int Report(bool*
isSixSecond
)
in Report()
argument
87
if (*
isSixSecond
) {
in Report()
90
*
isSixSecond
= false;
in Report()
94
*
isSixSecond
= true;
in Report()
135
HiCollie_ErrorCode OH_HiCollie_Report(bool*
isSixSecond
)
in OH_HiCollie_Report()
argument
140
if (
isSixSecond
== nullptr) {
in OH_HiCollie_Report()
147
if (OHOS::HiviewDFX::Report(
isSixSecond
) != 0) {
in OH_HiCollie_Report()
/base/hiviewdfx/hicollie/interfaces/ndk/include/
H
A
D
hicollie.h
145
* @param
isSixSecond
boolean pointer.
148
* {@link HICOLLIE_INVALID_ARGUMENT} 401 - if
isSixSecond
is nullptr.
155
HiCollie_ErrorCode OH_HiCollie_Report(bool*
isSixSecond
);
Completed in 2 milliseconds