Searched refs:OnEvent (Results 1 - 12 of 12) sorted by relevance
/test/testfwk/arkxtest/uitest/test/ |
H A D | dummy_controller.h | 29 static void OnEvent(string eventInfo) in OnEvent() function in OHOS::uitest::DummyEventMonitor 33 listener->OnEvent(eventInfo, uiEventSourceInfo); in OnEvent()
|
H A D | frontend_api_handler_test.cpp | 690 monitor.OnEvent("toastShow"); in TEST_F() 700 monitor.OnEvent("dialogShow"); in TEST_F() 703 monitor.OnEvent("toastShow"); in TEST_F()
|
/test/ostest/wukong/report/include/ |
H A D | sysevent_listener.h | 27 void OnEvent(std::shared_ptr<HiviewDFX::HiSysEventRecord> sysEvent) override;
|
/test/ostest/wukong/report/src/ |
H A D | sysevent_listener.cpp | 26 void SysEventListener::OnEvent(std::shared_ptr<HiviewDFX::HiSysEventRecord> sysEvent) in OnEvent() function in OHOS::WuKong::SysEventListener
|
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/ |
H A D | image_receiver_mdk_test.h | 49 static void OnEvent();
|
H A D | image_receiver_mdk_test.cpp | 166 void ImageReceiverNDKTest::OnEvent() in OnEvent() function in OHOS::Media::ImageReceiverNDKTest 168 HiviewDFX::HiLog::Debug(LABEL, "ImageReceiverNDKTest::OnEvent IN [%{public}p]", &sOnEvnentCount); in OnEvent() 183 int32_t res = OH_Image_Receiver_On(native, OnEvent); in JsOn()
|
/test/testfwk/arkxtest/uitest/core/ |
H A D | ui_controller.h | 40 virtual void OnEvent(const std::string &event, const UiEventSourceInfo &source) {}; in OnEvent() function in OHOS::uitest::UiEventListener
|
H A D | frontend_api_handler.cpp | 66 void OnEvent(const std::string &event, const UiEventSourceInfo &source) override
|
/test/xts/acts/ai_lite/ai_engine_posix/base/src/sample/source/ |
H A D | sample_plugin_2.cpp | 113 return callback->OnEvent(ON_PLUGIN_SUCCEED, response); in AsyncProcess()
|
/test/testfwk/arkxtest/uitest/server/ |
H A D | system_ui_controller.cpp | 198 LOG_D("OnEvent:0x%{public}x", eventType); in OnAccessibilityEvent() 216 listener->OnEvent(capturedEvent, uiEventSourceInfo); in OnAccessibilityEvent()
|
/test/xts/hats/hdf/nfc/hdcService/ |
H A D | nfc_services_test.cpp | 69 int32_t OnEvent(NfcEvent event, NfcStatus status) override
|
/test/xts/hats/hdf/nfc/hdcService_additional/ |
H A D | nfc_services_test.cpp | 67 int32_t OnEvent(NfcEvent event, NfcStatus status) override
|
Completed in 10 milliseconds