Searched refs:IsDestroy (Results 1 – 8 of 8) sorted by relevance
237 virtual bool IsDestroy() = 0;
75 bool IsDestroy() override;
587 bool AVSessionControllerProxy::IsDestroy() in IsDestroy() function in OHOS::AVSession::AVSessionControllerProxy
532 CHECK_AND_RETURN_RET_LOG(controller_ == nullptr || controller_->IsDestroy(), controller_, in GetController()
429 bool ret = aVSessionControllerProxy->IsDestroy();455 bool ret = aVSessionControllerProxy->IsDestroy();
190 bool IsDestroy() override { return true; }; in IsDestroy() function in AVSessionControllerStubDemo
38 bool IsDestroy() override in IsDestroy() function
1144 EXPECT_EQ(controller_->IsDestroy(), false);