Searched refs:SendAsyncReply (Results 1 - 6 of 6) sorted by relevance
/base/powermgr/power_manager/services/zidl/include/ |
H A D | power_mgr_async_reply.h | 33 virtual void SendAsyncReply(int reply) = 0;
44 void SendAsyncReply(int reply) override;
60 void SendAsyncReply(int reply) override;
|
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/ |
H A D | hks_sa_interface.h | 30 virtual void SendAsyncReply(uint32_t errCode, std::unique_ptr<uint8_t[]> &certChain, uint32_t sz) = 0; 35 void SendAsyncReply(uint32_t errCode, std::unique_ptr<uint8_t[]> &certChain, uint32_t sz) override; 53 void SendAsyncReply(uint32_t errCode, std::unique_ptr<uint8_t[]> &certChain, uint32_t sz) override;
|
H A D | hks_sa_interface.cpp | 38 void HksStub::SendAsyncReply(uint32_t errCode, std::unique_ptr<uint8_t[]> &certChain, uint32_t sz) in SendAsyncReply() function in OHOS::Security::Hks::HksStub 53 SendAsyncReply(errCode, certChain, 0); in ProcessAttestKeyAsyncReply() 84 SendAsyncReply(errCode, certChain, certChainLen); in ProcessAttestKeyAsyncReply() 127 void HksProxy::SendAsyncReply(uint32_t errCode, std::unique_ptr<uint8_t[]> &certChain, uint32_t sz) in SendAsyncReply() function in OHOS::Security::Hks::HksProxy
|
H A D | hks_dcm_callback_handler.cpp | 204 hksProxy->SendAsyncReply(response->errCode, replyData, replySize);
|
/base/powermgr/power_manager/services/zidl/src/ |
H A D | power_mgr_async_reply.cpp | 34 SendAsyncReply(replyData);
in OnRemoteRequest() 45 void PowerMgrStubAsync::SendAsyncReply(int replyValue)
in SendAsyncReply() function in OHOS::PowerMgr::PowerMgrStubAsync 63 void PowerMgrProxyAsync::SendAsyncReply(int replyValue)
in SendAsyncReply() function in OHOS::PowerMgr::PowerMgrProxyAsync
|
H A D | power_mgr_stub.cpp | 460 powerProxy->SendAsyncReply(result); in ForceSuspendDeviceStub() 654 powerProxy->SendAsyncReply(result); in HibernateStub()
|
Completed in 4 milliseconds