Home
last modified time | relevance | path

Searched refs:CarPowerPolicyServer (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp138 std::shared_ptr<CarPowerPolicyServer> CarPowerPolicyServer::sCarPowerPolicyServer = nullptr;
140 PropertyChangeListener::PropertyChangeListener(CarPowerPolicyServer* service) : mService(service) {} in PropertyChangeListener()
170 EventHandler::EventHandler(CarPowerPolicyServer* service) : mService(service) {} in EventHandler()
182 RequestIdHandler::RequestIdHandler(CarPowerPolicyServer* service) : mService(service) {} in RequestIdHandler()
188 CarServiceNotificationHandler::CarServiceNotificationHandler(CarPowerPolicyServer* service) : in CarServiceNotificationHandler()
235 CarPowerPolicyDelegate::CarPowerPolicyDelegate(CarPowerPolicyServer* service) : mService(service) {} in CarPowerPolicyDelegate()
255 [callback, aidlReturn](CarPowerPolicyServer* service) -> ScopedAStatus { in notifyCarServiceReady()
265 [requestId, policyId, force](CarPowerPolicyServer* service) -> ScopedAStatus { in applyPowerPolicyAsync()
289 disabledComponents](CarPowerPolicyServer* service) -> ScopedAStatus { in notifyPowerPolicyDefinition()
299 [policyGroupId, powerPolicyPerState](CarPowerPolicyServer* service) -> ScopedAStatus { in notifyPowerPolicyGroupDefinition()
[all …]
DCarPowerPolicyServer.h67 class CarPowerPolicyServer; variable
72 explicit PropertyChangeListener(CarPowerPolicyServer* service);
82 CarPowerPolicyServer* mService;
87 explicit EventHandler(CarPowerPolicyServer* service);
92 CarPowerPolicyServer* mService;
97 explicit RequestIdHandler(CarPowerPolicyServer* service);
102 CarPowerPolicyServer* mService;
110 explicit CarServiceNotificationHandler(CarPowerPolicyServer* server);
126 CarPowerPolicyServer* mService GUARDED_BY(mMutex);
132 explicit CarPowerPolicyDelegate(CarPowerPolicyServer* service);
[all …]
Dfuzzer.cpp26 using ::android::frameworks::automotive::powerpolicy::CarPowerPolicyServer;
31 std::shared_ptr<CarPowerPolicyServer> server = SharedRefBase::make<CarPowerPolicyServer>(); in LLVMFuzzerTestOneInput()
Dmain.cpp34 using android::frameworks::automotive::powerpolicy::CarPowerPolicyServer;
54 auto result = CarPowerPolicyServer::startService(looper); in main()
57 CarPowerPolicyServer::terminateService(); in main()
/packages/services/Car/cpp/powerpolicy/server/
DAndroid.bp56 "src/CarPowerPolicyServer.cpp",
112 name: "android.frameworks.automotive.powerpolicy.CarPowerPolicyServer.fuzzer",
/packages/services/Car/cpp/powerpolicy/server/tests/
DCarPowerPolicyServerTest.cpp144 mServer = ndk::SharedRefBase::make<CarPowerPolicyServer>(); in CarPowerPolicyServerPeer()
278 class MockLinkUnlinkImpl : public CarPowerPolicyServer::LinkUnlinkImpl {
314 std::shared_ptr<CarPowerPolicyServer> mServer;