Home
last modified time | relevance | path

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

/test/xts/acts/powermgr/ndk/entry/src/ohosTest/ets/test/
DbatteryInfoNdk.test.ets150 let commonEventKeyPluggedType = batteryInfoNdk.commonEventKeyPluggedType();
151 console.info(TAG + ` commonEventKeyPluggedType: ${commonEventKeyPluggedType}`);
152 …expect(commonEventKeyPluggedType).assertEqual(batteryInfo.CommonEventBatteryChangedKey.EXTRA_PLUGG…
155 console.info(TAG + ` commonEventKeyPluggedType err: ${error.code} ${error.message}`);
/test/xts/acts/powermgr/ndk/entry/src/main/cpp/types/libentry/
Dindex.d.ts23 export const commonEventKeyPluggedType: () => string; constant