Searched refs:PlayerAdapterErrorType (Results 1 – 7 of 7) sorted by relevance
34 void OnError(PlayerAdapterErrorType errorType) override in OnError()39 PlayerAdapterErrorType errorType_ = PlayerAdapterErrorType::INVALID_CODE;165 EXPECT_EQ(callbackImpl->errorType_, PlayerAdapterErrorType::INVALID_CODE);173 … public testing::WithParamInterface<std::tuple<PlayerAdapterErrorType, int32_t>> {185 PlayerAdapterErrorType errorType = PlayerAdapterErrorType::INVALID_CODE;192 testing::Combine(testing::Values(PlayerAdapterErrorType::UNSUPPORT_TYPE),201 …testing::Combine(testing::Values(PlayerAdapterErrorType::FATAL_ERROR), testing::ValuesIn(fatalErro…204 testing::Combine(testing::Values(PlayerAdapterErrorType::INVALID_CODE),
31 void OnError(PlayerAdapterErrorType errorType) override in OnError()36 PlayerAdapterErrorType errorType_ = PlayerAdapterErrorType::INVALID_CODE;
25 enum class PlayerAdapterErrorType : int32_t { enum62 virtual void OnError(PlayerAdapterErrorType errorType) = 0;
162 auto errorType = PlayerAdapterErrorType::INVALID_CODE; in OnError()164 errorType = PlayerAdapterErrorType::UNSUPPORT_TYPE; in OnError()166 errorType = PlayerAdapterErrorType::FATAL_ERROR; in OnError()
31 void ArkPlayerCallbackAdapterWrapper::OnError(OHOS::NWeb::PlayerAdapterErrorType errorType) in OnError()
31 void OnError(OHOS::NWeb::PlayerAdapterErrorType errorType) override;
31 real_->OnError((OHOS::NWeb::PlayerAdapterErrorType)errorType); in OnError()