Home
last modified time | relevance | path

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

/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(); in HWTEST_F() local
69 ASSERT_NE(nullptr, sptrDeath); in HWTEST_F()
70 wptr<MockAbilityManagerStub> wptrDeath = sptrDeath; in HWTEST_F()
109 sptr<IRemoteObject> sptrDeath = nullptr; in HWTEST_F() local
110 ASSERT_EQ(nullptr, sptrDeath); in HWTEST_F()
111 wptr<IRemoteObject> wptrDeath = sptrDeath; in HWTEST_F()
/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(); in HWTEST_F() local
128 ASSERT_NE(nullptr, sptrDeath); in HWTEST_F()
129 wptr<MockIRemoteObject> wptrDeath = sptrDeath; in HWTEST_F()
168 sptr<IRemoteObject> sptrDeath = nullptr; in HWTEST_F() local
169 ASSERT_EQ(nullptr, sptrDeath); in HWTEST_F()
170 wptr<IRemoteObject> wptrDeath = sptrDeath; in HWTEST_F()
/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()
/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_subscribe_death_recipient_test.cpp128 const sptr<IRemoteObject> sptrDeath = nullptr; in HWTEST_F() local
129 wptr<IRemoteObject> wptrDeath = sptrDeath; in HWTEST_F()
147 const sptr<IRemoteObject> sptrDeath = nullptr; in HWTEST_F() local
148 wptr<IRemoteObject> wptrDeath = sptrDeath; in HWTEST_F()

Completed in 2 milliseconds