Home
last modified time | relevance | path

Searched refs:SgCollectClient (Results 1 - 3 of 3) sorted by relevance

/base/security/security_guard/interfaces/inner_api/collect/include/
H A Dsg_collect_client.h44 class SgCollectClient { class
46 static SgCollectClient &GetInstance();
52 SgCollectClient() = default;
53 ~SgCollectClient() = default;
/base/security/security_guard/frameworks/common/collect/src/
H A Dsg_collect_client.cpp26 SgCollectClient &SgCollectClient::GetInstance() in GetInstance()
28 static SgCollectClient instance; in GetInstance()
32 sptr<IDataCollectManager> SgCollectClient::GetProxy() in GetProxy()
41 void SgCollectClient::InitProxy() in InitProxy()
67 void SgCollectClient::ReleaseProxy() in ReleaseProxy()
78 SgCollectClient::GetInstance().ReleaseProxy(); in OnRemoteDied()
86 sptr<IDataCollectManager> proxy = SgCollectClient::GetInstance().GetProxy(); in ReportSecurityInfo()
105 sptr<IDataCollectManager> proxy = SgCollectClient::GetInstance().GetProxy(); in SecurityGuardConfigUpdate()
/base/security/security_guard/frameworks/common/collect/test/unittest/src/
H A Ddata_collect_kit_test.cpp207 * @tc.desc: SgCollectClient ReleaseProxy
213 SecurityGuard::SgCollectClient::GetInstance().ReleaseProxy(); in HWTEST_F()
214 ASSERT_NE(nullptr, &SecurityGuard::SgCollectClient::GetInstance().proxy_); in HWTEST_F()
219 * @tc.desc: SgCollectClient DeathRecipient OnRemoteDied

Completed in 3 milliseconds