Searched refs:appDomainVerifyAgentStubMock_ (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/moduletest/ |
H A D | app_domain_verify_mgr_module_test.cpp | 48 auto appDomainVerifyAgentStubMock_ = std::make_shared<AppDomainVerifyAgentRemoteStubMock>(); variable 78 appDomainVerifyAgentStubMock_.reset(); in TearDownTestCase() 97 EXPECT_CALL(*appDomainVerifyAgentStubMock_, SendRequest(_, _, _, _)) 101 appDomainVerifyAgentStubMock_.get()); 121 EXPECT_CALL(*appDomainVerifyAgentStubMock_, SendRequest(_, _, _, _)) 125 appDomainVerifyAgentStubMock_.get()); 146 EXPECT_CALL(*appDomainVerifyAgentStubMock_, SendRequest(_, _, _, _)) 150 appDomainVerifyAgentStubMock_.get()); 178 EXPECT_CALL(*appDomainVerifyAgentStubMock_, SendRequest(_, _, _, _)) 182 appDomainVerifyAgentStubMock_.get());
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/services/app_domain_verify_mgr_service_test/ |
H A D | app_domain_verify_mgr_service_test.cpp | 43 auto appDomainVerifyAgentStubMock_ = std::make_shared<AppDomainVerifyAgentRemoteStubMock>(); variable 86 appDomainVerifyAgentStubMock_.reset(); in TearDownTestCase() 109 EXPECT_CALL(*appDomainVerifyAgentStubMock_, SendRequest(_, _, _, _)) 113 appDomainVerifyAgentStubMock_.get());
|