Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
H A Dams_app_mgr_service_module_test.cpp150 inline static sptr<IRemoteObject> testRemoteObject_{ nullptr }; member in OHOS::AppExecFwk::AppMgrServiceModuleTest
169 if (!testRemoteObject_) { in SetUpTestCase()
170 testRemoteObject_ = static_cast<IRemoteObject*>(new TestAppSchedulerImpl); in SetUpTestCase()
176 if (testRemoteObject_) { in TearDownTestCase()
177 testRemoteObject_.clear(); in TearDownTestCase()
231 EXPECT_TRUE(testRemoteObject_);