Searched refs:full (Results 1 – 16 of 16) sorted by relevance
/base/update/updater/services/ui/view/component/ |
D | label_btn_adapter.cpp | 42 button->SetLabelStyle(OHOS::STYLE_TEXT_COLOR, focusedTxtcolor_.full); in OnFocus() 43 button->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, focusedBgcolor_.full); in OnFocus() 56 button->SetLabelStyle(OHOS::STYLE_TEXT_COLOR, unfocusedTxtcolor_.full); in OnBlur() 57 button->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, unfocusedBgcolor_.full); in OnBlur() 79 this->SetLabelStyle(OHOS::STYLE_TEXT_COLOR, txtColor.full); in LabelBtnAdapter() 82 this->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, bgColor.full); in LabelBtnAdapter()
|
D | text_label_adapter.cpp | 29 this->SetStyle(OHOS::STYLE_TEXT_COLOR, fontColor.full); in TextLabelAdapter() 32 this->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, bgColor.full); in TextLabelAdapter()
|
D | box_progress_adapter.cpp | 32 this->SetBackgroundStyle(OHOS::STYLE_BACKGROUND_COLOR, bgColor.full); in BoxProgressAdapter() 36 this->SetForegroundStyle(OHOS::STYLE_BACKGROUND_COLOR, fgColor.full); in BoxProgressAdapter()
|
/base/update/updater/test/unittest/updater_ui_test/view/ |
D | ui_component_unittest.cpp | 63 EXPECT_EQ(boxProgress.GetBackgroundStyle(OHOS::STYLE_BACKGROUND_COLOR), bgColor.full); 65 EXPECT_EQ(boxProgress.GetForegroundStyle(OHOS::STYLE_BACKGROUND_COLOR), fgColor.full); 303 EXPECT_EQ(labelBtn.GetStyle(OHOS::STYLE_TEXT_COLOR), fontColor.full); 305 EXPECT_EQ(labelBtn.GetStyle(OHOS::STYLE_BACKGROUND_COLOR), bgColor.full); 320 …abelBtn1.GetLabelStyle(OHOS::STYLE_TEXT_COLOR), (OHOS::ColorType {{0xff, 0xff, 0xff, 0xff}}.full)); 321 …PECT_EQ(labelBtn2.GetLabelStyle(OHOS::STYLE_TEXT_COLOR), (OHOS::ColorType {{0, 0, 0, 0xff}}.full)); 322 …ECT_EQ(labelBtn1.GetStyle(OHOS::STYLE_BACKGROUND_COLOR), (OHOS::ColorType {{0, 0, 0, 0xff}}.full)); 323 …belBtn2.GetStyle(OHOS::STYLE_BACKGROUND_COLOR), (OHOS::ColorType {{0xff, 0xff, 0xff, 0xff}}.full)); 372 EXPECT_EQ(textLabel.GetStyle(OHOS::STYLE_TEXT_COLOR), fontColor.full); 374 EXPECT_EQ(textLabel.GetStyle(OHOS::STYLE_BACKGROUND_COLOR), bgColor.full);
|
D | ui_view_api_unittest.cpp | 52 EXPECT_EQ(Updater::StrToColor(colorData.first).full, colorData.second.first.full);
|
/base/update/packaging_tools/ |
D | README.md | 12 - Creating a full update package: The update package contains only the data necessary for full imag… 16 …hangeable partitions: The update package contains the partition table and full image data, which a… 68 Example code for creating a full update package:
|
/base/update/updater/services/ui/view/page/ |
D | base_page.cpp | 64 root_->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, color_.full); in BuildPage() 147 root_->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, color_.full); in SetVisible()
|
D | sub_page.cpp | 101 view->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, color_.full); in SetVisible()
|
/base/powermgr/battery_manager/frameworks/napi/ |
D | battery_info.cpp | 240 napi_value full = nullptr; in CreateEnumLevelState() local 248 napi_create_int32(env, (int32_t)BatteryCapacityLevel::LEVEL_FULL, &full); in CreateEnumLevelState() 257 DECLARE_NAPI_STATIC_PROPERTY("LEVEL_FULL", full), in CreateEnumLevelState() 292 napi_value full = nullptr; in CreateEnumChargeState() local 297 napi_create_int32(env, (int32_t)BatteryChargeState::CHARGE_STATE_FULL, &full); in CreateEnumChargeState() 303 DECLARE_NAPI_STATIC_PROPERTY("FULL", full), in CreateEnumChargeState()
|
/base/update/updater/services/ui/ |
D | updater_ui_env.cpp | 91 RootView::GetInstance()->SetStyle(STYLE_BACKGROUND_COLOR, Color::Black().full); in InitRootView()
|
/base/startup/init/ueventd/etc/ |
D | ueventd.config | 25 /dev/full 0666 0 0
|
/base/powermgr/battery_manager/charger/src/ |
D | charger_animation.cpp | 87 … OHOS::RootView::GetInstance()->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, OHOS::Color::Black().full); in InitRootView()
|
/base/update/sys_installer_lite/ |
D | README.md | 31 …rmony integration APIs in the **vendor** directory. Currently, only the full-package update is s…
|
/base/startup/init/services/etc/appender/ |
D | file_appender.gni | 38 assert(defined(invoker.source), "source full target name must be defined.")
|
/base/security/selinux_adapter/sepolicy/base/system/ |
D | file_contexts | 110 /dev/full u:object_r:dev_full:s0
|
/base/update/updater/test/unittest/test_data/applypatch/ |
D | TestGZipModeImagePatch.old.gz |
|