| /base/hiviewdfx/hiappevent/frameworks/native/ndk/src/ |
| D | ndk_app_event_processor_service.cpp | 63 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/ |
| D | sa_command_manager.cpp | 32 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/ |
| D | sa_command_manager.cpp | 32 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/ |
| D | hiappevent_ndk.c | 181 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/ |
| D | hiappevent_inner_api_test.cpp | 56 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 …]
|
| D | hiappevent_native_test.cpp | 104 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/ |
| D | hiappevent_ani_helper.cpp | 69 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/ |
| D | test_init.cpp | 33 auto processor = std::make_shared<TestProcessor>(); in XInit() local
|
| /base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/include/ |
| D | app_event_processor_proxy.h | 28 AppEventProcessorProxy(const std::string& name, std::shared_ptr<AppEventProcessor> processor) in AppEventProcessorProxy()
|
| /base/hiviewdfx/faultloggerd/services/snapshot/ |
| D | kernel_snapshot_manager.cpp | 83 std::unique_ptr<IKernelSnapshotProcessor> processor(new KernelSnapshotProcessorImpl()); in MonitorCrashKernelSnapshot() local
|
| /base/update/updater/services/script/threadpool/ |
| D | thread_pool.h | 26 std::function<void(int)> processor; member
|
| /base/update/updater/services/flow_update/update_bin/ |
| D | bin_process.cpp | 118 PkgStream::ExtractFileProcessor processor = in ExtractBinFile() local 288 std::unique_ptr<ComponentProcessor> processor = in ComponentProcess() local
|
| D | component_processor.cpp | 205 PkgStream::ExtractFileProcessor processor = in DoProcess() local 336 PkgStream::ExtractFileProcessor processor = in DoProcess() local
|
| /base/hiviewdfx/hiappevent/interfaces/native/inner_api/src/ |
| D | app_event_processor_mgr.cpp | 54 …cessorMgr::RegisterProcessor(const std::string& name, std::shared_ptr<AppEventProcessor> processor) in RegisterProcessor()
|
| /base/security/device_security_level/baselib/msglib/src/common/ |
| D | messenger.c | 50 void ForEachDeviceProcess(const Messenger *messenger, const DeviceProcessor processor, void *para) in ForEachDeviceProcess()
|
| /base/hiviewdfx/hiview/plugins/performance/context/ |
| D | NormalContext.cpp | 80 …AppLaunchSceneDataProcessor* processor = new AppLaunchSceneDataProcessor(db, exec, nullptr, sceneT… in MakeAppStartMonitor() local
|
| /base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/load/ |
| D | module_loader.cpp | 99 …uleLoader::RegisterProcessor(const std::string& name, std::shared_ptr<AppEventProcessor> processor) in RegisterProcessor()
|
| /base/hiviewdfx/hiview/plugins/faultlogger/service/fault_file/ |
| D | faultlog_bootscan.cpp | 115 … auto processor = factory.CreateFaultLogProcessor(static_cast<FaultLogType>(info.faultLogType)); in StartBootScan() local
|
| /base/startup/appspawn/modules/sandbox/normal/ |
| D | sandbox_core.cpp | 272 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/ |
| D | messenger_impl.c | 126 void ForEachDeviceProcessImpl(const Messenger *messenger, const DeviceProcessor processor, void *pa… in ForEachDeviceProcessImpl()
|
| /base/security/device_security_level/baselib/msglib/src/standard/ |
| D | messenger_impl.c | 123 void ForEachDeviceProcessImpl(const Messenger *messenger, const DeviceProcessor processor, void *pa… in ForEachDeviceProcessImpl()
|
| /base/security/device_security_level/test/dslm_unit_test/ |
| D | dslm_second_test.cpp | 184 const DeviceProcessor processor = nullptr; variable
|
| /base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/ |
| D | app_event_observer_mgr.cpp | 315 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/ |
| D | param_comm.c | 156 INIT_LOCAL_API PropertyValueProcessor SetPropertyGetProcessor(PropertyValueProcessor processor) in SetPropertyGetProcessor()
|
| /base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/ |
| D | hiappevent_ffi.cpp | 100 int ConvertReportConfig(const CProcessor& processor, ReportConfig& conf) in ConvertReportConfig() 219 RetDataBool FfiOHOSHiAppEventAddProcessor(CProcessor processor) in FfiOHOSHiAppEventAddProcessor()
|