Home
last modified time | relevance | path

Searched refs:eventIdList (Results 1 - 5 of 5) sorted by relevance

/base/security/security_guard/test/unittest/data_collect/sa/
H A Dsecurity_guard_data_collect_sa_test.cpp1501 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 Ddata_collect_manager_service.h70 bool GetSecurityEventConfig(std::vector<int64_t>& eventIdList);
/base/security/security_guard/services/data_collect/sa/include/
H A Ddata_collect_manager_service.h71 bool GetSecurityEventConfig(std::vector<int64_t>& eventIdList);
/base/update/updateservice/frameworks/js/napi/update/src/
H A Ddefine_property.cpp195 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 Ddata_collect_manager_service.cpp285 bool DataCollectManagerService::GetSecurityEventConfig(std::vector<int64_t>& eventIdList) in GetSecurityEventConfig() argument
302 eventIdList.emplace_back(eventId); in GetSecurityEventConfig()

Completed in 6 milliseconds