Home
last modified time | relevance | path

Searched refs:isAsync (Results 1 - 18 of 18) sorted by relevance

/base/update/updater/services/ui/control/
H A Devent_listener.cpp29 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 Devent_listener.h27 bool isAsync {false};
41 void operator()(OHOS::UIView &view, bool isAsync) const;
/base/notification/common_event_service/services/include/
H A Dbundle_manager_helper.h106 bool GetBundleMgrProxyInner(bool isAsync);
/base/notification/common_event_service/services/src/
H A Dbundle_manager_helper.cpp165 bool BundleManagerHelper::GetBundleMgrProxyInner(bool isAsync) in GetBundleMgrProxyInner() argument
178 if (isAsync) { in GetBundleMgrProxyInner()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Di_input_data_channel.h79 virtual int32_t FinishTextPreview(bool isAsync) = 0;
H A Dinput_data_channel_proxy.h57 int32_t FinishTextPreview(bool isAsync) override;
H A Dinput_data_channel_stub.h59 int32_t FinishTextPreview(bool isAsync) override;
/base/time/time_service/services/ipc/proxy/inner_api_include/
H A Dtime_service_proxy.h40 int32_t DestroyTimer(uint64_t timerId, bool isAsync) override;
/base/time/time_service/interfaces/inner_api/include/
H A Dtime_service_interface.h104 * @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 Dinput_data_channel_proxy.cpp145 int32_t InputDataChannelProxy::FinishTextPreview(bool isAsync)
147 if (isAsync) {
H A Dinput_data_channel_stub.cpp239 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 Dtime_system_ability.h67 int32_t DestroyTimer(uint64_t timerId, bool isAsync) override;
H A Dtime_system_ability.cpp423 int32_t TimeSystemAbility::DestroyTimer(uint64_t timerId, bool isAsync) in DestroyTimer() argument
/base/time/time_service/services/ipc/proxy/
H A Dtime_service_proxy.cpp142 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 Dinput_method_ability.h91 int32_t FinishTextPreview(bool isAsync);
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp1202 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 Dadvanced_notification_utils.cpp1412 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 Dadvanced_notification_service.h1397 ErrCode DeleteAllByUserInner(const int32_t &userId, int32_t reason, bool isAsync = false);

Completed in 19 milliseconds