Home
last modified time | relevance | path

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

/test/xts/acts/powermgr/ndk/entry/src/ohosTest/ets/test/
DbatteryInfoNdk.test.ets106 let commonEventKeyCapacity = batteryInfoNdk.commonEventKeyCapacity();
107 console.info(TAG + ` commonEventKeyCapacity: ${commonEventKeyCapacity}`);
108 … expect(commonEventKeyCapacity).assertEqual(batteryInfo.CommonEventBatteryChangedKey.EXTRA_SOC);
111 console.info(TAG + ` commonEventKeyCapacity err: ${error.code} ${error.message}`);
/test/xts/acts/powermgr/ndk/entry/src/main/cpp/types/libentry/
Dindex.d.ts19 export const commonEventKeyCapacity: () => string; constant