Home
last modified time | relevance | path

Searched refs:QueryEventByRuler (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/security_guard/services/data_collect/sa/include/
H A Ddata_collect_manager_service.h69 static bool QueryEventByRuler(sptr<ISecurityEventQueryCallback> proxy,
/ohos5.0/base/security/security_guard/test/unittest/data_collect/sa/
H A Ddata_collect_manager_service.h68 static bool QueryEventByRuler(sptr<ISecurityEventQueryCallback> proxy,
H A Dsecurity_guard_data_collect_sa_test.cpp205 EXPECT_TRUE(service.QueryEventByRuler(mockProxy, ruler));
227 EXPECT_TRUE(service.QueryEventByRuler(mockProxy, ruler));
248 EXPECT_TRUE(service.QueryEventByRuler(mockProxy, ruler));
263 EXPECT_TRUE(service.QueryEventByRuler(mockProxy, ruler));
/ohos5.0/base/security/security_guard/services/data_collect/sa/
H A Ddata_collect_manager_service.cpp338 bool DataCollectManagerService::QueryEventByRuler(sptr<ISecurityEventQueryCallback> proxy, in QueryEventByRuler() function in OHOS::Security::SecurityGuard::DataCollectManagerService
391 return !QueryEventByRuler(proxy, ruler); in QuerySecurityEvent()