Home
last modified time | relevance | path

Searched refs:isVaild (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_model_ng.h50 static void SetBackgroundColor(FrameNode* frameNode, const Color& color, bool isVaild = true);
62 void SetBackgroundColor(const Color& color, bool isVaild = true) override;
H A Dnavdestination_model.h60 virtual void SetBackgroundColor(const Color& color, bool isVaild = true) = 0;
H A Dnavdestination_model_ng.cpp626 void NavDestinationModelNG::SetBackgroundColor(const Color& color, bool isVaild) in SetBackgroundColor() argument
634 if (!isVaild) { in SetBackgroundColor()
642 void NavDestinationModelNG::SetBackgroundColor(FrameNode* frameNode, const Color& color, bool isVaild) in SetBackgroundColor() argument
648 if (!isVaild) { in SetBackgroundColor()
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
H A Dvideo_play_controller.cpp95 bool isVaild = true; in SetSurface() local
97 isVaild = videoSinkDecoder_->SetSurface(surface); in SetSurface()
99 if (isVaild) { in SetSurface()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dfunc_test.cpp462 bool isVaild = false; in HWTEST_F() local
463 OH_VideoDecoder_IsValid(vDecSample->vdec_, &isVaild); in HWTEST_F()
464 ASSERT_EQ(false, isVaild); in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeNullCheckTest.cpp596 bool isVaild; in HWTEST_F() local
597 ret = decoderDemo->NativeIsValid(nullptr, &isVaild); in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/
H A DNativeNullCheckTest.cpp629 bool isVaild; in HWTEST_F() local
630 ret = encoderDemo->NativeIsValid(nullptr, &isVaild); in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/include/
H A DAudioEncoderDemoCommon.h122 OH_AVErrCode NativeIsValid(OH_AVCodec* codec, bool* isVaild);
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/include/
H A DAudioDecoderDemoCommon.h113 OH_AVErrCode NativeIsValid(OH_AVCodec* codec, bool* isVaild);
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/src/
H A DAudioEncoderDemoCommon.cpp177 OH_AVErrCode AudioEncoderDemo::NativeIsValid(OH_AVCodec* codec, bool* isVaild) in NativeIsValid() argument
179 return OH_AudioEncoder_IsValid(codec, isVaild); in NativeIsValid()
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/src/
H A DAudioDecoderDemoCommon.cpp180 OH_AVErrCode AudioDecoderDemo::NativeIsValid(OH_AVCodec *codec, bool *isVaild) in NativeIsValid() argument
182 return OH_AudioDecoder_IsValid(codec, isVaild); in NativeIsValid()

Completed in 12 milliseconds