Home
last modified time | relevance | path

Searched defs:processor (Results 1 – 25 of 42) sorted by relevance

12

/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
Dndk_app_event_processor_service.cpp63 int SetReportRoute(struct HiAppEvent_Processor* processor, const char* appId, const char* routeInfo) in SetReportRoute()
79 int SetReportPolicy(struct HiAppEvent_Processor* processor, int periodReport, int batchReport, bool… in SetReportPolicy()
93 int SetReportEvent(struct HiAppEvent_Processor* processor, const char* domain, const char* name, bo… in SetReportEvent()
106 int SetCustomConfig(struct HiAppEvent_Processor* processor, const char* key, const char* value) in SetCustomConfig()
122 int SetConfigId(struct HiAppEvent_Processor* processor, int configId) in SetConfigId()
135 int SetConfigName(struct HiAppEvent_Processor* processor, const char* configName) in SetConfigName()
152 int SetReportUserId(struct HiAppEvent_Processor* processor, const char* const * userIdNames, int si… in SetReportUserId()
173 int SetReportUserProperty(struct HiAppEvent_Processor* processor, const char* const * userPropertyN… in SetReportUserProperty()
194 int64_t AddProcessor(struct HiAppEvent_Processor* processor) in AddProcessor()
218 void DestroyProcessor(struct HiAppEvent_Processor* processor) in DestroyProcessor()
/base/useriam/fingerprint_auth/services/src/
Dsa_command_manager.cpp32 std::shared_ptr<ISaCommandProcessor> processor) in RegisterSaCommandProcessor()
50 std::shared_ptr<ISaCommandProcessor> processor) in UnregisterSaCommandProcessor()
76 for (const auto &processor : commandId2Processors_[static_cast<SaCommandId>(command.id)]) { in ProcessSaCommands() local
90 for (const auto &processor : processors_) { in OnHdiDisconnect() local
/base/useriam/face_auth/services/src/
Dsa_command_manager.cpp32 std::shared_ptr<ISaCommandProcessor> processor) in RegisterSaCommandProcessor()
50 std::shared_ptr<ISaCommandProcessor> processor) in UnregisterSaCommandProcessor()
76 for (const auto &processor : commandId2Processors_[static_cast<SaCommandId>(command.id)]) { in ProcessSaCommands() local
90 for (const auto &processor : processors_) { in OnHdiDisconnect() local
/base/hiviewdfx/hiappevent/frameworks/native/ndk/
Dhiappevent_ndk.c181 int OH_HiAppEvent_SetReportRoute(struct HiAppEvent_Processor* processor, const char* appId, const c… in OH_HiAppEvent_SetReportRoute()
186 int OH_HiAppEvent_SetReportPolicy(struct HiAppEvent_Processor* processor, int periodReport, int bat… in OH_HiAppEvent_SetReportPolicy()
192 int OH_HiAppEvent_SetReportEvent(struct HiAppEvent_Processor* processor, const char* domain, const … in OH_HiAppEvent_SetReportEvent()
198 int OH_HiAppEvent_SetCustomConfig(struct HiAppEvent_Processor* processor, const char* key, const ch… in OH_HiAppEvent_SetCustomConfig()
203 int OH_HiAppEvent_SetConfigId(struct HiAppEvent_Processor* processor, int configId) in OH_HiAppEvent_SetConfigId()
208 int OH_HiAppEvent_SetConfigName(struct HiAppEvent_Processor* processor, const char* configName) in OH_HiAppEvent_SetConfigName()
213 int OH_HiAppEvent_SetReportUserId(struct HiAppEvent_Processor* processor, const char* const * userI… in OH_HiAppEvent_SetReportUserId()
218 int OH_HiAppEvent_SetReportUserProperty(struct HiAppEvent_Processor* processor, const char* const *… in OH_HiAppEvent_SetReportUserProperty()
224 int64_t OH_HiAppEvent_AddProcessor(struct HiAppEvent_Processor* processor) in OH_HiAppEvent_AddProcessor()
229 void OH_HiAppEvent_DestoryProcessor(struct HiAppEvent_Processor* processor) in OH_HiAppEvent_DestoryProcessor()
[all …]
/base/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_inner_api_test.cpp56 std::shared_ptr<AppEventProcessor> processor, int64_t& processorSeq) in CheckRegisterObserver()
65 std::shared_ptr<AppEventProcessor> processor, in CheckRegisterObserverWithConfig()
316 auto processor = std::make_shared<AppEventProcessorTest>(); variable
340 auto processor = std::make_shared<AppEventProcessorTest>(); variable
364 auto processor = std::make_shared<AppEventProcessorTest>(); variable
386 auto processor = std::make_shared<AppEventProcessorTest>(); variable
413 auto processor = std::make_shared<AppEventProcessorTest>(); variable
440 auto processor = std::make_shared<AppEventProcessorTest>(); variable
467 auto processor = std::make_shared<AppEventProcessorTest>(); variable
495 auto processor = std::make_shared<AppEventProcessorTest>(); variable
[all …]
Dhiappevent_native_test.cpp104 auto processor = std::make_shared<HiAppEvent::TestProcessor>(); in SetUpTestCase() local
768 auto processor = CreateProcessor(TEST_PROCESSOR_NAME); variable
795 auto processor = CreateProcessor(TEST_PROCESSOR_NAME); variable
1056 auto processor = CreateProcessor(TEST_PROCESSOR_NAME); variable
1076 auto processor = CreateProcessor(TEST_PROCESSOR_NAME); variable
1100 auto processor = CreateProcessor(""); variable
1119 auto processor = CreateProcessor(TEST_PROCESSOR_NAME); variable
1144 auto processor = CreateProcessor(TEST_PROCESSOR_NAME); variable
1169 auto processor = CreateProcessor(TEST_PROCESSOR_NAME); variable
1194 auto processor = CreateProcessor(TEST_PROCESSOR_NAME); variable
/base/hiviewdfx/hiappevent/frameworks/ets/ani/hiappevent/src/
Dhiappevent_ani_helper.cpp69 static int32_t GetConfigIdValue(ani_env *env, ani_object processor, const std::string &key, ReportC… in GetConfigIdValue()
78 static int32_t GetRouteInfoRefValue(ani_env *env, ani_object processor, const std::string &key, Rep… in GetRouteInfoRefValue()
90 static int32_t GetAppIdRefValue(ani_env *env, ani_object processor, const std::string &key, ReportC… in GetAppIdRefValue()
102 static int32_t GetNameRefValue(ani_env *env, ani_object processor, const std::string &key, ReportCo… in GetNameRefValue()
118 static int32_t GetPeriodReportInt(ani_env *env, ani_object processor, const std::string &key, Repor… in GetPeriodReportInt()
130 static int32_t GetBatchReportInt(ani_env *env, ani_object processor, const std::string &key, Report… in GetBatchReportInt()
142 static int32_t GetUserIdsRefValue(ani_env *env, ani_object processor, const std::string &key, Repor… in GetUserIdsRefValue()
158 static int32_t GetUserPropertyRefValue(ani_env *env, ani_object processor, const std::string &key, … in GetUserPropertyRefValue()
204 static int32_t GetEventConfigsRefValue(ani_env *env, ani_object processor, const std::string &key, … in GetEventConfigsRefValue()
215 static int32_t GetCustomConfigRefValue(ani_env *env, ani_object processor, const std::string &key, … in GetCustomConfigRefValue()
[all …]
/base/hiviewdfx/hiappevent/test/processor/
Dtest_init.cpp33 auto processor = std::make_shared<TestProcessor>(); in XInit() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/
Dapp_event_processor_proxy.h28 AppEventProcessorProxy(const std::string& name, std::shared_ptr<AppEventProcessor> processor) in AppEventProcessorProxy()
/base/hiviewdfx/faultloggerd/services/snapshot/
Dkernel_snapshot_manager.cpp83 std::unique_ptr<IKernelSnapshotProcessor> processor(new KernelSnapshotProcessorImpl()); in MonitorCrashKernelSnapshot() local
/base/update/updater/services/script/threadpool/
Dthread_pool.h26 std::function<void(int)> processor; member
/base/update/updater/services/flow_update/update_bin/
Dbin_process.cpp118 PkgStream::ExtractFileProcessor processor = in ExtractBinFile() local
288 std::unique_ptr<ComponentProcessor> processor = in ComponentProcess() local
Dcomponent_processor.cpp205 PkgStream::ExtractFileProcessor processor = in DoProcess() local
336 PkgStream::ExtractFileProcessor processor = in DoProcess() local
/base/hiviewdfx/hiappevent/interfaces/native/inner_api/src/
Dapp_event_processor_mgr.cpp54 …cessorMgr::RegisterProcessor(const std::string& name, std::shared_ptr<AppEventProcessor> processor) in RegisterProcessor()
/base/security/device_security_level/baselib/msglib/src/common/
Dmessenger.c50 void ForEachDeviceProcess(const Messenger *messenger, const DeviceProcessor processor, void *para) in ForEachDeviceProcess()
/base/hiviewdfx/hiview/plugins/performance/context/
DNormalContext.cpp80 …AppLaunchSceneDataProcessor* processor = new AppLaunchSceneDataProcessor(db, exec, nullptr, sceneT… in MakeAppStartMonitor() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/load/
Dmodule_loader.cpp99 …uleLoader::RegisterProcessor(const std::string& name, std::shared_ptr<AppEventProcessor> processor) in RegisterProcessor()
/base/hiviewdfx/hiview/plugins/faultlogger/service/fault_file/
Dfaultlog_bootscan.cpp115 … auto processor = factory.CreateFaultLogProcessor(static_cast<FaultLogType>(info.faultLogType)); in StartBootScan() local
/base/startup/appspawn/modules/sandbox/normal/
Dsandbox_core.cpp272 auto processor = [&appProperty](cJSON *item) { in DoSandboxFilePermissionBind() local
485 auto processor = [&appProperty, &sandboxPackagePath, &mountSharedFlag](cJSON *item) { in MountAllGroup() local
595 auto processor = [&mountPointParams](cJSON *mntPoint) { in DoAllMntPointsMount() local
616 auto processor = [&dacInfo](cJSON *item) { in DoAddGid() local
642 auto processor = [&appProperty, &sandboxRoot](cJSON *item) { in DoAllSymlinkPointslink() local
739 auto processor = [&appProperty](cJSON *item) { in HandleFlagsPoint() local
1240 auto processor = [&bundleList](cJSON *mntPoint) { in DoUninstallDebugSandbox() local
1369 auto processor = [&sandboxRoot, &atomicService, &appProperty](cJSON *mntPoint) { in DoMountDebugPoints() local
/base/security/device_security_level/baselib/msglib/src/lite/
Dmessenger_impl.c126 void ForEachDeviceProcessImpl(const Messenger *messenger, const DeviceProcessor processor, void *pa… in ForEachDeviceProcessImpl()
/base/security/device_security_level/baselib/msglib/src/standard/
Dmessenger_impl.c123 void ForEachDeviceProcessImpl(const Messenger *messenger, const DeviceProcessor processor, void *pa… in ForEachDeviceProcessImpl()
/base/security/device_security_level/test/dslm_unit_test/
Ddslm_second_test.cpp184 const DeviceProcessor processor = nullptr; variable
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
Dapp_event_observer_mgr.cpp315 std::shared_ptr<AppEventProcessorProxy> processor) in AddProcessorWithTimeLimited()
360 auto processor = moduleLoader_->CreateProcessorProxy(name); in AddProcessor() local
422 …serverMgr::RegisterProcessor(const std::string& name, std::shared_ptr<AppEventProcessor> processor) in RegisterProcessor()
/base/startup/init/interfaces/innerkits/syspara/
Dparam_comm.c156 INIT_LOCAL_API PropertyValueProcessor SetPropertyGetProcessor(PropertyValueProcessor processor) in SetPropertyGetProcessor()
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
Dhiappevent_ffi.cpp100 int ConvertReportConfig(const CProcessor& processor, ReportConfig& conf) in ConvertReportConfig()
219 RetDataBool FfiOHOSHiAppEventAddProcessor(CProcessor processor) in FfiOHOSHiAppEventAddProcessor()

12