Searched refs:PowerButtonDc (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rostests/apitests/powrprof/ |
H A D | power.c | 771 if (gpp.user.PowerButtonDc.Action != gpp_compare.user.PowerButtonDc.Action) in globalcompare() 773 …r.PowerButtonDc.Action failed %i != %i\n",gpp.user.PowerButtonDc.Action,gpp_compare.user.PowerButt… in globalcompare() 776 if (gpp.user.PowerButtonDc.EventCode != gpp_compare.user.PowerButtonDc.EventCode) in globalcompare() 778 …ButtonDc.EventCode failed %lu != %lu\n",gpp.user.PowerButtonDc.EventCode,gpp_compare.user.PowerBut… in globalcompare() 781 if (gpp.user.PowerButtonDc.Flags != gpp_compare.user.PowerButtonDc.Flags) in globalcompare() 783 ….PowerButtonDc.Flags failed %lu != %lu\n",gpp.user.PowerButtonDc.Flags,gpp_compare.user.PowerButto… in globalcompare() 1187 gpp.user.PowerButtonDc.Action = PowerActionNone; in test_ValidatePowerPolicies_Old() 1355 gpp_original.user.PowerButtonDc.Action = PowerActionNone; in test_ValidatePowerPolicies() 3095 pGPP_original->user.PowerButtonDc.Action=PowerActionNone; in test_ValidatePowerPolicies_Next() 3112 gpp_compare.user.PowerButtonDc.Action=2; in test_ValidatePowerPolicies_Next() [all …]
|
/reactos/dll/cpl/powercfg/ |
H A D | advanced.c | 264 &gGPP.user.PowerButtonDc, in ShowCurrentPowerActionPolicies() 481 … SaveCurrentPowerActionPolicy(GetDlgItem(hwndDlg, IDC_POWERBUTTON), &gGPP.user.PowerButtonDc); in Adv_SaveData()
|
/reactos/sdk/include/psdk/ |
H A D | powrprof.h | 33 POWER_ACTION_POLICY PowerButtonDc; member
|
/reactos/dll/win32/powrprof/ |
H A D | powrprof.c | 1076 if (!CheckPowerActionPolicy(&pGPP->user.PowerButtonDc,PowerCaps)) in ValidatePowerPolicies()
|