Home
last modified time | relevance | path

Searched refs:RELEASED (Results 1 – 25 of 79) sorted by relevance

1234

/foundation/multimedia/av_codec/services/engine/codec/audio/
Daudio_codec_adapter.cpp30 AudioCodecAdapter::AudioCodecAdapter(const std::string &name) : state_(CodecState::RELEASED), name_… in AudioCodecAdapter()
48 state_ = CodecState::RELEASED; in ~AudioCodecAdapter()
55 …if (state_ != CodecState::RELEASED && state_ != CodecState::INITIALIZED && state_ != CodecState::I… in SetCallback()
82 if (state_ != CodecState::RELEASED) { in Configure()
140 …if (state_ == CodecState::INITIALIZED || state_ == CodecState::RELEASED || state_ == CodecState::S… in Stop()
179 if (state_ == CodecState::RELEASED || state_ == CodecState::RELEASING) { in Reset()
185 state_ = CodecState::RELEASED; in Reset()
199 state_ = CodecState::RELEASED; in Reset()
208 if (state_ == CodecState::RELEASED || state_ == CodecState::RELEASING) { in Release()
351 state_ = CodecState::RELEASED; in doInit()
[all …]
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
Dui_test_border_margin_padding.cpp492 button->SetStyleForState(STYLE_MARGIN_LEFT, style_.marginLeft_, UIButton::RELEASED); in UIKitUITestBorderMarginPaddingTest008()
494 button->SetStyleForState(STYLE_MARGIN_TOP, style_.marginTop_, UIButton::RELEASED); in UIKitUITestBorderMarginPaddingTest008()
496 button->SetStyleForState(STYLE_MARGIN_RIGHT, style_.marginRight_, UIButton::RELEASED); in UIKitUITestBorderMarginPaddingTest008()
498 button->SetStyleForState(STYLE_MARGIN_BOTTOM, style_.marginBottom_, UIButton::RELEASED); in UIKitUITestBorderMarginPaddingTest008()
501 button->SetStyleForState(STYLE_BORDER_WIDTH, style_.borderWidth_, UIButton::RELEASED); in UIKitUITestBorderMarginPaddingTest008()
503 button->SetStyleForState(STYLE_BORDER_OPA, style_.borderOpa_, UIButton::RELEASED); in UIKitUITestBorderMarginPaddingTest008()
505 button->SetStyleForState(STYLE_BORDER_COLOR, style_.borderColor_.full, UIButton::RELEASED); in UIKitUITestBorderMarginPaddingTest008()
508 button->SetStyleForState(STYLE_PADDING_LEFT, style_.paddingLeft_, UIButton::RELEASED); in UIKitUITestBorderMarginPaddingTest008()
510 button->SetStyleForState(STYLE_PADDING_TOP, style_.paddingTop_, UIButton::RELEASED); in UIKitUITestBorderMarginPaddingTest008()
512 button->SetStyleForState(STYLE_PADDING_RIGHT, style_.paddingRight_, UIButton::RELEASED); in UIKitUITestBorderMarginPaddingTest008()
[all …]
/foundation/arkui/ui_lite/test/unittest/components/
Dui_button_unit_test.cpp164 button_->SetStateForStyle(UIButton::ButtonState::RELEASED);
167 …EXPECT_EQ(button_->GetStyleForState(STYLE_BACKGROUND_COLOR, UIButton::ButtonState::RELEASED), Colo…
207 button_->SetStyleForState(STYLE_PADDING_LEFT, paddingdLeft, UIButton::ButtonState::RELEASED);
208 button_->SetStyleForState(STYLE_BORDER_WIDTH, borderWidth, UIButton::ButtonState::RELEASED);
209 button_->SetStyleForState(STYLE_PADDING_TOP, paddingdTop, UIButton::ButtonState::RELEASED);
307 …ton_->SetStyleForState(STYLE_BACKGROUND_COLOR, Color::Red().full, UIButton::ButtonState::RELEASED);
308 EXPECT_EQ(button_->GetStyleForState(STYLE_BACKGROUND_COLOR, UIButton::ButtonState::RELEASED),
330 …ton_->SetStyleForState(STYLE_BACKGROUND_COLOR, Color::Red().full, UIButton::ButtonState::RELEASED);
331 EXPECT_EQ(button_->GetStyleForState(STYLE_BACKGROUND_COLOR, UIButton::ButtonState::RELEASED),
336 button_->SetStateForStyle(UIButton::ButtonState::RELEASED);
/foundation/arkui/ui_lite/frameworks/components/
Dui_button.cpp35 state_(RELEASED), in UIButton()
36 styleState_(RELEASED), in UIButton()
102 buttonStyles_[RELEASED] = &(StyleDefault::GetButtonReleasedStyle()); in SetupThemeStyles()
106 buttonStyles_[RELEASED] = &(theme->GetButtonStyle().released); in SetupThemeStyles()
110 style_ = buttonStyles_[RELEASED]; in SetupThemeStyles()
146 style_ = buttonStyles_[RELEASED]; in SetStyleForState()
174 SetState(RELEASED); in OnReleaseEvent()
188 SetState(RELEASED); in OnCancelEvent()
236 SetState(RELEASED); in Enable()
Dui_dialog.cpp228 …on->SetStyleForState(STYLE_BACKGROUND_COLOR, Color::White().full, UIButton::ButtonState::RELEASED); in AddButton()
231 button->SetStyleForState(STYLE_BORDER_WIDTH, 0, UIButton::ButtonState::RELEASED); in AddButton()
583 … button1_->SetStyleForState(STYLE_BACKGROUND_COLOR, color.full, UIButton::ButtonState::RELEASED); in SetButtonColor()
584 … button1_->SetStyleForState(STYLE_BACKGROUND_OPA, color.alpha, UIButton::ButtonState::RELEASED); in SetButtonColor()
590 … button2_->SetStyleForState(STYLE_BACKGROUND_COLOR, color.full, UIButton::ButtonState::RELEASED); in SetButtonColor()
591 … button2_->SetStyleForState(STYLE_BACKGROUND_OPA, color.alpha, UIButton::ButtonState::RELEASED); in SetButtonColor()
597 … button3_->SetStyleForState(STYLE_BACKGROUND_COLOR, color.full, UIButton::ButtonState::RELEASED); in SetButtonColor()
598 … button3_->SetStyleForState(STYLE_BACKGROUND_COLOR, color.alpha, UIButton::ButtonState::RELEASED); in SetButtonColor()
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/
Dxcomponent_delegate.cpp136 ACE_DCHECK(state_ != State::RELEASED); in AddCreatedCallback()
142 ACE_DCHECK(state_ != State::RELEASED); in RemoveCreatedCallback()
148 ACE_DCHECK(releasedCallback != nullptr && state_ != State::RELEASED); in AddReleasedCallback()
154 ACE_DCHECK(state_ != State::RELEASED); in RemoveReleasedCallback()
/foundation/arkui/ui_lite/test/uitest/test_view_bitmap/
Dui_test_view_bitmap.cpp319 … btn->SetStyleForState(STYLE_BORDER_RADIUS, BUTTON_STYLE_BORDER_RADIUS_VALUE, UIButton::RELEASED); in UIKitBitmapTestGetViewBitmap001()
322 …>SetStyleForState(STYLE_BACKGROUND_COLOR, BUTTON_STYLE_BACKGROUND_COLOR_VALUE, UIButton::RELEASED); in UIKitBitmapTestGetViewBitmap001()
336 … btn->SetStyleForState(STYLE_BORDER_RADIUS, BUTTON_STYLE_BORDER_RADIUS_VALUE, UIButton::RELEASED); in UIKitBitmapTestGetViewBitmap002()
339 …>SetStyleForState(STYLE_BACKGROUND_COLOR, BUTTON_STYLE_BACKGROUND_COLOR_VALUE, UIButton::RELEASED); in UIKitBitmapTestGetViewBitmap002()
353 … btn->SetStyleForState(STYLE_BORDER_RADIUS, BUTTON_STYLE_BORDER_RADIUS_VALUE, UIButton::RELEASED); in UIKitBitmapTestGetViewBitmap003()
356 …>SetStyleForState(STYLE_BACKGROUND_COLOR, BUTTON_STYLE_BACKGROUND_COLOR_VALUE, UIButton::RELEASED); in UIKitBitmapTestGetViewBitmap003()
370 … btn->SetStyleForState(STYLE_BORDER_RADIUS, BUTTON_STYLE_BORDER_RADIUS_VALUE, UIButton::RELEASED); in UIKitBitmapTestGetViewBitmap004()
373 …>SetStyleForState(STYLE_BACKGROUND_COLOR, BUTTON_STYLE_BACKGROUND_COLOR_VALUE, UIButton::RELEASED); in UIKitBitmapTestGetViewBitmap004()
388 … btn->SetStyleForState(STYLE_BORDER_RADIUS, BUTTON_STYLE_BORDER_RADIUS_VALUE, UIButton::RELEASED); in UIKitBitmapTestGetScreenBitmap001()
391 …>SetStyleForState(STYLE_BACKGROUND_COLOR, BUTTON_STYLE_BACKGROUND_COLOR_VALUE, UIButton::RELEASED); in UIKitBitmapTestGetScreenBitmap001()
/foundation/multimedia/audio_lite/services/impl/
Daudio_capturer_impl.cpp48 if (status_ != RELEASED) { in ~AudioCapturerImpl()
64 if (status_ == INITIALIZED || status_ == RELEASED) { in GetFrameCount()
80 if (status_ == RELEASED) { in GetTimestamp()
156 if (status_ == RELEASED) { in GetCapturerInfo()
283 if (status_ == RELEASED) { in Release()
288 status_ = RELEASED; in Release()
310 status_ = RELEASED; in Release()
/foundation/arkui/ui_lite/test/uitest/test_screenshot/
Dui_test_screenshot.h50 … btn->SetStyleForState(STYLE_BORDER_RADIUS, BUTTON_STYLE_BORDER_RADIUS_VALUE, UIButton::RELEASED); in SetUpButton()
53 …>SetStyleForState(STYLE_BACKGROUND_COLOR, BUTTON_STYLE_BACKGROUND_COLOR_VALUE, UIButton::RELEASED); in SetUpButton()
/foundation/arkui/ui_lite/test/framework/src/
Dui_test_app.cpp72 autoTestBtn_->SetStyleForState(STYLE_BORDER_RADIUS, 0, UIButton::RELEASED); in InitMainMenu()
75 autoTestBtn_->SetStyleForState(STYLE_BACKGROUND_OPA, 0, UIButton::RELEASED); in InitMainMenu()
119 backBtn_->SetStyleForState(STYLE_BORDER_RADIUS, 0, UIButton::RELEASED); in InitBackBtn()
122 backBtn_->SetStyleForState(STYLE_BACKGROUND_OPA, 0, UIButton::RELEASED); in InitBackBtn()
Dtest_case_list_adapter.cpp151 item->SetStyleForState(STYLE_BORDER_WIDTH, STYLE_BORDER_WIDTH_VALUE, UIButton::RELEASED); in GetView()
154 item->SetStyleForState(STYLE_BORDER_OPA, 0, UIButton::RELEASED); in GetView()
182 item->SetStyleForState(STYLE_BORDER_RADIUS, STYLE_BORDER_RADIUS_VALUE, UIButton::RELEASED); in GetView()
185 …>SetStyleForState(STYLE_BACKGROUND_COLOR, BUTTON_STYLE_BACKGROUND_COLOR_VALUE, UIButton::RELEASED); in GetView()
/foundation/arkui/ui_lite/test/uitest/test_view_percent/
Dui_test_view_percent.h54 … btn.SetStyleForState(STYLE_BORDER_RADIUS, BUTTON_STYLE_BORDER_RADIUS_VALUE, UIButton::RELEASED); in SetUpButton()
57 ….SetStyleForState(STYLE_BACKGROUND_COLOR, BUTTON_STYLE_BACKGROUND_COLOR_VALUE, UIButton::RELEASED); in SetUpButton()
/foundation/multimedia/av_codec/services/engine/codec/include/audio/
Daudio_common_info.h27 RELEASED, enumerator
/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/
Dplugin_manager_delegate.cpp145 if (!callback || state_ == State::RELEASED) { in AddPluginCompleteCallback()
154 if (!callback || state_ == State::RELEASED) { in AddPluginUpdateCallback()
163 if (!callback || state_ == State::RELEASED) { in AddPluginErrorCallback()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dinput_button_component.cpp42 button_.SetStateForStyle(UIButton::ButtonState::RELEASED); in CreateNativeViews()
132 button_.SetStateForStyle(UIButton::ButtonState::RELEASED); in ApplyPrivateStyle()
151 button_.SetStateForStyle(UIButton::ButtonState::RELEASED); in SetBackgroundColor()
/foundation/arkui/ui_lite/test/uitest/test_label/
Dui_test_label.h84 … btn->SetStyleForState(STYLE_BORDER_RADIUS, BUTTON_STYLE_BORDER_RADIUS_VALUE, UIButton::RELEASED);
87 …>SetStyleForState(STYLE_BACKGROUND_COLOR, BUTTON_STYLE_BACKGROUND_COLOR_VALUE, UIButton::RELEASED);
/foundation/arkui/ui_lite/test/uitest/test_ui_analog_clock/
Dui_test_analog_clock.h90 … btn->SetStyleForState(STYLE_BORDER_RADIUS, BUTTON_STYLE_BORDER_RADIUS_VALUE, UIButton::RELEASED); in SetUpButton()
93 …>SetStyleForState(STYLE_BACKGROUND_COLOR, BUTTON_STYLE_BACKGROUND_COLOR_VALUE, UIButton::RELEASED); in SetUpButton()
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
Dform_manager_delegate.cpp347 if (!callback || state_ == State::RELEASED) { in AddFormAcquireCallback()
356 if (!callback || state_ == State::RELEASED) { in AddFormUpdateCallback()
365 if (!callback || state_ == State::RELEASED) { in AddFormErrorCallback()
374 if (!callback || state_ == State::RELEASED) { in AddFormUninstallCallback()
383 if (!callback || state_ == State::RELEASED) { in AddFormSurfaceNodeCallback()
392 if (!callback || state_ == State::RELEASED) { in AddFormSurfaceChangeCallback()
401 if (!callback || state_ == State::RELEASED) { in AddFormLinkInfoUpdateCallback()
410 if (!callback || state_ == State::RELEASED) { in AddActionEventHandle()
426 if (!callback || state_ == State::RELEASED) { in AddUnTrustFormCallback()
435 if (!callback || state_ == State::RELEASED) { in AddSnapshotCallback()
/foundation/multimedia/player_framework/test/jstest/avPlayer_ets/entry/src/main/ets/test/
DAVPlayerHlsLiveFuncTest.test.js190 case AVPlayerTestBase.AV_PLAYER_STATE.RELEASED:
237 case AVPlayerTestBase.AV_PLAYER_STATE.RELEASED:
285 case AVPlayerTestBase.AV_PLAYER_STATE.RELEASED:
343 case AVPlayerTestBase.AV_PLAYER_STATE.RELEASED:
456 case AVPlayerTestBase.AV_PLAYER_STATE.RELEASED:
516 case AVPlayerTestBase.AV_PLAYER_STATE.RELEASED:
594 case AVPlayerTestBase.AV_PLAYER_STATE.RELEASED:
801 case AVPlayerTestBase.AV_PLAYER_STATE.RELEASED:
868 case AVPlayerTestBase.AV_PLAYER_STATE.RELEASED:
/foundation/arkui/ui_lite/test/uitest/test_layout/
Dui_test_basic_layout.h109 … btn->SetStyleForState(STYLE_BORDER_RADIUS, BUTTON_STYLE_BORDER_RADIUS_VALUE, UIButton::RELEASED);
112 …>SetStyleForState(STYLE_BACKGROUND_COLOR, BUTTON_STYLE_BACKGROUND_COLOR_VALUE, UIButton::RELEASED);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dtext_base.h28 enum class MouseStatus { PRESSED, RELEASED, MOVE, NONE }; enumerator
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/plugin/
Dplugin_manager_delegate_test.cpp96 pluginManagerDelegate.state_ = PluginManagerDelegate::State::RELEASED;
144 pluginManagerDelegate.state_ = PluginManagerDelegate::State::RELEASED;
192 pluginManagerDelegate.state_ = PluginManagerDelegate::State::RELEASED;
/foundation/multimedia/player_framework/test/jstest/
DAVPlayerTestBase.js28 RELEASED : 'released', property
313 case AV_PLAYER_STATE.RELEASED:
314 expect(avPlayer.state).assertEqual(AV_PLAYER_STATE.RELEASED);
478 case AV_PLAYER_STATE.RELEASED:
479 expect(avPlayer.state).assertEqual(AV_PLAYER_STATE.RELEASED);
637 case AV_PLAYER_STATE.RELEASED:
638 expect(avPlayer.state).assertEqual(AV_PLAYER_STATE.RELEASED);
/foundation/arkui/ace_engine/frameworks/core/components/ability_component/resource/
Dability_component_delegate.h34 RELEASED, enumerator
/foundation/arkui/ui_lite/test/uitest/test_render/
Dui_test_render.cpp138 …tton_->SetStyleForState(STYLE_BORDER_RADIUS, BUTTON_STYLE_BORDER_RADIUS_VALUE, UIButton::RELEASED); in UIKitRenderTestRenderMeasure001()
140 …>SetStyleForState(STYLE_BACKGROUND_COLOR, BUTTON_STYLE_BACKGROUND_COLOR_VALUE, UIButton::RELEASED); in UIKitRenderTestRenderMeasure001()

1234