Home
last modified time | relevance | path

Searched refs:AppDomainVerifyAgentRemoteStubMock (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/app_domain_verify/test/unittest/client/app_domain_verify_agent_client_test/
H A Dapp_domain_verify_agent_client_test.cpp115 std::shared_ptr<AppDomainVerifyAgentRemoteStubMock> agentStubMock_ = in HWTEST_F()
116 std::make_shared<AppDomainVerifyAgentRemoteStubMock>(); in HWTEST_F()
160 std::shared_ptr<AppDomainVerifyAgentRemoteStubMock> agentStubMock_ = in HWTEST_F()
161 std::make_shared<AppDomainVerifyAgentRemoteStubMock>(); in HWTEST_F()
179 std::unique_ptr<AppDomainVerifyAgentRemoteStubMock> impl = std::make_unique<AppDomainVerifyAgentRemoteStubMock>(); in HWTEST_F()
180 sptr<AppDomainVerifyAgentRemoteStubMock> mgrStubMock_(impl.get()); in HWTEST_F()
197 std::unique_ptr<AppDomainVerifyAgentRemoteStubMock> impl = std::make_unique<AppDomainVerifyAgentRemoteStubMock>(); in HWTEST_F()
198 sptr<AppDomainVerifyAgentRemoteStubMock> mgrStubMock in HWTEST_F()
[all...]
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_verify_agent.h27 class AppDomainVerifyAgentRemoteStubMock : public IRemoteStub<IAppDomainVerifyAgentService> { class
30 AppDomainVerifyAgentRemoteStubMock() in AppDomainVerifyAgentRemoteStubMock() function in OHOS::AppDomainVerify::AppDomainVerifyAgentRemoteStubMock
32 printf("AppDomainVerifyAgentRemoteStubMock \n"); in AppDomainVerifyAgentRemoteStubMock()
34 virtual ~AppDomainVerifyAgentRemoteStubMock() in ~AppDomainVerifyAgentRemoteStubMock()
36 printf("~AppDomainVerifyAgentRemoteStubMock \n"); in ~AppDomainVerifyAgentRemoteStubMock()
/foundation/bundlemanager/app_domain_verify/test/unittest/moduletest/
H A Dapp_domain_verify_mgr_module_test.cpp48 auto appDomainVerifyAgentStubMock_ = std::make_shared<AppDomainVerifyAgentRemoteStubMock>();
/foundation/bundlemanager/app_domain_verify/test/unittest/services/app_domain_verify_mgr_service_test/
H A Dapp_domain_verify_mgr_service_test.cpp43 auto appDomainVerifyAgentStubMock_ = std::make_shared<AppDomainVerifyAgentRemoteStubMock>();

Completed in 3 milliseconds