Home
last modified time | relevance | path

Searched refs:SendAsyncReply (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/powermgr/power_manager/services/zidl/include/
H A Dpower_mgr_async_reply.h33 virtual void SendAsyncReply(int reply) = 0;
44 void SendAsyncReply(int reply) override;
60 void SendAsyncReply(int reply) override;
/ohos5.0/base/powermgr/power_manager/services/zidl/src/
H A Dpower_mgr_async_reply.cpp28 SendAsyncReply(replyData); in OnRemoteRequest()
39 void PowerMgrStubAsync::SendAsyncReply(int replyValue) in SendAsyncReply() function in OHOS::PowerMgr::PowerMgrStubAsync
57 void PowerMgrProxyAsync::SendAsyncReply(int replyValue) in SendAsyncReply() function in OHOS::PowerMgr::PowerMgrProxyAsync
H A Dpower_mgr_stub.cpp460 powerProxy->SendAsyncReply(result); in ForceSuspendDeviceStub()
654 powerProxy->SendAsyncReply(result); in HibernateStub()
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dfoo_service.h37 virtual void SendAsyncReply(int &reply) = 0;
49 void SendAsyncReply(int &reply) override;
69 void SendAsyncReply(int &reply) override;
H A Dtest_capi_skeleton.h76 void SendAsyncReply(int &replyValue);
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/
H A Dhks_sa_interface.h30 …virtual void SendAsyncReply(uint32_t errCode, std::unique_ptr<uint8_t[]> &certChain, uint32_t sz) …
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 Dhks_sa_interface.cpp38 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 Dhks_dcm_callback_handler.cpp204 hksProxy->SendAsyncReply(response->errCode, replyData, replySize); in HksDcmCallback()
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dfoo_service.cpp37 SendAsyncReply(replyData); in OnRemoteRequest()
66 void FooStub::SendAsyncReply(int &replyValue) in SendAsyncReply() function in OHOS::FooStub
109 void FooProxy::SendAsyncReply(int &replyValue) in SendAsyncReply() function in OHOS::FooProxy
H A Dtest_capi_skeleton.cpp197 proxyTest->SendAsyncReply(val); in OnRemoteRequestStubCallBack()
216 void NativeRemoteProxyTest::SendAsyncReply(int &replyValue) in SendAsyncReply() function in OHOS::NativeRemoteProxyTest
H A Dtest_service_skeleton.cpp771 fooProxy->SendAsyncReply(result); in ServerAsyncTransaction()
/ohos5.0/docs/zh-cn/application-dev/ipc/
H A Dipc-capi-development-guideline.md236 void SendAsyncReply(int &replyValue);
346 void IpcCApiProxyTest::SendAsyncReply(int &replyValue) {
374 proxyTest->SendAsyncReply(val);
/ohos5.0/docs/en/application-dev/ipc/
H A Dipc-capi-development-guideline.md236 void SendAsyncReply(int &replyValue);
346 void IpcCApiProxyTest::SendAsyncReply(int &replyValue) {
374 proxyTest->SendAsyncReply(val);