/ohos5.0/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;
|
/ohos5.0/base/powermgr/power_manager/services/zidl/src/ |
H A D | power_mgr_async_reply.cpp | 28 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 D | power_mgr_stub.cpp | 460 powerProxy->SendAsyncReply(result); in ForceSuspendDeviceStub() 654 powerProxy->SendAsyncReply(result); in HibernateStub()
|
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/ |
H A D | foo_service.h | 37 virtual void SendAsyncReply(int &reply) = 0; 49 void SendAsyncReply(int &reply) override; 69 void SendAsyncReply(int &reply) override;
|
H A D | test_capi_skeleton.h | 76 void SendAsyncReply(int &replyValue);
|
/ohos5.0/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) … 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); in HksDcmCallback()
|
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | foo_service.cpp | 37 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 D | test_capi_skeleton.cpp | 197 proxyTest->SendAsyncReply(val); in OnRemoteRequestStubCallBack() 216 void NativeRemoteProxyTest::SendAsyncReply(int &replyValue) in SendAsyncReply() function in OHOS::NativeRemoteProxyTest
|
H A D | test_service_skeleton.cpp | 771 fooProxy->SendAsyncReply(result); in ServerAsyncTransaction()
|
/ohos5.0/docs/zh-cn/application-dev/ipc/ |
H A D | ipc-capi-development-guideline.md | 236 void SendAsyncReply(int &replyValue); 346 void IpcCApiProxyTest::SendAsyncReply(int &replyValue) { 374 proxyTest->SendAsyncReply(val);
|
/ohos5.0/docs/en/application-dev/ipc/ |
H A D | ipc-capi-development-guideline.md | 236 void SendAsyncReply(int &replyValue); 346 void IpcCApiProxyTest::SendAsyncReply(int &replyValue) { 374 proxyTest->SendAsyncReply(val);
|