/foundation/multimedia/av_codec/services/engine/codec/audio/ |
D | audio_codec_adapter.cpp | 30 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/ |
D | ui_test_border_margin_padding.cpp | 492 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/ |
D | ui_button_unit_test.cpp | 164 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/ |
D | ui_button.cpp | 35 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()
|
D | ui_dialog.cpp | 228 …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/ |
D | xcomponent_delegate.cpp | 136 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/ |
D | ui_test_view_bitmap.cpp | 319 … 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/ |
D | audio_capturer_impl.cpp | 48 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/ |
D | ui_test_screenshot.h | 50 … 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/ |
D | ui_test_app.cpp | 72 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()
|
D | test_case_list_adapter.cpp | 151 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/ |
D | ui_test_view_percent.h | 54 … 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/ |
D | audio_common_info.h | 27 RELEASED, enumerator
|
/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/ |
D | plugin_manager_delegate.cpp | 145 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/ |
D | input_button_component.cpp | 42 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/ |
D | ui_test_label.h | 84 … 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/ |
D | ui_test_analog_clock.h | 90 … 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/ |
D | form_manager_delegate.cpp | 347 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/ |
D | AVPlayerHlsLiveFuncTest.test.js | 190 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/ |
D | ui_test_basic_layout.h | 109 … 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/ |
D | text_base.h | 28 enum class MouseStatus { PRESSED, RELEASED, MOVE, NONE }; enumerator
|
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/plugin/ |
D | plugin_manager_delegate_test.cpp | 96 pluginManagerDelegate.state_ = PluginManagerDelegate::State::RELEASED; 144 pluginManagerDelegate.state_ = PluginManagerDelegate::State::RELEASED; 192 pluginManagerDelegate.state_ = PluginManagerDelegate::State::RELEASED;
|
/foundation/multimedia/player_framework/test/jstest/ |
D | AVPlayerTestBase.js | 28 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/ |
D | ability_component_delegate.h | 34 RELEASED, enumerator
|
/foundation/arkui/ui_lite/test/uitest/test_render/ |
D | ui_test_render.cpp | 138 …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()
|