/packages/services/Car/cpp/powerpolicy/server/tests/ |
D | CarPowerPolicyServerTest.cpp | 181 ScopedAStatus applyPowerPolicyAsync(int32_t requestId, const std::string& policyId, in applyPowerPolicyAsync() function in android::frameworks::automotive::powerpolicy::internal::CarPowerPolicyServerPeer 183 return mServer->applyPowerPolicyAsync(requestId, policyId, force); in applyPowerPolicyAsync() 551 ScopedAStatus status = server->applyPowerPolicyAsync(/*requestId=*/9999, "policy_id_other_off", in TEST_F() 575 ScopedAStatus status = server->applyPowerPolicyAsync(/*requestId=*/9999, "policy_id_other_off", in TEST_F() 611 ScopedAStatus status = server->applyPowerPolicyAsync(/*requestId=*/9999, "policy_not_exist", in TEST_F() 649 ScopedAStatus status = server->applyPowerPolicyAsync(/*requestId=*/9999, "policy_id_other_off", in TEST_F() 653 status = server->applyPowerPolicyAsync(/*requestId=*/9999, "policy_id_other_untouched", in TEST_F()
|
/packages/services/Car/cpp/powerpolicy/aidl/android/automotive/powerpolicy/internal/ |
D | ICarPowerPolicyDelegate.aidl | 63 void applyPowerPolicyAsync(int requestId, in @utf8InCpp String policyId, boolean force); in applyPowerPolicyAsync() method
|
/packages/services/Car/cpp/powerpolicy/aidl/aidl_api/android.automotive.powerpolicy.delegate/1/android/automotive/powerpolicy/internal/ |
D | ICarPowerPolicyDelegate.aidl | 38 void applyPowerPolicyAsync(int requestId, in @utf8InCpp String policyId, boolean force); in applyPowerPolicyAsync() method
|
/packages/services/Car/cpp/powerpolicy/aidl/aidl_api/android.automotive.powerpolicy.delegate/current/android/automotive/powerpolicy/internal/ |
D | ICarPowerPolicyDelegate.aidl | 38 void applyPowerPolicyAsync(int requestId, in @utf8InCpp String policyId, boolean force); in applyPowerPolicyAsync() method
|
/packages/services/Car/cpp/powerpolicy/server/src/ |
D | CarPowerPolicyServer.h | 140 ndk::ScopedAStatus applyPowerPolicyAsync(int32_t requestId, const std::string& policyId, 230 ndk::ScopedAStatus applyPowerPolicyAsync(int32_t requestId, const std::string& policyId,
|
D | CarPowerPolicyServer.cpp | 261 ScopedAStatus CarPowerPolicyDelegate::applyPowerPolicyAsync(int32_t requestId, in applyPowerPolicyAsync() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyDelegate 266 return service->applyPowerPolicyAsync(requestId, policyId, force); in applyPowerPolicyAsync() 653 ScopedAStatus CarPowerPolicyServer::applyPowerPolicyAsync(int32_t requestId, in applyPowerPolicyAsync() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer
|
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/ |
D | FakeRefactoredCarPowerPolicyDaemon.java | 192 public void applyPowerPolicyAsync(int requestId, String policyId, boolean force) in applyPowerPolicyAsync() method in FakeRefactoredCarPowerPolicyDaemon
|
/packages/services/Car/service/src/com/android/car/power/ |
D | CarPowerManagementService.java | 2572 daemon.applyPowerPolicyAsync(requestId, policyId, force); in applyPowerPolicy()
|