Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/zidl/include/
H A Dpower_mgr_async_reply.h45 int WaitForAsyncReply(int timeout);
/ohos5.0/base/powermgr/power_manager/services/zidl/src/
H A Dpower_mgr_async_reply.cpp48 int PowerMgrStubAsync::WaitForAsyncReply(int timeout) in WaitForAsyncReply() function in OHOS::PowerMgr::PowerMgrStubAsync
H A Dpower_mgr_proxy.cpp661 int error = asyncCallback->WaitForAsyncReply(waitTime); in ForceSuspendDevice()
1149 int error = asyncCallback->WaitForAsyncReply(waitTime); in Hibernate()
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dfoo_service.h50 int WaitForAsyncReply(int timeout);
H A Dtest_capi_skeleton.h77 int WaitForAsyncReply(int timeout);
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/
H A Dhks_sa_interface.h36 std::tuple<uint32_t, std::unique_ptr<uint8_t[]>, uint32_t> WaitForAsyncReply(int timeout);
H A Dhks_sa_interface.cpp110 std::tuple<uint32_t, std::unique_ptr<uint8_t[]>, uint32_t> HksStub::WaitForAsyncReply(int timeout) in WaitForAsyncReply() function in OHOS::Security::Hks::HksStub
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dfoo_service.cpp56 int FooStub::WaitForAsyncReply(int timeout) in WaitForAsyncReply() function in OHOS::FooStub
H A Dtest_capi_skeleton.cpp169 WaitForAsyncReply(TIMEOUT); in ASyncAdd()
206 int NativeRemoteProxyTest::WaitForAsyncReply(int timeout) in WaitForAsyncReply() function in OHOS::NativeRemoteProxyTest
H A Dtest_service_skeleton.cpp188 reply = fooCallback->WaitForAsyncReply(timeout); in TestAsyncCallbackTrans()
/ohos5.0/docs/zh-cn/application-dev/ipc/
H A Dipc-capi-development-guideline.md237 int WaitForAsyncReply(int timeOut);
309 WaitForAsyncReply(TIMEOUT);
352 int IpcCApiProxyTest::WaitForAsyncReply(int timeOut) {
/ohos5.0/docs/en/application-dev/ipc/
H A Dipc-capi-development-guideline.md237 int WaitForAsyncReply(int timeOut);
309 WaitForAsyncReply(TIMEOUT);
352 int IpcCApiProxyTest::WaitForAsyncReply(int timeOut) {
/ohos5.0/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/
H A Dhks_request.cpp96 auto [errCode, packedCerts, packedSize] = hksCallback->WaitForAsyncReply(timeout); in HksSendAnonAttestRequestAndWaitAsyncReply()