Searched refs:asyncReply_ (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | foo_service.cpp | 58 asyncReply_ = 0; in WaitForAsyncReply() 61 return asyncReply_ != 0; in WaitForAsyncReply() 63 return asyncReply_; in WaitForAsyncReply() 69 asyncReply_ = replyValue; in SendAsyncReply()
|
H A D | test_capi_skeleton.cpp | 170 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 D | ipc-capi-development-guideline.md | 242 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 D | power_mgr_async_reply.cpp | 42 asyncReply_ = replyValue; in SendAsyncReply() 54 return asyncReply_; in WaitForAsyncReply()
|
/ohos5.0/docs/en/application-dev/ipc/ |
H A D | ipc-capi-development-guideline.md | 242 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 D | power_mgr_async_reply.h | 49 int asyncReply_ = { 0 }; variable
|
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/ |
H A D | foo_service.h | 58 int asyncReply_ = { 0 };
|
H A D | test_capi_skeleton.h | 85 int asyncReply_{ 0 };
|