Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/services/test/unittest/ability_manager_death_recipient_unit_test/
H A Dability_manager_death_recipient_unit_test.cpp68 sptr<MockAbilityManagerStub> sptrDeath = new (std::nothrow) MockAbilityManagerStub(); variable
69 ASSERT_NE(nullptr, sptrDeath);
70 wptr<MockAbilityManagerStub> wptrDeath = sptrDeath;
109 sptr<IRemoteObject> sptrDeath = nullptr; variable
110 ASSERT_EQ(nullptr, sptrDeath);
111 wptr<IRemoteObject> wptrDeath = sptrDeath;
/ohos5.0/base/notification/common_event_service/services/test/unittest/bundle_manager_death_recipient_unit_test/
H A Dbundle_manager_death_recipient_unit_test.cpp127 sptr<MockIRemoteObject> sptrDeath = new (std::nothrow) MockIRemoteObject(); variable
128 ASSERT_NE(nullptr, sptrDeath);
129 wptr<MockIRemoteObject> wptrDeath = sptrDeath;
168 sptr<IRemoteObject> sptrDeath = nullptr; variable
169 ASSERT_EQ(nullptr, sptrDeath);
170 wptr<IRemoteObject> wptrDeath = sptrDeath;
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dsubscriber_deach_recipient_test.cpp132 sptr<MockIRemoteObject> sptrDeath = new (std::nothrow) MockIRemoteObject(); in HWTEST_F() local
133 ASSERT_NE(nullptr, sptrDeath); in HWTEST_F()
134 const wptr<MockIRemoteObject> remote = sptrDeath; in HWTEST_F()
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_subscribe_death_recipient_test.cpp128 const sptr<IRemoteObject> sptrDeath = nullptr; variable
129 wptr<IRemoteObject> wptrDeath = sptrDeath;
147 const sptr<IRemoteObject> sptrDeath = nullptr; variable
148 wptr<IRemoteObject> wptrDeath = sptrDeath;