Home
last modified time | relevance | path

Searched refs:OnClientBinderDiedContext (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp425 std::unique_ptr<OnClientBinderDiedContext> context = in registerPowerPolicyChangeCallback()
426 std::make_unique<OnClientBinderDiedContext>( in registerPowerPolicyChangeCallback()
427 OnClientBinderDiedContext{.server = this, .clientId = clientId}); in registerPowerPolicyChangeCallback()
851 OnClientBinderDiedContext* context = static_cast<OnClientBinderDiedContext*>(cookie); in onClientBinderDied()
DCarPowerPolicyServer.h270 struct OnClientBinderDiedContext { struct
374 std::unordered_map<const AIBinder*, std::unique_ptr<OnClientBinderDiedContext>>