Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/
H A Dapp_mgr_proxy_test.cpp81 sptr<MockAppMgrService> mockAppMgrService_; member in OHOS::AppExecFwk::AppMgrProxyTest
95 mockAppMgrService_ = new MockAppMgrService(); in SetUp()
96 appMgrProxy_ = new AppMgrProxy(mockAppMgrService_); in SetUp()
112 EXPECT_CALL(*mockAppMgrService_, SendRequest(_, _, _, _))
438 EXPECT_EQ(mockAppMgrService_->code_,
467 EXPECT_EQ(mockAppMgrService_->code_,
600 EXPECT_EQ(mockAppMgrService_->code_,
618 EXPECT_EQ(mockAppMgrService_->code_,
639 EXPECT_EQ(mockAppMgrService_->code_,
703 auto result = mockAppMgrService_->OnRemoteRequest(
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_stub_test/
H A Dapp_mgr_stub_test.cpp62 sptr<MockAppMgrService> mockAppMgrService_; member in OHOS::AppExecFwk::AppMgrStubTest
77 mockAppMgrService_ = new MockAppMgrService(); in SetUp()
109 auto result = mockAppMgrService_->OnRemoteRequest(
136 auto result = mockAppMgrService_->OnRemoteRequest(
161 EXPECT_TRUE(mockAppMgrService_ != nullptr);
184 EXPECT_TRUE(mockAppMgrService_ != nullptr);
207 EXPECT_TRUE(mockAppMgrService_ != nullptr);
227 auto result = mockAppMgrService_->OnRemoteRequest(
253 auto result = mockAppMgrService_->OnRemoteRequest(
281 auto result = mockAppMgrService_->OnRemoteRequest(
[all …]