Searched refs:SetDeathListener (Results 1 – 9 of 9) sorted by relevance
54 MOCK_METHOD(int32_t, SetDeathListener, (const sptr<IRemoteObject> &object));65 int32_t SetDeathListener(const sptr<IRemoteObject> &object);
64 int32_t AVCodecServiceStub::SetDeathListener(const sptr<IRemoteObject> &object) in SetDeathListener() function in OHOS::MediaAVCodec::AVCodecServiceStub70 return mock->SetDeathListener(object); in SetDeathListener()
33 int32_t SetDeathListener(const sptr<IRemoteObject> &object);
105 int32_t AVCodecServiceStub::SetDeathListener(const sptr<IRemoteObject> &object) in SetDeathListener() function in OHOS::MediaAVCodec::AVCodecServiceStub
36 int32_t SetDeathListener(const sptr<IRemoteObject> &object);
111 int32_t MediaServiceStub::SetDeathListener(const sptr<IRemoteObject> &object) in SetDeathListener() function in OHOS::Media::MediaServiceStub
99 … EXPECT_CALL(*avcodecStubMock_, SetDeathListener(listener)).Times(1).WillOnce(Return(AVCS_ERR_OK)); in CreateCodecServiceStub()250 …EXPECT_CALL(*avcodecStubMock_, SetDeathListener(listener)).Times(2).WillRepeatedly(Return(AVCS_ERR…289 EXPECT_CALL(*avcodecStubMock_, SetDeathListener(listener))
111 ret = AVCodecServiceStub::SetDeathListener(listener); in GetSubSystemAbility()
80 int32_t ret = MediaServiceStub::SetDeathListener(listener); in GetSubSystemAbility()