Home
last modified time | relevance | path

Searched defs:event (Results 76 - 100 of 789) sorted by relevance

12345678910>>...32

/base/location/services/location_locator/locator/source/
H A Dlocator_event_subscriber.cpp31 void LocatorEventSubscriber::OnReceiveEvent(const OHOS::EventFwk::CommonEventData& event) in OnReceiveEvent() argument
/base/hiviewdfx/hiview/plugins/event_store/
H A Dsys_event_store.cpp82 std::shared_ptr<SysEvent> SysEventStore::Convert2SysEvent(std::shared_ptr<Event>& event) in Convert2SysEvent() argument
99 bool SysEventStore::OnEvent(std::shared_ptr<Event>& event) in OnEvent() argument
[all...]
/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/
H A DJankAnimatorReporterAdapter.cpp30 void JankAnimatorReporterAdapter::ReportNormal(const JankAnimatorReportEvent& event) in ReportNormal() argument
53 void JankAnimatorReporterAdapter::ReportCritical(const JankAnimatorReportEvent& event) in ReportCritical() argument
69 JankAnimatorReportData JankAnimatorReporterAdapter::ConvertReporterEventToData(const JankAnimatorReportEvent& event) in ConvertReporterEventToData() argument
102 ConvertReportEventToEventInfo(const JankAnimatorReportEvent& event) ConvertReportEventToEventInfo() argument
135 IsScrollJankEvent(const JankAnimatorReportEvent& event) IsScrollJankEvent() argument
[all...]
H A DAppStartReporterAdapter.cpp28 void AppStartReporterAdapter::ReportNormal(const AppStartReportEvent& event) in ReportNormal() argument
43 AppStartEventInfo AppStartReporterAdapter::ConvertReportEventToEventInfo(const AppStartReportEvent& event) in ConvertReportEventToEventInfo() argument
[all...]
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example4/
H A Devent_processor_example4.cpp39 bool EventProcessorExample4::CanProcessEvent(std::shared_ptr<Event> event) in CanProcessEvent() argument
54 bool EventProcessorExample4::OnEvent(std::shared_ptr<Event>& event) in OnEvent() argument
67 GetHiviewContext()->PostUnorderedEvent(shared_from_this(), event); OnEvent() local
[all...]
/base/hiviewdfx/hiview/core/test/unittest/common/
H A Dplugin_platform_test.cpp135 auto event = plugin->GetEvent(Event::MessageType::FAULT_EVENT); in HWTEST_F() local
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
H A Devent_logger_plugin_test.cpp70 std::shared_ptr<Event> event = nullptr; in HWTEST_F() local
85 std::shared_ptr<Event> event = std::make_shared<Event>("Eventlogger002"); in HWTEST_F() local
100 std::shared_ptr<Event> event = std::make_shared<Event>("Eventlogger003"); in HWTEST_F() local
118 std::shared_ptr<SysEvent> event = std::make_shared<SysEvent>("Eventlogger004", nullptr, jsonStr); HWTEST_F() local
137 std::shared_ptr<SysEvent> event = std::make_shared<SysEvent>("Eventlogger005", nullptr, jsonStr); HWTEST_F() local
152 std::shared_ptr<Event> event = nullptr; HWTEST_F() local
[all...]
/base/hiviewdfx/hiview/plugins/sys_dispatcher/
H A Dsys_dispatcher.cpp53 std::shared_ptr<SysEvent> SysEventDispatcher::Convert2SysEvent(std::shared_ptr<Event>& event) in Convert2SysEvent() argument
70 bool SysEventDispatcher::OnEvent(std::shared_ptr<Event> &event) in OnEvent() argument
/base/hiviewdfx/hiappevent/interfaces/native/inner_api/src/
H A Dapp_event.cpp80 int Write(const Event& event) in Write() argument
/base/account/os_account/frameworks/domain_account/src/
H A Ddomain_account_status_listener_manager.cpp39 int32_t event; in OnResult() local
/base/account/os_account/interfaces/kits/napi/distributedaccount/include/
H A Dnapi_distributed_account.h36 std::string event; member
/base/customization/enterprise_device_management/test/fuzztest/adminpoliciesstoragerdb_fuzzer/
H A Dadmin_policies_storage_rdb_fuzzer.cpp48 ManagedEvent event = GetData<ManagedEvent>(); in LLVMFuzzerTestOneInput() local
/base/account/os_account/services/accountmgr/src/
H A Daccount_info_report.cpp26 std::string TransformIntoJson(const std::string &user, int32_t id, ReportEvent event, int32_t result) in TransformIntoJson() argument
47 void AccountInfoReport::ReportSecurityInfo(const std::string &user, int32_t id, ReportEvent event, int32_t result) in ReportSecurityInfo() argument
/base/msdp/device_status/test/unittest/intention/adapters/src/
H A Dcommon_event_adapter_test.cpp81 EventFwk::CommonEventData event; in HWTEST_F() local
/base/notification/common_event_service/services/test/unittest/mock/
H A Dmock_ability_manager_helper.cpp40 ConnectAbility( const Want &want, const CommonEventData &event, const sptr<IRemoteObject> &callerToken, const int32_t &userId) ConnectAbility() argument
/base/notification/common_event_service/services/test/unittest/
H A Dordered_event_handler_test.cpp78 InnerEvent::Pointer event = InnerEvent::Get(eventId); in HWTEST_F() local
95 InnerEvent::Pointer event = InnerEvent::Get(eventId); in HWTEST_F() local
112 InnerEvent::Pointer event in HWTEST_F() local
[all...]
H A Dcommon_event_access_token_helper_test.cpp114 std::string event = "aa"; in HWTEST_F() local
130 std::string event = "aa"; in HWTEST_F() local
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dmock_common_event_manager.cpp56 bool CommonEventManager::GetStickyCommonEvent(const std::string &event, CommonEventData &commonEventData) in GetStickyCommonEvent() argument
/base/notification/eventhandler/test/fuzztest/eventqueueinsert_fuzzer/
H A Deventqueueinsert_fuzzer.cpp31 AppExecFwk::InnerEvent::Pointer event = std::move(events.front()); in DoSomethingInterestingWithMyAPI() local
/base/msdp/device_status/intention/stationary/client/src/
H A Dstationary_client.cpp29 int32_t StationaryClient::SubscribeCallback(ITunnelClient &tunnel, Type type, ActivityEvent event, in SubscribeCallback() argument
42 int32_t StationaryClient::UnsubscribeCallback(ITunnelClient &tunnel, Type type, ActivityEvent event, in UnsubscribeCallback() argument
/base/location/test/location_locator/mock/src/
H A Dmock_common_event_manager.cpp53 bool CommonEventManager::GetStickyCommonEvent(const std::string &event, CommonEventData &data) in GetStickyCommonEvent() argument
/base/location/test/location_manager/mock/src/
H A Dmock_common_event_manager.cpp53 bool CommonEventManager::GetStickyCommonEvent(const std::string &event, CommonEventData &data) in GetStickyCommonEvent() argument
/base/msdp/device_status/frameworks/native/src/
H A Ddevicestatus_agent.cpp58 int32_t DeviceStatusAgent::UnsubscribeAgentEvent(Type type, ActivityEvent event) in UnsubscribeAgentEvent() argument
41 SubscribeAgentEvent(Type type, ActivityEvent event, ReportLatencyNs latency, std::shared_ptr<DeviceStatusAgent::DeviceStatusAgentEvent> agentEvent) SubscribeAgentEvent() argument
69 RegisterServiceEvent(Type type, ActivityEvent event, ReportLatencyNs latency) RegisterServiceEvent() argument
77 UnRegisterServiceEvent(Type type, ActivityEvent event) UnRegisterServiceEvent() argument
[all...]
H A Dstationary_manager.cpp36 int32_t StationaryManager::SubscribeCallback(Type type, ActivityEvent event, ReportLatencyNs latency, in SubscribeCallback() argument
42 int32_t StationaryManager::UnsubscribeCallback(Type type, ActivityEvent event, sptr<IRemoteDevStaCallback> callback) in UnsubscribeCallback() argument
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_inner_event_test.cpp52 auto event = InnerEvent::Get(eventId, eventParam); in HWTEST_F() local
68 InnerEvent::Pointer event = InnerEvent::Get(f, taskName); in HWTEST_F() local

Completed in 9 milliseconds

12345678910>>...32