Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_inner_api_test.cpp527 int64_t processorId = AppEventProcessorMgr::AddProcessor(config); variable
556 int64_t processorId = AppEventProcessorMgr::AddProcessor(config); variable
719 int64_t processorId = AppEventProcessorMgr::AddProcessor(config); variable
761 int64_t processorId = AppEventProcessorMgr::AddProcessor(config); variable
802 int64_t processorId = AppEventProcessorMgr::AddProcessor(config); variable
837 int64_t processorId = AppEventProcessorMgr::AddProcessor(config); variable
857 int64_t processorId = AppEventProcessorMgr::AddProcessor(config); variable
904 int64_t processorId = AppEventProcessorMgr::AddProcessor(config); variable
925 int64_t processorId = AppEventProcessorMgr::AddProcessor(config); variable
1020 int64_t processorId = AppEventProcessorMgr::AddProcessor(config); variable
[all …]
/base/useriam/user_auth_framework/frameworks/common/src/
Duser_auth_api_event_reporter.cpp93 int64_t processorId = GetProcessorId(); in Report() local
148 int64_t processorId = AppEventProcessorMgr::AddProcessor(config); in GetProcessorId() local
/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
Dndk_app_event_processor_service.cpp210 int64_t processorId = AppEventObserverMgr::GetInstance().AddProcessor(config.name, config); in AddProcessor() local
228 int RemoveProcessor(int64_t processorId) in RemoveProcessor()
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
Dhiappevent_impl.cpp132 int64_t processorId = AppEventObserverMgr::GetInstance().AddProcessor(conf.name, conf); in AddProcessor() local
140 int HiAppEventImpl::RemoveProcessor(int64_t processorId) in RemoveProcessor()
Dhiappevent_ffi.cpp234 int64_t processorId = HiAppEventImpl::AddProcessor(conf); in FfiOHOSHiAppEventAddProcessor() local
/base/hiviewdfx/hiappevent/interfaces/native/inner_api/src/
Dapp_event_processor_mgr.cpp46 int AppEventProcessorMgr::RemoveProcessor(int64_t processorId) in RemoveProcessor()
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_processor.cpp443 int64_t processorId = AppEventObserverMgr::GetInstance().AddProcessor(processorName, conf); in AddProcessorAsync() local
478 int64_t processorId = AppEventObserverMgr::GetInstance().AddProcessor(name, conf); in AddProcessor() local
523 int64_t processorId = NapiUtil::GetInt64(env, id); in RemoveProcessor() local
/base/hiviewdfx/hiappevent/frameworks/ets/ani/hiappevent/src/
Dhiappevent_ani_helper.cpp344 int64_t processorId = AppEventObserverMgr::GetInstance().AddProcessor(name, conf); in AddProcessor() local
620 int64_t processorId = static_cast<int64_t>(id); in RemoveProcessor() local
/base/msdp/device_status/frameworks/js/napi/motion/src/
Dmotion_napi.cpp40 static int64_t processorId = -1; variable
/base/hiviewdfx/hiappevent/frameworks/native/ndk/
Dhiappevent_ndk.c239 int OH_HiAppEvent_RemoveProcessor(int64_t processorId) in OH_HiAppEvent_RemoveProcessor()