Home
last modified time | relevance | path

Searched defs:mockProxy (Results 1 – 2 of 2) sorted by relevance

/base/security/security_guard/test/unittest/data_collect/sa/
Dsecurity_guard_data_collect_sa_test.cpp207 …sptr<SecurityEventQueryCallbackProxy> mockProxy = new (std::nothrow) SecurityEventQueryCallbackPro… variable
218 …sptr<SecurityEventQueryCallbackProxy> mockProxy = new (std::nothrow) SecurityEventQueryCallbackPro… variable
241 …sptr<SecurityEventQueryCallbackProxy> mockProxy = new (std::nothrow) SecurityEventQueryCallbackPro… variable
261 …sptr<SecurityEventQueryCallbackProxy> mockProxy = new (std::nothrow) SecurityEventQueryCallbackPro… variable
276 …sptr<SecurityEventQueryCallbackProxy> mockProxy = new (std::nothrow) SecurityEventQueryCallbackPro… variable
292 …sptr<SecurityEventQueryCallbackProxy> mockProxy = new (std::nothrow) SecurityEventQueryCallbackPro… variable
/base/account/os_account/services/accountmgr/test/unittest/app_account/
Dapp_account_test.cpp88 auto mockProxy = iface_cast<IAppAccount>(MakeMockObjects()); in SetUp() local