Searched refs:sptrDeath (Results 1 – 4 of 4) sorted by relevance
68 sptr<MockAbilityManagerStub> sptrDeath = new (std::nothrow) MockAbilityManagerStub(); variable69 ASSERT_NE(nullptr, sptrDeath);70 wptr<MockAbilityManagerStub> wptrDeath = sptrDeath;109 sptr<IRemoteObject> sptrDeath = nullptr; variable110 ASSERT_EQ(nullptr, sptrDeath);111 wptr<IRemoteObject> wptrDeath = sptrDeath;
127 sptr<MockIRemoteObject> sptrDeath = new (std::nothrow) MockIRemoteObject(); variable128 ASSERT_NE(nullptr, sptrDeath);129 wptr<MockIRemoteObject> wptrDeath = sptrDeath;168 sptr<IRemoteObject> sptrDeath = nullptr; variable169 ASSERT_EQ(nullptr, sptrDeath);170 wptr<IRemoteObject> wptrDeath = sptrDeath;
132 sptr<MockIRemoteObject> sptrDeath = new (std::nothrow) MockIRemoteObject(); in HWTEST_F() local133 ASSERT_NE(nullptr, sptrDeath); in HWTEST_F()134 const wptr<MockIRemoteObject> remote = sptrDeath; in HWTEST_F()
128 const sptr<IRemoteObject> sptrDeath = nullptr; variable129 wptr<IRemoteObject> wptrDeath = sptrDeath;147 const sptr<IRemoteObject> sptrDeath = nullptr; variable148 wptr<IRemoteObject> wptrDeath = sptrDeath;