Home
last modified time | relevance | path

Searched refs:commonEventKeyChargeState (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/powermgr/ndk/entry/src/ohosTest/ets/test/
DbatteryInfoNdk.test.ets128 let commonEventKeyChargeState = batteryInfoNdk.commonEventKeyChargeState();
129 console.info(TAG + ` commonEventKeyChargeState: ${commonEventKeyChargeState}`);
130 …expect(commonEventKeyChargeState).assertEqual(batteryInfo.CommonEventBatteryChangedKey.EXTRA_CHARG…
133 console.info(TAG + ` commonEventKeyChargeState err: ${error.code} ${error.message}`);
/test/xts/acts/powermgr/ndk/entry/src/main/cpp/types/libentry/
Dindex.d.ts21 export const commonEventKeyChargeState: () => string; constant