Home
last modified time | relevance | path

Searched refs:ChargeState (Results 1 - 5 of 5) sorted by relevance

/ide/tools/previewer/test/unittest/mock_lite/
H A DBatteryModuleImplTest.cpp26 SharedData<uint8_t>(SharedDataType::BATTERY_STATUS, (uint8_t)ChargeState::NOCHARGE, in TEST()
27 (uint8_t)ChargeState::NOCHARGE, (uint8_t)ChargeState::CHARGING); in TEST()
/ide/tools/previewer/
H A DThinPreviewer.cpp68 SharedData<uint8_t>(SharedDataType::BATTERY_STATUS, (uint8_t)ChargeState::NOCHARGE, in InitSharedData()
69 (uint8_t)ChargeState::NOCHARGE, (uint8_t)ChargeState::CHARGING); in InitSharedData()
/ide/tools/previewer/util/
H A DSharedDataManager.h24 enum class ChargeState { NOCHARGE = 0, CHARGING, CHARGESTATE_MAX }; class
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineInterfaceTest.cpp245 SharedData<uint8_t>(SharedDataType::BATTERY_STATUS, (uint8_t)ChargeState::NOCHARGE, in InitSharedData()
246 (uint8_t)ChargeState::NOCHARGE, (uint8_t)ChargeState::CHARGING); in InitSharedData()
H A DCommandLineTest.cpp42 SharedData<uint8_t>(SharedDataType::BATTERY_STATUS, (uint8_t)ChargeState::NOCHARGE, in SetUpTestCase()
43 (uint8_t)ChargeState::NOCHARGE, (uint8_t)ChargeState::CHARGING); in SetUpTestCase()

Completed in 5 milliseconds