Home
last modified time | relevance | path

Searched refs:FinishCommonEvent (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/notification/common_event_service/interfaces/inner_api/
H A Dasync_common_event_result.h104 bool FinishCommonEvent();
/ohos5.0/base/notification/common_event_service/frameworks/native/src/
H A Dasync_common_event_result.cpp113 bool AsyncCommonEventResult::FinishCommonEvent() in FinishCommonEvent() function in OHOS::EventFwk::AsyncCommonEventResult
/ohos5.0/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dmatching_skills_test.cpp405 EXPECT_EQ(false, asyncCommonEventResult.FinishCommonEvent());
522 bool result = asyncCommonEventResult.FinishCommonEvent();
/ohos5.0/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event_listener.cpp153 commonEventSubscriber_->GetAsyncCommonEventResult()->FinishCommonEvent(); in OnReceiveEvent()
/ohos5.0/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_publish_ordered_system_test/
H A Dcommon_event_services_publish_ordered_system_test.cpp241 result->FinishCommonEvent(); in AsyncProcess()
369 result->FinishCommonEvent(); in AsyncProcess()
/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dcommon_event_manager_ffi.cpp264 errorCode = result->FinishCommonEvent() ? NO_ERROR : ERR_CES_FAILED; in CJ_FinishCommonEvent()
/ohos5.0/base/notification/common_event_service/services/test/moduletest/common_event_services_publish_ordered_module_test/
H A Dcommon_event_services_publish_ordered_module_test.cpp254 result->FinishCommonEvent(); in AsyncProcess()
382 result->FinishCommonEvent(); in AsyncProcess()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
H A Dcommon_event.cpp954 napi_value FinishCommonEvent(napi_env env, napi_callback_info info) in FinishCommonEvent() function
1001 … asyncCallbackInfo->info.errorCode = asyncResult->FinishCommonEvent() ? NO_ERROR : ERR_CES_FAILED; in FinishCommonEvent()
1581 DECLARE_NAPI_FUNCTION("finishCommonEvent", FinishCommonEvent), in CommonEventSubscriberInit()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H A Dcommon_event.h370 napi_value FinishCommonEvent(napi_env env, napi_callback_info info);
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dnapi_common_event.cpp1849 napi_value FinishCommonEvent(napi_env env, napi_callback_info info) in FinishCommonEvent() function
1893 … asyncCallbackInfo->info.errorCode = asyncResult->FinishCommonEvent() ? NO_ERROR : ERR_CES_FAILED; in FinishCommonEvent()
1969 DECLARE_NAPI_FUNCTION("finishCommonEvent", FinishCommonEvent), in CommonEventSubscriberInit()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
H A Dnapi_common_event.h394 napi_value FinishCommonEvent(napi_env env, napi_callback_info info);