Home
last modified time | relevance | path

Searched defs:processorId (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_inner_api_test.cpp515 int64_t processorId = AppEventProcessorMgr::AddProcessor(config); variable
544 int64_t processorId = AppEventProcessorMgr::AddProcessor(config); variable
707 int64_t processorId = AppEventProcessorMgr::AddProcessor(config); variable
749 int64_t processorId = AppEventProcessorMgr::AddProcessor(config); variable
790 int64_t processorId = AppEventProcessorMgr::AddProcessor(config); variable
825 int64_t processorId = AppEventProcessorMgr::AddProcessor(config); variable
845 int64_t processorId = AppEventProcessorMgr::AddProcessor(config); variable
892 int64_t processorId = AppEventProcessorMgr::AddProcessor(config); variable
913 int64_t processorId = AppEventProcessorMgr::AddProcessor(config); variable
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_processor_service.cpp193 int64_t processorId = AppEventObserverMgr::GetInstance().RegisterObserver(config.name, config); in AddProcessor() local
211 int RemoveProcessor(int64_t processorId) in RemoveProcessor()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_impl.cpp134 int64_t processorId = AppEventObserverMgr::GetInstance().RegisterObserver(conf.name, conf); in AddProcessor() local
142 int HiAppEventImpl::RemoveProcessor(int64_t processorId) in RemoveProcessor()
H A Dhiappevent_ffi.cpp222 int64_t processorId = HiAppEventImpl::AddProcessor(conf); in FfiOHOSHiAppEventAddProcessor() local
/ohos5.0/base/hiviewdfx/hiappevent/interfaces/native/inner_api/src/
H A Dapp_event_processor_mgr.cpp39 int AppEventProcessorMgr::RemoveProcessor(int64_t processorId) in RemoveProcessor()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_processor.cpp417 int64_t processorId = AppEventObserverMgr::GetInstance().RegisterObserver(name, conf); in AddProcessor() local
434 int64_t processorId = NapiUtil::GetInt64(env, id); in RemoveProcessor() local
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/
H A Dhiappevent_ndk.c402 int OH_HiAppEvent_RemoveProcessor(int64_t processorId) in OH_HiAppEvent_RemoveProcessor()