Home
last modified time | relevance | path

Searched defs:processor (Results 1 - 25 of 32) sorted by relevance

12

/base/hiviewdfx/hiappevent/test/processor/
H A Dtest_init.cpp33 auto processor = std::make_shared<TestProcessor>(); in XInit() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/
H A Dapp_event_processor_proxy.h28 AppEventProcessorProxy(const std::string& name, std::shared_ptr<AppEventProcessor> processor) in AppEventProcessorProxy() argument
/base/useriam/fingerprint_auth/services/src/
H A Dsa_command_manager.cpp31 RegisterSaCommandProcessor(std::vector<SaCommandId> commandIds, std::shared_ptr<ISaCommandProcessor> processor) RegisterSaCommandProcessor() argument
49 UnregisterSaCommandProcessor(std::vector<SaCommandId> commandIds, std::shared_ptr<ISaCommandProcessor> processor) UnregisterSaCommandProcessor() argument
[all...]
/base/useriam/face_auth/services/src/
H A Dsa_command_manager.cpp31 RegisterSaCommandProcessor(std::vector<SaCommandId> commandIds, std::shared_ptr<ISaCommandProcessor> processor) RegisterSaCommandProcessor() argument
49 UnregisterSaCommandProcessor(std::vector<SaCommandId> commandIds, std::shared_ptr<ISaCommandProcessor> processor) UnregisterSaCommandProcessor() argument
[all...]
/base/hiviewdfx/hiappevent/interfaces/native/inner_api/src/
H A Dapp_event_processor_mgr.cpp47 int AppEventProcessorMgr::RegisterProcessor(const std::string& name, std::shared_ptr<AppEventProcessor> processor) in RegisterProcessor() argument
/base/security/device_security_level/baselib/msglib/src/common/
H A Dmessenger.c50 void ForEachDeviceProcess(const Messenger *messenger, const DeviceProcessor processor, void *para) in ForEachDeviceProcess() argument
/base/hiviewdfx/hiview/plugins/performance/context/
H A DNormalContext.cpp80 AppLaunchSceneDataProcessor* processor = new AppLaunchSceneDataProcessor(db, exec, nullptr, sceneTimer); in MakeAppStartMonitor() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/load/
H A Dmodule_loader.cpp101 int ModuleLoader::RegisterProcessor(const std::string& name, std::shared_ptr<AppEventProcessor> processor) in RegisterProcessor() argument
/base/security/device_security_level/baselib/msglib/src/standard/
H A Dmessenger_impl.c123 void ForEachDeviceProcessImpl(const Messenger *messenger, const DeviceProcessor processor, void *para) in ForEachDeviceProcessImpl() argument
H A Dmessenger_device_status_manager.cpp368 void MessengerForEachDeviceProcess(const DeviceProcessor processor, void *para) in MessengerForEachDeviceProcess() argument
/base/security/device_security_level/baselib/msglib/src/lite/
H A Dmessenger_impl.c126 void ForEachDeviceProcessImpl(const Messenger *messenger, const DeviceProcessor processor, void *para) in ForEachDeviceProcessImpl() argument
H A Dmessenger_device_status_manager.c336 void MessengerForEachDeviceProcess(const DeviceProcessor processor, void *para) in MessengerForEachDeviceProcess() argument
/base/startup/init/interfaces/innerkits/syspara/
H A Dparam_comm.c121 INIT_LOCAL_API PropertyValueProcessor SetPropertyGetProcessor(PropertyValueProcessor processor) in SetPropertyGetProcessor() argument
/base/update/updater/services/script/threadpool/
H A Dthread_pool.h26 std::function<void(int)> processor; member
/base/hiviewdfx/hiview/base/include/
H A Daudit_log_parser.h29 std::string processor = ""; member
[all...]
/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_processor_service.cpp63 int SetReportRoute(struct HiAppEvent_Processor* processor, const char* appId, const char* routeInfo) in SetReportRoute() argument
79 int SetReportPolicy(struct HiAppEvent_Processor* processor, int periodReport, int batchReport, bool onStartReport, in SetReportPolicy() argument
93 int SetReportEvent(struct HiAppEvent_Processor* processor, const char* domain, const char* name, bool isRealTime) in SetReportEvent() argument
106 SetCustomConfig(struct HiAppEvent_Processor* processor, const char* key, const char* value) SetCustomConfig() argument
122 SetConfigId(struct HiAppEvent_Processor* processor, int configId) SetConfigId() argument
135 SetReportUserId(struct HiAppEvent_Processor* processor, const char* const * userIdNames, int size) SetReportUserId() argument
156 SetReportUserProperty(struct HiAppEvent_Processor* processor, const char* const * userPropertyNames, int size) SetReportUserProperty() argument
177 AddProcessor(struct HiAppEvent_Processor* processor) AddProcessor() argument
201 DestoryProcessor(struct HiAppEvent_Processor* processor) DestoryProcessor() argument
[all...]
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_observer_mgr.cpp281 int AppEventObserverMgr::RegisterProcessor(const std::string& name, std::shared_ptr<AppEventProcessor> processor) in RegisterProcessor() argument
/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_inner_api_test.cpp303 auto processor = std::make_shared<AppEventProcessorTest>(); in HWTEST_F() local
327 auto processor in HWTEST_F() local
53 CheckRegisterObserver(const std::string& observer, std::shared_ptr<AppEventProcessor> processor, int64_t& processorSeq) CheckRegisterObserver() argument
61 CheckRegisterObserverWithConfig( const std::string& observer, std::shared_ptr<AppEventProcessor> processor, const ReportConfig& config, int64_t& processorSeq) CheckRegisterObserverWithConfig() argument
351 auto processor = std::make_shared<AppEventProcessorTest>(); HWTEST_F() local
373 auto processor = std::make_shared<AppEventProcessorTest>(); HWTEST_F() local
400 auto processor = std::make_shared<AppEventProcessorTest>(); HWTEST_F() local
427 auto processor = std::make_shared<AppEventProcessorTest>(); HWTEST_F() local
454 auto processor = std::make_shared<AppEventProcessorTest>(); HWTEST_F() local
482 auto processor = std::make_shared<AppEventProcessorTest>(); HWTEST_F() local
945 auto processor = std::make_shared<AppEventProcessorTest>(); HWTEST_F() local
[all...]
H A Dhiappevent_native_test.cpp746 auto processor = CreateProcessor(TEST_PROCESSOR_NAME); in HWTEST_F() local
773 auto processor = CreateProcessor(TEST_PROCESSOR_NAME); HWTEST_F() local
[all...]
/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
H A Djs_event_cooperate_target.cpp342 napi_value processor = nullptr; in CallEnableAsyncWork() local
/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_msg_interface_mock.cpp124 void ForEachDeviceProcessImpl(const Messenger *messenger, const DeviceProcessor processor, void *para) in ForEachDeviceProcessImpl() argument
/base/update/updater/services/flow_update/update_bin/
H A Dcomponent_processor.cpp196 PkgStream::ExtractFileProcessor processor = in DoProcess() local
326 PkgStream::ExtractFileProcessor processor = in DoProcess() local
H A Dbin_process.cpp115 PkgStream::ExtractFileProcessor processor = in ExtractBinFile() local
278 std::unique_ptr<ComponentProcessor> processor = in ComponentProcess() local
[all...]
/base/update/updater/services/package/pkg_manager/
H A Dpkg_stream.h168 ProcessorStream(PkgManager::PkgManagerPtr pkgManager, const std::string fileName, ExtractFileProcessor processor, const void *context) ProcessorStream() argument
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_ffi.cpp97 int ConvertReportConfig(const CProcessor& processor, ReportConfig& conf) in ConvertReportConfig() argument
207 FfiOHOSHiAppEventAddProcessor(CProcessor processor) FfiOHOSHiAppEventAddProcessor() argument
[all...]

Completed in 14 milliseconds

12