Home
last modified time | relevance | path

Searched refs:PowerInterfaceImpl (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/power/interfaces/hdi_service/src/
H A Dpower_interface_impl.cpp87 sptr<PowerInterfaceImpl::PowerDeathRecipient> g_deathRecipient = nullptr;
93 using OHOS::HDI::Power::V1_2::PowerInterfaceImpl; in PowerInterfaceImplGetInstance()
94 PowerInterfaceImpl *service = new (std::nothrow) PowerInterfaceImpl(); in PowerInterfaceImplGetInstance()
106 int32_t PowerInterfaceImpl::Init() in Init()
119 int32_t PowerInterfaceImpl::RegisterCallback(const sptr<IPowerHdiCallback> &ipowerHdiCallback) in RegisterCallback()
139 int32_t PowerInterfaceImpl::UnRegister() in UnRegister()
148 int32_t PowerInterfaceImpl::RegisterRunningLockCallback(const sptr<IPowerRunningLockCallback> in RegisterRunningLockCallback()
158 int32_t PowerInterfaceImpl::UnRegisterRunningLockCallback() in UnRegisterRunningLockCallback()
164 int32_t PowerInterfaceImpl
[all...]
H A Dpower_interface_impl.h30 class PowerInterfaceImpl : public IPowerInterface { class
32 ~PowerInterfaceImpl() override {};
73 explicit PowerDeathRecipient(const wptr<PowerInterfaceImpl> &powerInterfaceImpl) in PowerDeathRecipient()
79 wptr<PowerInterfaceImpl> powerInterfaceImpl_;
/drivers/peripheral/power/test/fuzztest/powerhdistub_fuzzer/
H A Dpowerhdistub_fuzz.cpp38 impl_ = new PowerInterfaceImpl(); in PowerFuzzTest()
45 sptr<PowerInterfaceImpl> GetImpl() const in GetImpl()
51 sptr<PowerInterfaceImpl> impl_ = nullptr;
/drivers/peripheral/power/test/fuzztest/powerhdi_fuzzer/
H A Dpowerhdi_fuzz.cpp41 impl_ = sptr<PowerInterfaceImpl>::MakeSptr(); in PowerFuzzTest()
48 sptr<PowerInterfaceImpl> GetImpl() const in GetImpl()
54 sptr<PowerInterfaceImpl> impl_ = nullptr;

Completed in 2 milliseconds