Home
last modified time | relevance | path

Searched refs:RemoveProcessor (Results 1 - 16 of 16) sorted by relevance

/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_inner_api_test.cpp517 ASSERT_EQ(AppEventProcessorMgr::RemoveProcessor(processorId), 0); in HWTEST_F()
548 ASSERT_EQ(AppEventProcessorMgr::RemoveProcessor(processorId), 0); in HWTEST_F()
589 ASSERT_EQ(AppEventProcessorMgr::RemoveProcessor(processorId1), 0); in HWTEST_F()
601 ASSERT_EQ(AppEventProcessorMgr::RemoveProcessor(processorId2), 0); in HWTEST_F()
619 ASSERT_EQ(AppEventProcessorMgr::RemoveProcessor(processorId1), 0); in HWTEST_F()
631 ASSERT_EQ(AppEventProcessorMgr::RemoveProcessor(processorId2), 0); in HWTEST_F()
651 ASSERT_EQ(AppEventProcessorMgr::RemoveProcessor(processorId1), 0); in HWTEST_F()
661 ASSERT_EQ(AppEventProcessorMgr::RemoveProcessor(processorId2), 0); in HWTEST_F()
667 ASSERT_EQ(AppEventProcessorMgr::RemoveProcessor(processorId3), 0); in HWTEST_F()
690 ASSERT_EQ(AppEventProcessorMgr::RemoveProcessor(processorId in HWTEST_F()
[all...]
H A Dhiappevent_native_test.cpp720 ASSERT_EQ(RemoveProcessor(0), ErrorCode::ERROR_NOT_APP); in HWTEST_F()
735 ASSERT_EQ(RemoveProcessor(0), ErrorCode::ERROR_PROCESSOR_NOT_ADDED); in HWTEST_F()
763 ASSERT_EQ(RemoveProcessor(seq), 0); in HWTEST_F()
787 ASSERT_EQ(RemoveProcessor(seq), 0); in HWTEST_F()
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_hiappevent_processor.h25 bool RemoveProcessor(const napi_env env, const napi_value id);
/base/hiviewdfx/hiappevent/frameworks/native/ndk/include/
H A Dndk_app_event_processor_service.h38 int RemoveProcessor(int64_t processorId);
/base/hiviewdfx/hiappevent/interfaces/native/inner_api/include/
H A Dapp_event_processor_mgr.h28 static int RemoveProcessor(int64_t processorId);
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Dhiappevent_impl.h35 static int RemoveProcessor(int64_t processorId);
/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dpipeline_test.cpp218 pipeline->RemoveProcessor(plugin1); in HWTEST_F()
219 pipeline->RemoveProcessor(plugin2); in HWTEST_F()
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_js_v9.cpp59 static napi_value RemoveProcessor(napi_env env, napi_callback_info info) in RemoveProcessor() function
66 if (!NapiHiAppEventProcessor::RemoveProcessor(env, params[0])) { in RemoveProcessor()
245 DECLARE_NAPI_FUNCTION("removeProcessor", RemoveProcessor), in Init()
H A Dnapi_hiappevent_processor.cpp427 bool RemoveProcessor(const napi_env env, const napi_value id) in RemoveProcessor() function
/base/hiviewdfx/hiappevent/interfaces/native/inner_api/src/
H A Dapp_event_processor_mgr.cpp39 int AppEventProcessorMgr::RemoveProcessor(int64_t processorId) in RemoveProcessor() function in OHOS::HiviewDFX::HiAppEvent::AppEventProcessorMgr
/base/hiviewdfx/hiview/base/
H A Dpipeline.cpp168 void Pipeline::RemoveProcessor(std::weak_ptr<Plugin> plugin) in RemoveProcessor() function in OHOS::HiviewDFX::Pipeline
/base/hiviewdfx/hiview/base/include/
H A Dpipeline.h136 void RemoveProcessor(std::weak_ptr<Plugin> plugin);
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_impl.cpp140 int HiAppEventImpl::RemoveProcessor(int64_t processorId) in RemoveProcessor() function in OHOS::CJSystemapi::HiAppEvent::HiAppEventImpl
H A Dhiappevent_ffi.cpp233 int res = HiAppEventImpl::RemoveProcessor(id); in FfiOHOSHiAppEventRemoveProcessor()
/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_processor_service.cpp211 int RemoveProcessor(int64_t processorId) in RemoveProcessor() function
/base/hiviewdfx/hiappevent/frameworks/native/ndk/
H A Dhiappevent_ndk.c404 return RemoveProcessor(processorId); in OH_HiAppEvent_RemoveProcessor()

Completed in 11 milliseconds