Home
last modified time | relevance | path

Searched refs:full (Results 1 – 16 of 16) sorted by relevance

/base/update/updater/services/ui/view/component/
Dlabel_btn_adapter.cpp42 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()
Dtext_label_adapter.cpp29 this->SetStyle(OHOS::STYLE_TEXT_COLOR, fontColor.full); in TextLabelAdapter()
32 this->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, bgColor.full); in TextLabelAdapter()
Dbox_progress_adapter.cpp32 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/
Dui_component_unittest.cpp63 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);
Dui_view_api_unittest.cpp52 EXPECT_EQ(Updater::StrToColor(colorData.first).full, colorData.second.first.full);
/base/update/packaging_tools/
DREADME.md12 - 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/
Dbase_page.cpp64 root_->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, color_.full); in BuildPage()
147 root_->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, color_.full); in SetVisible()
Dsub_page.cpp101 view->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, color_.full); in SetVisible()
/base/powermgr/battery_manager/frameworks/napi/
Dbattery_info.cpp240 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/
Dupdater_ui_env.cpp91 RootView::GetInstance()->SetStyle(STYLE_BACKGROUND_COLOR, Color::Black().full); in InitRootView()
/base/startup/init/ueventd/etc/
Dueventd.config25 /dev/full 0666 0 0
/base/powermgr/battery_manager/charger/src/
Dcharger_animation.cpp87 … OHOS::RootView::GetInstance()->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, OHOS::Color::Black().full); in InitRootView()
/base/update/sys_installer_lite/
DREADME.md31 …rmony integration APIs in the **vendor** directory. Currently, only the full-package update is s…
/base/startup/init/services/etc/appender/
Dfile_appender.gni38 assert(defined(invoker.source), "source full target name must be defined.")
/base/security/selinux_adapter/sepolicy/base/system/
Dfile_contexts110 /dev/full u:object_r:dev_full:s0
/base/update/updater/test/unittest/test_data/applypatch/
DTestGZipModeImagePatch.old.gz