Home
last modified time | relevance | path

Searched defs:event (Results 551 - 575 of 5222) sorted by relevance

1...<<21222324252627282930>>...209

/third_party/pulseaudio/src/pulsecore/
H A Dmutex-win32.c96 HANDLE event; in pa_cond_signal() local
110 HANDLE event; in pa_cond_wait() local
[all...]
/base/hiviewdfx/hiview/base/
H A Dpipeline.cpp143 bool Pipeline::CanProcessEvent(std::shared_ptr<PipelineEvent> event) in CanProcessEvent() argument
157 void Pipeline::ProcessEvent(std::shared_ptr<PipelineEvent> event) in ProcessEvent() argument
121 FillPipelineInfo(std::shared_ptr<Plugin> caller, const std::string& pipelineName, std::shared_ptr<PipelineEvent> event, bool deliverFromCurrent) FillPipelineInfo() argument
[all...]
/base/hiviewdfx/hiview/base/event_publish/
H A Dapp_event_handler.cpp82 void AddBundleInfoToJsonString(const AppEventHandler::BundleInfo& event, std::stringstream& jsonStr) in AddBundleInfoToJsonString() argument
88 void AddProcessInfoToJsonString(const AppEventHandler::ProcessInfo& event, std::stringstream& jsonStr) in AddProcessInfoToJsonString() argument
93 void AddAbilityInfoToJsonString(const AppEventHandler::AbilityInfo& event, std::stringstream& jsonStr) in AddAbilityInfoToJsonString() argument
99 int AppEventHandler::PostEvent(const AppLaunchInfo& event) in PostEvent() argument
120 PostEvent(const ScrollJankInfo& event) PostEvent() argument
148 PostEvent(const ResourceOverLimitInfo& event) PostEvent() argument
194 PostEvent(const CpuUsageHighInfo& event) PostEvent() argument
217 PostEvent(const BatteryUsageInfo& event) PostEvent() argument
[all...]
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_doc_test.cpp100 auto event = std::make_shared<SysEvent>("SysEventSource", nullptr, rawData); in HWTEST_F() local
/base/hiviewdfx/hiview/plugins/crash_validator/
H A Dcrash_validator.cpp57 bool CrashValidator::IsInterestedPipelineEvent(std::shared_ptr<Event> event) in IsInterestedPipelineEvent() argument
72 std::shared_ptr<SysEvent> CrashValidator::Convert2SysEvent(std::shared_ptr<Event>& event) in Convert2SysEvent() argument
170 OnEvent(std::shared_ptr<Event>& event) OnEvent() argument
[all...]
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dshell_catcher.cpp41 void ShellCatcher::SetEvent(std::shared_ptr<SysEvent> event) in SetEvent() argument
H A Ddmesg_catcher.cpp53 bool DmesgCatcher::Init(std::shared_ptr<SysEvent> event) in Init() argument
/base/hiviewdfx/hiview/plugins/sysevent_source/test/unittest/common/
H A Ddaily_controller_test.cpp49 void EventThresholdTest(DailyController& controller, std::shared_ptr<SysEvent> event, uint32_t threshold) in EventThresholdTest() argument
59 void EventWithoutThresholdTest(DailyController& controller, std::shared_ptr<SysEvent> event, uint32_t threshold) in EventWithoutThresholdTest() argument
88 auto event = CreateEvent(TEST_DOMAIN, TEST_NAME, SysEventCreator::FAULT); in HWTEST_F() local
104 auto event in HWTEST_F() local
120 auto event = CreateEvent(TEST_DOMAIN, TEST_NAME, SysEventCreator::SECURITY); HWTEST_F() local
136 auto event = CreateEvent(TEST_DOMAIN, TEST_NAME, SysEventCreator::BEHAVIOR); HWTEST_F() local
152 auto event = CreateEvent("TEST_DOMAIN1", "FAULT_EVENT", SysEventCreator::FAULT); HWTEST_F() local
168 auto event = CreateEvent("TEST_DOMAIN1", "STATISTIC_EVENT", SysEventCreator::STATISTIC); HWTEST_F() local
184 auto event = CreateEvent("TEST_DOMAIN2", "SECURITY_EVENT", SysEventCreator::SECURITY); HWTEST_F() local
200 auto event = CreateEvent("TEST_DOMAIN2", "BEHAVIOR_EVENT", SysEventCreator::BEHAVIOR); HWTEST_F() local
216 auto event = CreateEvent(TEST_DOMAIN, TEST_NAME, SysEventCreator::FAULT); HWTEST_F() local
230 auto event = CreateEvent(TEST_DOMAIN, TEST_NAME, SysEventCreator::STATISTIC); HWTEST_F() local
244 auto event = CreateEvent(TEST_DOMAIN, TEST_NAME, SysEventCreator::SECURITY); HWTEST_F() local
258 auto event = CreateEvent(TEST_DOMAIN, TEST_NAME, SysEventCreator::BEHAVIOR); HWTEST_F() local
[all...]
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Djson_parser.cpp93 bool JsonParser::ParsePluginStatsEvent(std::shared_ptr<LoggerEvent>& event, const std::string& jsonStr) in ParsePluginStatsEvent() argument
117 bool JsonParser::ParseSysUsageEvent(std::shared_ptr<LoggerEvent>& event, const std::string& jsonStr) in ParseSysUsageEvent() argument
[all...]
H A Dfold_app_usage_event_factory.cpp61 std::unique_ptr<LoggerEvent> event = Create(); in Create() local
[all...]
/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_repeat_guard.cpp66 void SysEventRepeatGuard::Check(std::shared_ptr<SysEvent> event) in Check() argument
79 bool SysEventRepeatGuard::GetEventUniqueId(std::shared_ptr<SysEvent> event, std::string& uniqueId) in GetEventUniqueId() argument
102 IsEventRepeat(std::shared_ptr<SysEvent> event) IsEventRepeat() argument
[all...]
/base/hiviewdfx/hiview/plugins/freeze_detector/test/moduletest/common/
H A Dfreeze_detector_plugin_module_test.cpp57 auto event = std::make_shared<SysEvent>("SysEvent", nullptr, extraInfo); in CreateFreezeEvent() local
96 auto event in HWTEST_F() local
127 auto event = CreateFreezeEvent(json, false, startTime, "APPEXECFWK", "UI_BLOCK_3S"); HWTEST_F() local
159 auto event = CreateFreezeEvent(json, false, startTime, "FRAMEWORK", "TRANSPARENT_WINDOWS"); HWTEST_F() local
183 auto event = CreateFreezeEvent(json, false, startTime, "APPEXECFWK", "UI_BLOCK_6S"); HWTEST_F() local
[all...]
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_manager.cpp42 bool FaultDetectorManager::OnEvent(std::shared_ptr<Event> &event) in OnEvent() argument
/base/location/interfaces/inner_api/include/
H A Dgeofence_definition.h49 GeofenceTransitionEvent event; member
/base/hiviewdfx/hiview/plugins/performance/
H A DXperfPlugin.cpp113 void XperfPlugin::OnEventListeningCallback(const Event &event) in OnEventListeningCallback() argument
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_processor_proxy.cpp35 AppEventInfo CreateAppEventInfo(std::shared_ptr<AppEventPack> event) in CreateAppEventInfo() argument
119 VerifyEvent(std::shared_ptr<AppEventPack> event) VerifyEvent() argument
[all...]
/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_cache_test.cpp255 auto event = CreateAppEventPack(); in HWTEST_F() local
/base/powermgr/battery_manager/test/unittest/src/interface_test/
H A Dbattery_service_test.cpp336 V2_0::BatteryInfo event; in HWTEST_F() local
/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_ffi.cpp31 RetError FfiOHOSRequestTaskProgressOn(char *event, const char *taskId, void (*callback)(CProgress progress)) in FfiOHOSRequestTaskProgressOn() argument
36 RetError FfiOHOSRequestTaskProgressOff(char *event, const char *taskId, void *callback) in FfiOHOSRequestTaskProgressOff() argument
/base/powermgr/powermgr_lite/services/src/screensaver/small/
H A Dscreen_saver_handler.cpp173 void ScreenSaverHandler::OnRawEvent(const RawEvent &event) in OnRawEvent() argument
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_mgr_policy_test.cpp50 HdfThermalCallbackInfo event; in TearDown() local
93 HdfThermalCallbackInfo event; in HWTEST_F() local
114 HdfThermalCallbackInfo event; HWTEST_F() local
135 HdfThermalCallbackInfo event; HWTEST_F() local
156 HdfThermalCallbackInfo event; HWTEST_F() local
177 HdfThermalCallbackInfo event; HWTEST_F() local
205 HdfThermalCallbackInfo event; HWTEST_F() local
233 HdfThermalCallbackInfo event; HWTEST_F() local
261 HdfThermalCallbackInfo event; HWTEST_F() local
289 HdfThermalCallbackInfo event; HWTEST_F() local
310 HdfThermalCallbackInfo event; HWTEST_F() local
331 HdfThermalCallbackInfo event; HWTEST_F() local
352 HdfThermalCallbackInfo event; HWTEST_F() local
373 HdfThermalCallbackInfo event; HWTEST_F() local
401 HdfThermalCallbackInfo event; HWTEST_F() local
429 HdfThermalCallbackInfo event; HWTEST_F() local
457 HdfThermalCallbackInfo event; HWTEST_F() local
485 HdfThermalCallbackInfo event; HWTEST_F() local
509 HdfThermalCallbackInfo event; HWTEST_F() local
533 HdfThermalCallbackInfo event; HWTEST_F() local
557 HdfThermalCallbackInfo event; HWTEST_F() local
584 HdfThermalCallbackInfo event; HWTEST_F() local
611 HdfThermalCallbackInfo event; HWTEST_F() local
634 HdfThermalCallbackInfo event; HWTEST_F() local
657 HdfThermalCallbackInfo event; HWTEST_F() local
680 HdfThermalCallbackInfo event; HWTEST_F() local
703 HdfThermalCallbackInfo event; HWTEST_F() local
726 HdfThermalCallbackInfo event; HWTEST_F() local
749 HdfThermalCallbackInfo event; HWTEST_F() local
771 HdfThermalCallbackInfo event; HWTEST_F() local
793 HdfThermalCallbackInfo event; HWTEST_F() local
816 HdfThermalCallbackInfo event; HWTEST_F() local
838 HdfThermalCallbackInfo event; HWTEST_F() local
860 HdfThermalCallbackInfo event; HWTEST_F() local
882 HdfThermalCallbackInfo event; HWTEST_F() local
907 HdfThermalCallbackInfo event; HWTEST_F() local
931 HdfThermalCallbackInfo event; HWTEST_F() local
969 HdfThermalCallbackInfo event; HWTEST_F() local
990 HdfThermalCallbackInfo event; HWTEST_F() local
1011 HdfThermalCallbackInfo event; HWTEST_F() local
1032 HdfThermalCallbackInfo event; HWTEST_F() local
1057 HdfThermalCallbackInfo event; HWTEST_F() local
1081 HdfThermalCallbackInfo event; HWTEST_F() local
1103 HdfThermalCallbackInfo event; HWTEST_F() local
1125 HdfThermalCallbackInfo event; HWTEST_F() local
1147 HdfThermalCallbackInfo event; HWTEST_F() local
1169 HdfThermalCallbackInfo event; HWTEST_F() local
1191 HdfThermalCallbackInfo event; HWTEST_F() local
1213 HdfThermalCallbackInfo event; HWTEST_F() local
1235 HdfThermalCallbackInfo event; HWTEST_F() local
1257 HdfThermalCallbackInfo event; HWTEST_F() local
1280 HdfThermalCallbackInfo event; HWTEST_F() local
1303 HdfThermalCallbackInfo event; HWTEST_F() local
1326 HdfThermalCallbackInfo event; HWTEST_F() local
1349 HdfThermalCallbackInfo event; HWTEST_F() local
1372 HdfThermalCallbackInfo event; HWTEST_F() local
1395 HdfThermalCallbackInfo event; HWTEST_F() local
1418 HdfThermalCallbackInfo event; HWTEST_F() local
1441 HdfThermalCallbackInfo event; HWTEST_F() local
1464 HdfThermalCallbackInfo event; HWTEST_F() local
1487 HdfThermalCallbackInfo event; HWTEST_F() local
1510 HdfThermalCallbackInfo event; HWTEST_F() local
1540 HdfThermalCallbackInfo event; HWTEST_F() local
1571 HdfThermalCallbackInfo event; HWTEST_F() local
1594 HdfThermalCallbackInfo event; HWTEST_F() local
1617 HdfThermalCallbackInfo event; HWTEST_F() local
1640 HdfThermalCallbackInfo event; HWTEST_F() local
1662 HdfThermalCallbackInfo event; HWTEST_F() local
1684 HdfThermalCallbackInfo event; HWTEST_F() local
1706 HdfThermalCallbackInfo event; HWTEST_F() local
1728 HdfThermalCallbackInfo event; HWTEST_F() local
[all...]
H A Dthermal_client_test.cpp36 int32_t MockEventCb(const HdfThermalCallbackInfo& event) in MockEventCb() argument
/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dhot_area.cpp34 void HotArea::AddListener(const RegisterHotareaListenerEvent &event) in AddListener() argument
49 void HotArea::RemoveListener(const UnregisterHotareaListenerEvent &event) in RemoveListener() argument
56 void HotArea::EnableCooperate(const EnableCooperateEvent &event) in EnableCooperate() argument
136 void HotArea::OnClientDied(const ClientDiedEvent &event) in OnClientDied() argument
H A Di_cooperate_state.cpp42 void ICooperateState::ICooperateStep::OnEvent(Context &context, const CooperateEvent &event) in OnEvent() argument
71 void ICooperateState::ICooperateStep::Proceed(Context &context, const CooperateEvent &event) in Proceed() argument
79 void ICooperateState::ICooperateStep::Reset(Context &context, const CooperateEvent &event) in Reset() argument
102 StartCooperate(Context &context, const StartCooperateEvent &event) StartCooperate() argument
108 RemoteStart(Context &context, const DSoftbusStartCooperate &event) RemoteStart() argument
113 RelayCooperate(Context &context, const DSoftbusRelayCooperate &event) RelayCooperate() argument
[all...]
/base/msdp/device_status/test/unittest/frameworks/src/
H A Dmouse_location_listener_test.cpp102 void EventListener::OnMouseLocationEvent(const std::string &networkId, const Event &event) in OnMouseLocationEvent() argument

Completed in 11 milliseconds

1...<<21222324252627282930>>...209