Searched refs:onApplyPowerPolicySucceeded (Results 1 – 7 of 7) sorted by relevance
/packages/services/Car/cpp/powerpolicy/aidl/android/automotive/powerpolicy/internal/ |
D | ICarPowerPolicyDelegateCallback.aidl | 51 oneway void onApplyPowerPolicySucceeded(int requestId, in CarPowerPolicy accumulatedPolicy, in onApplyPowerPolicySucceeded() method
|
/packages/services/Car/cpp/powerpolicy/aidl/aidl_api/android.automotive.powerpolicy.delegate/1/android/automotive/powerpolicy/internal/ |
D | ICarPowerPolicyDelegateCallback.aidl | 38 …oneway void onApplyPowerPolicySucceeded(int requestId, in android.frameworks.automotive.powerpolic… in onApplyPowerPolicySucceeded() method
|
/packages/services/Car/cpp/powerpolicy/aidl/aidl_api/android.automotive.powerpolicy.delegate/current/android/automotive/powerpolicy/internal/ |
D | ICarPowerPolicyDelegateCallback.aidl | 38 …oneway void onApplyPowerPolicySucceeded(int requestId, in android.frameworks.automotive.powerpolic… in onApplyPowerPolicySucceeded() method
|
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/ |
D | FakeRefactoredCarPowerPolicyDaemon.java | 208 mCallback.onApplyPowerPolicySucceeded(requestId, accumulatedPolicy, deferred); in applyPowerPolicyAsync() 225 mCallback.onApplyPowerPolicySucceeded(requestId, policy, /* deferred= */ true); in applyPowerPolicyPerPowerStateChangeAsync() 231 mCallback.onApplyPowerPolicySucceeded(requestId, policy, /* deferred= */ false); in applyPowerPolicyPerPowerStateChangeAsync()
|
/packages/services/Car/cpp/powerpolicy/server/tests/ |
D | CarPowerPolicyServerTest.cpp | 96 MOCK_METHOD(ScopedAStatus, onApplyPowerPolicySucceeded, (int32_t, const CarPowerPolicy&, bool), 357 EXPECT_CALL(*callback, onApplyPowerPolicySucceeded) in testApplyPowerPolicyPerPowerStateChangeAsyncInternal() 544 EXPECT_CALL(*callback, onApplyPowerPolicySucceeded) in TEST_F() 640 EXPECT_CALL(*callback, onApplyPowerPolicySucceeded) in TEST_F()
|
/packages/services/Car/cpp/powerpolicy/server/src/ |
D | CarPowerPolicyServer.cpp | 911 callback->onApplyPowerPolicySucceeded(requestId, *mComponentHandler.getAccumulatedPolicy(), in handleApplyPowerPolicyRequest()
|
/packages/services/Car/service/src/com/android/car/power/ |
D | CarPowerManagementService.java | 2249 public void onApplyPowerPolicySucceeded(int requestId, in onApplyPowerPolicySucceeded() method in CarPowerManagementService.PowerPolicyCallback
|