Home
last modified time | relevance | path

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

/base/security/security_guard/test/unittest/security_collector/data_collection/src/
H A Ddata_collection_test.cpp46 MOCK_METHOD1(IsCollectorStarted, bool(int64_t eventId));
88 EXPECT_CALL(myOb, IsCollectorStarted).WillOnce(Return(false)); in HWTEST_F()
99 EXPECT_CALL(myOb, IsCollectorStarted).WillOnce(Return(false)); in HWTEST_F()
111 EXPECT_CALL(myOb, IsCollectorStarted).WillOnce(Return(false)); in HWTEST_F()
120 EXPECT_CALL(myOb, IsCollectorStarted).WillOnce(Return(true)); in HWTEST_F()
211 EXPECT_CALL(myOb, IsCollectorStarted).WillOnce(Return(false)); in HWTEST_F()
222 EXPECT_CALL(myOb, IsCollectorStarted).WillOnce(Return(false)); in HWTEST_F()
231 EXPECT_CALL(myOb, IsCollectorStarted).WillOnce(Return(false)); in HWTEST_F()
240 EXPECT_CALL(myOb, IsCollectorStarted).WillOnce(Return(true)); in HWTEST_F()
/base/security/security_guard/services/security_collector/include/
H A Ddata_collection.h50 bool IsCollectorStarted(int64_t eventId);
/base/security/security_guard/services/security_collector/src/
H A Ddata_collection.cpp44 if (IsCollectorStarted(eventId)) { in StartCollectors()
72 if (IsCollectorStarted(eventId)) { in SecurityGuardSubscribeCollector()
92 bool DataCollection::IsCollectorStarted(int64_t eventId) in IsCollectorStarted() function in OHOS::Security::SecurityCollector::DataCollection
/base/security/security_guard/test/unittest/security_collector/data_collection/include/
H A Ddata_collection.h51 virtual bool IsCollectorStarted(int64_t eventId);
/base/security/security_guard/test/fuzztest/security_collector/securitycollector_fuzzer/
H A Dsecurity_collector_fuzzer.cpp78 DataCollection::GetInstance().IsCollectorStarted(eventId); in DataCollectionFuzzTest()

Completed in 2 milliseconds