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:CountAllEvent
(Results
1 - 19
of
19
) sorted by relevance
/base/security/security_guard/services/risk_classify/model_manager/src/
H
A
D
db_operate.cpp
67
int64_t DbOperate::
CountAllEvent
()
in CountAllEvent()
function in OHOS::Security::SecurityGuard::DbOperate
69
return DatabaseManager::GetInstance().
CountAllEvent
(table_);
in CountAllEvent()
/base/security/security_guard/test/unittest/mock/data_collect/
H
A
D
risk_event_rdb_helper.h
41
virtual int64_t
CountAllEvent
() = 0;
68
MOCK_METHOD0(
CountAllEvent
, int64_t());
/base/security/security_guard/test/unittest/risk_classify/include/
H
A
D
i_db_operate.h
36
virtual int64_t
CountAllEvent
() = 0;
/base/security/security_guard/test/unittest/model_manager/include/
H
A
D
db_operate.h
36
int64_t
CountAllEvent
() override;
H
A
D
i_db_operate.h
36
virtual int64_t
CountAllEvent
() = 0;
/base/security/security_guard/interfaces/inner_api/classify/include/
H
A
D
i_db_operate.h
36
virtual int64_t
CountAllEvent
() = 0;
/base/security/security_guard/services/risk_classify/model_manager/include/
H
A
D
db_operate.h
36
int64_t
CountAllEvent
() override;
/base/security/security_guard/services/data_collect/store/include/
H
A
D
database_helper.h
40
virtual int64_t
CountAllEvent
();
H
A
D
database_manager.h
42
int64_t
CountAllEvent
(std::string table);
/base/security/security_guard/test/unittest/data_collect/include/
H
A
D
database_helper.h
40
virtual int64_t
CountAllEvent
();
H
A
D
database_manager.h
44
int64_t
CountAllEvent
(std::string table);
/base/security/security_guard/test/unittest/mock/database_manager/
H
A
D
database_manager.h
46
virtual int64_t
CountAllEvent
(std::string table) = 0;
77
MOCK_METHOD1(
CountAllEvent
, int64_t(std::string table));
/base/security/security_guard/test/unittest/data_collect/database_manager/
H
A
D
database_manager.h
43
int64_t
CountAllEvent
(std::string table);
H
A
D
security_guard_database_manager_test.cpp
250
EXPECT_CALL(RiskEventRdbHelper::GetInstance(),
CountAllEvent
).WillOnce(Return(1));
in HWTEST_F()
251
int ret = DatabaseManager::GetInstance().
CountAllEvent
("risk_event");
in HWTEST_F()
253
ret = DatabaseManager::GetInstance().
CountAllEvent
("");
in HWTEST_F()
/base/security/security_guard/services/data_collect/store/src/
H
A
D
database_manager.cpp
153
int64_t DatabaseManager::
CountAllEvent
(std::string table)
in CountAllEvent()
function in OHOS::Security::SecurityGuard::DatabaseManager
156
return RiskEventRdbHelper::GetInstance().
CountAllEvent
();
in CountAllEvent()
H
A
D
database_helper.cpp
177
int64_t DatabaseHelper::
CountAllEvent
()
in CountAllEvent()
function in OHOS::Security::SecurityGuard::DatabaseHelper
/base/security/security_guard/test/unittest/model_manager/src/
H
A
D
security_guard_model_manager_test.cpp
87
MOCK_METHOD0(
CountAllEvent
, int64_t());
/base/security/security_guard/test/fuzztest/data_collect/datacollect_fuzzer/
H
A
D
data_collect_fuzzer.cpp
191
helper.
CountAllEvent
();
in DatabaseHelperFuzzTest()
232
DatabaseManager::GetInstance().
CountAllEvent
(string);
in DatabaseManagerFuzzTest()
/base/security/security_guard/test/unittest/data_collect/src/
H
A
D
security_guard_data_collect_test.cpp
333
int64_t count = helper.
CountAllEvent
();
in HWTEST_F()
335
count = helper.
CountAllEvent
();
in HWTEST_F()
Completed in 7 milliseconds