/base/update/updater/services/ui/control/ |
H A D | event_listener.cpp | 29 void CallBackDecorator::operator()(OHOS::UIView &view, bool isAsync) const in operator ()() 55 if (isAsync) { in operator ()() 86 CallBackDecorator{cb_}(view, cb_.isAsync); in OnRelease() 92 CallBackDecorator{cb_}(view, cb_.isAsync); in OnClick() 116 CallBackDecorator{cb_}(view, cb_.isAsync); in OnDragStart() 122 CallBackDecorator{cb_}(view, cb_.isAsync); in OnDrag() 132 CallBackDecorator{cb_}(view, cb_.isAsync); in OnDragEnd()
|
H A D | event_listener.h | 27 bool isAsync {false}; 41 void operator()(OHOS::UIView &view, bool isAsync) const;
|
/base/notification/common_event_service/services/include/ |
H A D | bundle_manager_helper.h | 106 bool GetBundleMgrProxyInner(bool isAsync);
|
/base/notification/common_event_service/services/src/ |
H A D | bundle_manager_helper.cpp | 165 bool BundleManagerHelper::GetBundleMgrProxyInner(bool isAsync) in GetBundleMgrProxyInner() argument 178 if (isAsync) { in GetBundleMgrProxyInner()
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | i_input_data_channel.h | 79 virtual int32_t FinishTextPreview(bool isAsync) = 0;
|
H A D | input_data_channel_proxy.h | 57 int32_t FinishTextPreview(bool isAsync) override;
|
H A D | input_data_channel_stub.h | 59 int32_t FinishTextPreview(bool isAsync) override;
|
/base/time/time_service/services/ipc/proxy/inner_api_include/ |
H A D | time_service_proxy.h | 40 int32_t DestroyTimer(uint64_t timerId, bool isAsync) override;
|
/base/time/time_service/interfaces/inner_api/include/ |
H A D | time_service_interface.h | 104 * @param isAsync indicate is async or not. 107 virtual int32_t DestroyTimer(uint64_t timerId, bool isAsync = false) = 0;
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | input_data_channel_proxy.cpp | 145 int32_t InputDataChannelProxy::FinishTextPreview(bool isAsync) 147 if (isAsync) {
|
H A D | input_data_channel_stub.cpp | 239 bool isAsync = false; in FinishTextPreviewOnRemote() local 240 return reply.WriteInt32(FinishTextPreview(isAsync)) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE; in FinishTextPreviewOnRemote() 341 int32_t InputDataChannelStub::FinishTextPreview(bool isAsync) in FinishTextPreview() argument
|
/base/time/time_service/services/ |
H A D | time_system_ability.h | 67 int32_t DestroyTimer(uint64_t timerId, bool isAsync) override;
|
H A D | time_system_ability.cpp | 423 int32_t TimeSystemAbility::DestroyTimer(uint64_t timerId, bool isAsync) in DestroyTimer() argument
|
/base/time/time_service/services/ipc/proxy/ |
H A D | time_service_proxy.cpp | 142 int32_t TimeServiceProxy::DestroyTimer(uint64_t timerId, bool isAsync) in DestroyTimer() argument 155 if (isAsync) { in DestroyTimer()
|
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/ |
H A D | input_method_ability.h | 91 int32_t FinishTextPreview(bool isAsync);
|
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
H A D | input_method_ability.cpp | 1202 int32_t InputMethodAbility::FinishTextPreview(bool isAsync) in FinishTextPreview() argument 1210 return dataChannel->FinishTextPreview(isAsync); in FinishTextPreview()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_utils.cpp | 1412 bool isAsync) in DeleteAllByUserInner() 1480 if (!isAsync) { in DeleteAllByUserInner() 1411 DeleteAllByUserInner(const int32_t &userId, int32_t deleteReason, bool isAsync) DeleteAllByUserInner() argument
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 1397 ErrCode DeleteAllByUserInner(const int32_t &userId, int32_t reason, bool isAsync = false);
|