Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/moduletest/running_infos_module_test/
H A Drunning_infos_module_test.cpp93 inline static MockAppMgrClient* mockAppMgrClient_ = nullptr; member in OHOS::AAFwk::RunningInfosModuleTest
158 mockAppMgrClient_ = new MockAppMgrClient(); in SetUpTestCase()
159 if (mockAppMgrClient_) { in SetUpTestCase()
160 appScheduler->appMgrClient_.reset(mockAppMgrClient_); in SetUpTestCase()
167 delete mockAppMgrClient_; in TearDownTestCase()
168 mockAppMgrClient_ = nullptr; in TearDownTestCase()
196 EXPECT_CALL(*mockAppMgrClient_, LoadAbility(_, _, _, _, _, _)).Times(1);
225 EXPECT_CALL(*mockAppMgrClient_, LoadAbility(_, _, _, _, _, _)).Times(1);
253 EXPECT_CALL(*mockAppMgrClient_, LoadAbility(_, _, _, _, _, _)).Times(1);
281 EXPECT_CALL(*mockAppMgrClient_, LoadAbility(_, _, _, _, _, _)).Times(2);
[all …]