Home
last modified time | relevance | path

Searched refs:onApplyPowerPolicySucceeded (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/cpp/powerpolicy/aidl/android/automotive/powerpolicy/internal/
DICarPowerPolicyDelegateCallback.aidl51 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/
DICarPowerPolicyDelegateCallback.aidl38 …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/
DICarPowerPolicyDelegateCallback.aidl38 …oneway void onApplyPowerPolicySucceeded(int requestId, in android.frameworks.automotive.powerpolic… in onApplyPowerPolicySucceeded() method
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeRefactoredCarPowerPolicyDaemon.java208 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/
DCarPowerPolicyServerTest.cpp96 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/
DCarPowerPolicyServer.cpp911 callback->onApplyPowerPolicySucceeded(requestId, *mComponentHandler.getAccumulatedPolicy(), in handleApplyPowerPolicyRequest()
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java2249 public void onApplyPowerPolicySucceeded(int requestId, in onApplyPowerPolicySucceeded() method in CarPowerManagementService.PowerPolicyCallback