/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
H A D | hiappevent_inner_api_test.cpp | 517 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 D | hiappevent_native_test.cpp | 720 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 D | napi_hiappevent_processor.h | 25 bool RemoveProcessor(const napi_env env, const napi_value id);
|
/base/hiviewdfx/hiappevent/frameworks/native/ndk/include/ |
H A D | ndk_app_event_processor_service.h | 38 int RemoveProcessor(int64_t processorId);
|
/base/hiviewdfx/hiappevent/interfaces/native/inner_api/include/ |
H A D | app_event_processor_mgr.h | 28 static int RemoveProcessor(int64_t processorId);
|
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/ |
H A D | hiappevent_impl.h | 35 static int RemoveProcessor(int64_t processorId);
|
/base/hiviewdfx/hiview/base/test/unittest/common/ |
H A D | pipeline_test.cpp | 218 pipeline->RemoveProcessor(plugin1);
in HWTEST_F() 219 pipeline->RemoveProcessor(plugin2);
in HWTEST_F()
|
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_hiappevent_js_v9.cpp | 59 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 D | napi_hiappevent_processor.cpp | 427 bool RemoveProcessor(const napi_env env, const napi_value id)
in RemoveProcessor() function
|
/base/hiviewdfx/hiappevent/interfaces/native/inner_api/src/ |
H A D | app_event_processor_mgr.cpp | 39 int AppEventProcessorMgr::RemoveProcessor(int64_t processorId)
in RemoveProcessor() function in OHOS::HiviewDFX::HiAppEvent::AppEventProcessorMgr
|
/base/hiviewdfx/hiview/base/ |
H A D | pipeline.cpp | 168 void Pipeline::RemoveProcessor(std::weak_ptr<Plugin> plugin)
in RemoveProcessor() function in OHOS::HiviewDFX::Pipeline
|
/base/hiviewdfx/hiview/base/include/ |
H A D | pipeline.h | 136 void RemoveProcessor(std::weak_ptr<Plugin> plugin);
|
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/ |
H A D | hiappevent_impl.cpp | 140 int HiAppEventImpl::RemoveProcessor(int64_t processorId) in RemoveProcessor() function in OHOS::CJSystemapi::HiAppEvent::HiAppEventImpl
|
H A D | hiappevent_ffi.cpp | 233 int res = HiAppEventImpl::RemoveProcessor(id); in FfiOHOSHiAppEventRemoveProcessor()
|
/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/ |
H A D | ndk_app_event_processor_service.cpp | 211 int RemoveProcessor(int64_t processorId) in RemoveProcessor() function
|
/base/hiviewdfx/hiappevent/frameworks/native/ndk/ |
H A D | hiappevent_ndk.c | 404 return RemoveProcessor(processorId); in OH_HiAppEvent_RemoveProcessor()
|