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:g_count
(Results
1 - 6
of
6
) sorted by relevance
/base/security/code_signature/test/unittest/mock/src/
H
A
D
hks_api_mock_test.cpp
23
int
g_count
= 0;
member
27
if (
g_count
== KEYEXIST) {
in HksKeyExist()
30
if (
g_count
== ERROR) {
in HksKeyExist()
40
if (
g_count
== ATTESTKEY) {
in HksAttestKey()
56
if (
g_count
== GENERATEKEY ||
g_count
== ERROR) {
in HksGenerateKey()
66
if (
g_count
== INIT) {
in HksInit()
77
if (
g_count
== UPDATE) {
in HksUpdate()
87
if (
g_count
== FINISH) {
in HksFinish()
/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/
H
A
D
signal_chain_test.cpp
43
static int
g_count
= 0;
member
59
g_count
= 0;
in ResetCount()
120
g_count
++;
in SigchainSpecialHandlerDumpTrue()
121
EXPECT_EQ(
g_count
, SIGCHIAN_TEST_SIGNAL_NUM_2) << "SigchainSpecialHandlerDumpTrue:
g_count
.";
in SigchainSpecialHandlerDumpTrue()
132
g_count
++;
in SigchainSpecialHandlerDump1()
133
EXPECT_EQ(
g_count
, SIGCHIAN_TEST_SIGNAL_NUM_1) << "SigchainSpecialHandlerDump1:
g_count
.";
in SigchainSpecialHandlerDump1()
144
g_count
++;
in SigchainSpecialHandlerDump2()
145
EXPECT_EQ(
g_count
, SIGCHIAN_TEST_SIGNAL_NUM_
in SigchainSpecialHandlerDump2()
[all...]
/base/security/code_signature/test/unittest/
H
A
D
local_code_sign_utils_mock_test.cpp
55
* @tc.desc: Sign local code successfully, owner ID is empty, and set
g_count
.
70
g_count
= ATTESTKEY;
in HWTEST_F()
75
g_count
= INIT;
in HWTEST_F()
80
g_count
= UPDATE;
in HWTEST_F()
85
g_count
= FINISH;
in HWTEST_F()
105
g_count
= ERROR;
in HWTEST_F()
109
g_count
= KEYEXIST;
in HWTEST_F()
/base/security/device_auth/test/unittest/tdd_framework/tdd_helper/memory_monitor/src/
H
A
D
memory_monitor.cpp
56
static int
g_count
= 0;
variable
74
mb.id =
g_count
++;
in HcMonitorMalloc()
154
g_count
= 0;
in HcDestroyMallocMonitor()
/base/security/certificate_manager/test/unittest/multi_thread_test/src/
H
A
D
cm_grant_multi_thread_test.cpp
33
static uint32_t
g_count
= 0;
member
81
for (uint32_t i = 0; i <
g_count
; ++i) {
in TestGrantAppCertificate()
324
g_count
= GRANT_ONE_APP_ID;
in HWTEST_F()
340
g_count
= GRANT_MULTIPLE_APP_ID;
in HWTEST_F()
356
g_count
= GRANT_MULTIPLE_APP_ID;
in HWTEST_F()
/base/security/code_signature/test/unittest/mock/include/
H
A
D
hks_api.h
24
extern int
g_count
;
Completed in 3 milliseconds