Searched refs:onApplyPowerPolicyFailed (Results 1 – 6 of 6) sorted by relevance
/packages/services/Car/cpp/powerpolicy/aidl/android/automotive/powerpolicy/internal/ |
D | ICarPowerPolicyDelegateCallback.aidl | 60 oneway void onApplyPowerPolicyFailed(int requestId, in PowerPolicyFailureReason reason); in onApplyPowerPolicyFailed() method
|
/packages/services/Car/cpp/powerpolicy/aidl/aidl_api/android.automotive.powerpolicy.delegate/1/android/automotive/powerpolicy/internal/ |
D | ICarPowerPolicyDelegateCallback.aidl | 39 …oneway void onApplyPowerPolicyFailed(int requestId, in android.automotive.powerpolicy.internal.Pow… in onApplyPowerPolicyFailed() method
|
/packages/services/Car/cpp/powerpolicy/aidl/aidl_api/android.automotive.powerpolicy.delegate/current/android/automotive/powerpolicy/internal/ |
D | ICarPowerPolicyDelegateCallback.aidl | 39 …oneway void onApplyPowerPolicyFailed(int requestId, in android.automotive.powerpolicy.internal.Pow… in onApplyPowerPolicyFailed() method
|
/packages/services/Car/cpp/powerpolicy/server/tests/ |
D | CarPowerPolicyServerTest.cpp | 98 MOCK_METHOD(ScopedAStatus, onApplyPowerPolicyFailed, (int32_t, PowerPolicyFailureReason), 599 EXPECT_CALL(*callback, onApplyPowerPolicyFailed) in TEST_F()
|
/packages/services/Car/cpp/powerpolicy/server/src/ |
D | CarPowerPolicyServer.cpp | 906 callback->onApplyPowerPolicyFailed(requestId, in handleApplyPowerPolicyRequest()
|
/packages/services/Car/service/src/com/android/car/power/ |
D | CarPowerManagementService.java | 2267 public void onApplyPowerPolicyFailed(int requestId, int reason) { in onApplyPowerPolicyFailed() method in CarPowerManagementService.PowerPolicyCallback
|