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:lockValue
(Results
1 - 2
of
2
) sorted by relevance
/test/xts/hats/powermgr/power/hdi_power_additional/common/
H
A
D
hdi_power_test.cpp
1590
std::string
lockValue
;
in HWTEST_F()
local
1595
ret = HdfPowerHdiTestAdditional::ReadFile(lockBufS,
lockValue
, MAX_PATH);
in HWTEST_F()
1597
EXPECT_FALSE(
lockValue
.empty());
in HWTEST_F()
1598
auto pos =
lockValue
.find(testName);
in HWTEST_F()
1599
EXPECT_TRUE(pos != std::string::npos) << "testSuspendBlock001 failed lock: " <<
lockValue
;
in HWTEST_F()
1617
std::string
lockValue
;
in HWTEST_F()
local
1622
ret = HdfPowerHdiTestAdditional::ReadFile(lockBufS,
lockValue
, MAX_PATH);
in HWTEST_F()
1624
EXPECT_FALSE(
lockValue
.empty());
in HWTEST_F()
1625
auto pos =
lockValue
.find(testName);
in HWTEST_F()
1626
EXPECT_TRUE(pos != std::string::npos) << "testSuspendBlock002 failed lock: " <<
lockValue
;
in HWTEST_F()
1644
std::string
lockValue
;
HWTEST_F()
local
1671
std::string
lockValue
;
HWTEST_F()
local
1698
std::string
lockValue
;
HWTEST_F()
local
1725
std::string
lockValue
;
HWTEST_F()
local
1755
std::string
lockValue
;
HWTEST_F()
local
1785
std::string
lockValue
;
HWTEST_F()
local
1815
std::string
lockValue
;
HWTEST_F()
local
1845
std::string
lockValue
;
HWTEST_F()
local
1875
std::string
lockValue
;
HWTEST_F()
local
1905
std::string
lockValue
;
HWTEST_F()
local
[all...]
/test/xts/hats/powermgr/power/hdi_power/common/
H
A
D
hdi_power_test.cpp
309
char
lockValue
[MAX_FILE] = {0};
315
ret = HdfPowerHdiTest::ReadFile(lockBuf,
lockValue
, sizeof(
lockValue
));
317
std::string lock =
lockValue
;
Completed in 4 milliseconds