Home
last modified time | relevance | path

Searched defs:SendAsyncReply (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/powermgr/power_manager/services/zidl/src/
H A Dpower_mgr_async_reply.cpp39 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
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/
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
127 void HksProxy::SendAsyncReply(uint32_t errCode, std::unique_ptr<uint8_t[]> &certChain, uint32_t sz) in SendAsyncReply() function in OHOS::Security::Hks::HksProxy
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dfoo_service.cpp66 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.cpp216 void NativeRemoteProxyTest::SendAsyncReply(int &replyValue) in SendAsyncReply() function in OHOS::NativeRemoteProxyTest