Searched refs:isVaild (Results 1 - 11 of 11) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_model_ng.h | 50 static void SetBackgroundColor(FrameNode* frameNode, const Color& color, bool isVaild = true); 62 void SetBackgroundColor(const Color& color, bool isVaild = true) override;
|
H A D | navdestination_model.h | 60 virtual void SetBackgroundColor(const Color& color, bool isVaild = true) = 0;
|
H A D | navdestination_model_ng.cpp | 626 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 D | video_play_controller.cpp | 95 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 D | func_test.cpp | 462 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 D | NativeNullCheckTest.cpp | 596 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 D | NativeNullCheckTest.cpp | 629 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 D | AudioEncoderDemoCommon.h | 122 OH_AVErrCode NativeIsValid(OH_AVCodec* codec, bool* isVaild);
|
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/include/ |
H A D | AudioDecoderDemoCommon.h | 113 OH_AVErrCode NativeIsValid(OH_AVCodec* codec, bool* isVaild);
|
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/src/ |
H A D | AudioEncoderDemoCommon.cpp | 177 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 D | AudioDecoderDemoCommon.cpp | 180 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