Home
last modified time | relevance | path

Searched refs:LoadDataCollectManageService (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/security_guard/frameworks/js/napi/
H A Dsecurity_guard_sdk_adaptor.cpp48 auto proxy = LoadDataCollectManageService(); in RequestSecurityEventInfo()
170 auto proxy = LoadDataCollectManageService(); in StartCollector()
192 auto proxy = LoadDataCollectManageService(); in StopCollector()
214 auto proxy = LoadDataCollectManageService(); in QuerySecurityEvent()
244 auto proxy = LoadDataCollectManageService(); in Subscribe()
279 auto proxy = LoadDataCollectManageService(); in Unsubscribe()
297 sptr<IDataCollectManager> SecurityGuardSdkAdaptor::LoadDataCollectManageService() in LoadDataCollectManageService() function in OHOS::Security::SecurityGuard::SecurityGuardSdkAdaptor
315 auto proxy = LoadDataCollectManageService(); in ConfigUpdate()
H A Dsecurity_guard_sdk_adaptor.h49 static sptr<IDataCollectManager> LoadDataCollectManageService();