Home
last modified time | relevance | path

Searched refs:pluggedType (Results 1 - 3 of 3) sorted by relevance

/test/xts/hats/powermgr/battery/hdi_battery/common/
H A Dhdi_battery_test.cpp211 OHOS::HDI::Battery::V2_0::BatteryPluggedType pluggedType = OHOS::HDI::Battery::V2_0::BatteryPluggedType(0); in HWTEST_F() local
212 g_batteryInterface->GetPluggedType(pluggedType); in HWTEST_F()
213 EXPECT_TRUE(pluggedType >= OHOS::HDI::Battery::V2_0::BatteryPluggedType::PLUGGED_TYPE_NONE && in HWTEST_F()
214 pluggedType <= OHOS::HDI::Battery::V2_0::BatteryPluggedType::PLUGGED_TYPE_BUTT); in HWTEST_F()
/test/xts/hats/powermgr/battery/hdi_battery_additional/common/
H A Dhdi_battery_test.cpp175 OHOS::HDI::Battery::V2_0::BatteryPluggedType pluggedType = OHOS::HDI::Battery::V2_0::BatteryPluggedType(0); in HWTEST_F() local
177 g_batteryInterface->GetPluggedType(pluggedType); in HWTEST_F()
178 EXPECT_TRUE(pluggedType >= OHOS::HDI::Battery::V2_0::BatteryPluggedType::PLUGGED_TYPE_NONE && in HWTEST_F()
179 pluggedType <= OHOS::HDI::Battery::V2_0::BatteryPluggedType::PLUGGED_TYPE_BUTT); in HWTEST_F()
/test/xts/acts/powermgr/battery_manager/entry/src/ohosTest/js/test/
H A Dbattery_common_event.test.js8599 var pluggedType = commonEventData.parameters['4'];
8600 console.info("pluggedType is:" + pluggedType);
8601 expect(pluggedType >= 0 && pluggedType <= 4).assertTrue();
8651 var pluggedType = commonEventData.parameters['4'];
8652 console.info("pluggedType is:" + pluggedType);
8653 expect(pluggedType >= 0 && pluggedType <
[all...]

Completed in 12 milliseconds