Home
last modified time | relevance | path

Searched refs:asyncReply_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dfoo_service.cpp58 asyncReply_ = 0; in WaitForAsyncReply()
61 return asyncReply_ != 0; in WaitForAsyncReply()
63 return asyncReply_; in WaitForAsyncReply()
69 asyncReply_ = replyValue; in SendAsyncReply()
H A Dtest_capi_skeleton.cpp170 if ((a + b) == asyncReply_) { in ASyncAdd()
171 ZLOGD(LABEL, "ASyncAdd success! %{public}d + %{public}d = %{public}d", a, b, asyncReply_); in ASyncAdd()
174 ZLOGE(LABEL, "ASyncAdd failed! %{public}d + %{public}d = %{public}d", a, b, asyncReply_); in ASyncAdd()
208 asyncReply_ = 0; in WaitForAsyncReply()
211 return asyncReply_ != 0; in WaitForAsyncReply()
213 return asyncReply_; in WaitForAsyncReply()
219 asyncReply_ = replyValue; in SendAsyncReply()
/ohos5.0/docs/zh-cn/application-dev/ipc/
H A Dipc-capi-development-guideline.md242 int asyncReply_{};
310 OH_LOG_INFO(LOG_APP, "asyncReply_:%d", asyncReply_);
311 result = asyncReply_;
348 asyncReply_ = replyValue;
353 asyncReply_ = 0;
356 return asyncReply_ != 0;
358 return asyncReply_;
/ohos5.0/base/powermgr/power_manager/services/zidl/src/
H A Dpower_mgr_async_reply.cpp42 asyncReply_ = replyValue; in SendAsyncReply()
54 return asyncReply_; in WaitForAsyncReply()
/ohos5.0/docs/en/application-dev/ipc/
H A Dipc-capi-development-guideline.md242 int asyncReply_{};
310 OH_LOG_INFO(LOG_APP, "asyncReply_:%d", asyncReply_);
311 result = asyncReply_;
348 asyncReply_ = replyValue;
353 asyncReply_ = 0;
356 return asyncReply_ != 0;
358 return asyncReply_;
/ohos5.0/base/powermgr/power_manager/services/zidl/include/
H A Dpower_mgr_async_reply.h49 int asyncReply_ = { 0 }; variable
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dfoo_service.h58 int asyncReply_ = { 0 };
H A Dtest_capi_skeleton.h85 int asyncReply_{ 0 };