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:eventIdList
(Results
1 - 5
of
5
) sorted by relevance
/base/security/security_guard/test/unittest/data_collect/sa/
H
A
D
security_guard_data_collect_sa_test.cpp
1501
std::vector<int64_t>
eventIdList
;
in HWTEST_F()
local
1508
EXPECT_EQ(service.GetSecurityEventConfig(
eventIdList
), true);
in HWTEST_F()
1509
EXPECT_EQ(
eventIdList
.size(), 1);
in HWTEST_F()
1510
EXPECT_EQ(
eventIdList
[0], 123);
in HWTEST_F()
1514
std::vector<int64_t>
eventIdList
;
in HWTEST_F()
local
1521
EXPECT_EQ(service.GetSecurityEventConfig(
eventIdList
), false);
in HWTEST_F()
1522
EXPECT_TRUE(
eventIdList
.empty());
in HWTEST_F()
1526
std::vector<int64_t>
eventIdList
;
in HWTEST_F()
local
1533
EXPECT_EQ(service.GetSecurityEventConfig(
eventIdList
), false);
in HWTEST_F()
1534
EXPECT_TRUE(
eventIdList
in HWTEST_F()
1538
std::vector<int64_t>
eventIdList
;
HWTEST_F()
local
1550
std::vector<int64_t>
eventIdList
;
HWTEST_F()
local
1562
std::vector<int64_t>
eventIdList
;
HWTEST_F()
local
[all...]
H
A
D
data_collect_manager_service.h
70
bool GetSecurityEventConfig(std::vector<int64_t>&
eventIdList
);
/base/security/security_guard/services/data_collect/sa/include/
H
A
D
data_collect_manager_service.h
71
bool GetSecurityEventConfig(std::vector<int64_t>&
eventIdList
);
/base/update/updateservice/frameworks/js/napi/update/src/
H
A
D
define_property.cpp
195
std::vector<std::pair<std::string, napi_value>>
eventIdList
= {
in DefineEventId()
local
222
NapiCommonUtils::CreateProperty(env, exports, "EventId",
eventIdList
);
in DefineEventId()
/base/security/security_guard/services/data_collect/sa/
H
A
D
data_collect_manager_service.cpp
285
bool DataCollectManagerService::GetSecurityEventConfig(std::vector<int64_t>&
eventIdList
)
in GetSecurityEventConfig()
argument
302
eventIdList
.emplace_back(eventId);
in GetSecurityEventConfig()
Completed in 6 milliseconds